You are not logged in.
Pages: 1
please add ctid to the reserved column names when using TSqlDBPostgresConnectionProperties
it can not be used as a property in an Orm definition
Offline
Please check https://github.com/synopse/mORMot2/commit/4591ff70
Offline
Thanks a lot @ab. Please fix also the RawJson type for FireDac.
I am using RawJson in case I want a Json Array orm property not to be a BloB file in the database with setter/getter and DynarrayJSONLoad/save
Offline
A RawUtf8 field would be stored a TEXT field, i.e. as a limit-less text clob field, in PostgreSQL anyway.
From the ORM point of view, RawJson is handled as ftUtf8 / oftUtf8Text so it should use a TEXT field.
See https://github.com/synopse/mORMot2/commit/518702f4
I don't have FireDAC installed, so could you please see why you found a ftNull kind of field instead?
Offline
Pages: 1