Fix a warning.

[GB.DB.ODBC]
* BUG: Fix a warning.
This commit is contained in:
gambas 2017-09-27 23:05:11 +02:00
parent fbc25622c5
commit e74a52e08c

View file

@ -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()
{
}
}