This bug is also in all V7.x.x
ZPlainDbLibDriver.pas does not initialize
Special characters cannot be saved.
Here my change, this works good for me.
In Zeos V7.2.14, changed fields that are ReadOnly were always written to the database. If this is no longer the case with Zeos V8, then there should at least be a property in TZConnection:CommitReadOnlyFields True/False The way you have written it does not work, I have tested it: OnBeforePost() >>> ReadOnly:=False OnAfterPost() >>> ReadOnly:=True does not work, because Zeos already calculates which fields should be written before calling OnBeforePost() and if I set the ReadOnly to False in OnBeforePost(),...
ZDbcPostgreSqlStatement - TZAbstractPostgreSQLPreparedStatementV3.PGExecute
Thank you very much, I have checked the change, looks good (SVN:8326).
The same problem is with: TDBMemo, MariaDB, Lazarus The old longer text is not deleted.