description: It looks like the current method of quoting object names in FBRowUpdater is wrong for dialect 1 database. Test this and fix if necessary. => It looks like the current method of quoting object names in FBRowUpdater is wrong for dialect 1 databases. Test this and fix if necessary.
Added test. As expected insertRow(), updateRow() fail and deleteRow() doesn't delete due to quotes (which are not supported in dialect 1). deleteRow() with dialect1 might actually delete the entire table if the value of the primary is a string and is equal to its own name (as the quoted column name is interpreted as a string).
Submitted by: @mrotteveel
It looks like the current method of quoting object names in FBRowUpdater is wrong for dialect 1 databases. Test this and fix if necessary.
Commits: 007d903 6783787 FirebirdSQL/fbt-repository@151d677 FirebirdSQL/fbt-repository@e327f92
The text was updated successfully, but these errors were encountered: