TvPlanIt: Improved handling of Firebird AutoInc field in ZEOS datastore.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-04-20 23:01:29 +00:00
parent fb53f95eaf
commit b0badc1cb4
2 changed files with 35 additions and 10 deletions

View File

@ -4,8 +4,8 @@ unit Unit1;
// Activate ONE of the following defines for the database system to be used:
{$DEFINE sqlite3}
{.$DEFINE firebird3}
{.$DEFINE sqlite3}
{$DEFINE firebird3}
interface