From: Andrea Zagli Date: Sun, 25 Nov 2012 09:25:48 +0000 (+0100) Subject: Missing nullok in insert into definition. X-Git-Tag: 0.0.1~2 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=0bfec80f70c182545d1421bc2065a8073284dbc2;p=gdadbcopy Missing nullok in insert into definition. --- diff --git a/.anjuta_sym_db.db b/.anjuta_sym_db.db index 381d89a..ae81199 100644 Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ diff --git a/src/main.c b/src/main.c index ae30f1a..9a03c04 100644 --- a/src/main.c +++ b/src/main.c @@ -306,7 +306,7 @@ read_fields (Table *table, GdaServerOperation *op) gda_sql_builder_add_param (table->sqlbuilder, column_name, column->gtype, - FALSE)); + column->nullok)); g_free (column_name); /* server operation */ diff --git a/tests/db.db b/tests/db.db index 8f7cd10..86481fb 100644 Binary files a/tests/db.db and b/tests/db.db differ