mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Added just another compatibility level for Informix.
This commit is contained in:
@ -34,8 +34,13 @@ int main()
|
||||
else
|
||||
printf("%d %d\n", i, j);
|
||||
}
|
||||
|
||||
|
||||
$delete from test where i=87;
|
||||
printf("delete: %ld\n", sqlca.sqlcode);
|
||||
|
||||
$commit;
|
||||
$drop table test;
|
||||
$commit;
|
||||
|
||||
$disconnect;
|
||||
|
||||
|
Reference in New Issue
Block a user