dave08
09/13/2021, 11:37 AMBorzdeG
09/13/2021, 11:39 AMdave08
09/13/2021, 11:40 AMBorzdeG
09/13/2021, 11:41 AMBorzdeG
09/13/2021, 11:42 AMdave08
09/13/2021, 11:42 AMval json = varchar("json", 10000)
, but it still gives me a org.postgresql.util.PGobject cannot be cast to java.lang.String
error...BorzdeG
09/13/2021, 11:44 AMdave08
09/13/2021, 11:47 AMdave08
09/13/2021, 1:27 PMval jsonTextField = MyEntity.json.castTo<String>(TextColumnType())
no docs on this, but 👍🏼 to Exposed for allowing this... just a bit funny that is seems the column type won't matter in such a case... and is alright wrong in the first place and will explode if used ...tapac
09/15/2021, 10:44 AMdave08
09/17/2021, 2:00 AMtapac
09/20/2021, 7:05 AM