HANA DB: SHORTTEXT casting not supported anymore? #1027
Labels
bug
an unexpected problem or unintended behavior
func trans 🌍
Translation of individual functions to SQL
Milestone
I updated the Hana driver recently, and I noticed that some previously working dbplyr queries are failing now.
In particular, a data type conversion using
as.character
seems to be failing with the SQL error messageAn explicit example which returns that error:
which generates the SQL
When looking up the specs for CAST, SHORTTEXT is also not mentioned as allowed data type, so I wonder if it was ever supported in the first place.
The text was updated successfully, but these errors were encountered: