Fix a warning.
[GB.DB.ODBC] * BUG: Fix a warning.
This commit is contained in:
parent
fbc25622c5
commit
e74a52e08c
1 changed files with 2 additions and 2 deletions
|
@ -2569,7 +2569,7 @@ fflush(stderr);
|
|||
else
|
||||
comma = TRUE;
|
||||
|
||||
DB.Query.Add(fp->name);
|
||||
DB.Query.Add(fp->name);
|
||||
|
||||
//AB autoincrement field is mapped to Integer because this is Database dependent
|
||||
if (fp->type == DB_T_SERIAL)
|
||||
|
@ -3363,4 +3363,4 @@ int EXPORT GB_INIT(void)
|
|||
|
||||
void EXPORT GB_EXIT()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue