From 0bfec80f70c182545d1421bc2065a8073284dbc2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 25 Nov 2012 10:25:48 +0100 Subject: [PATCH] Missing nullok in insert into definition. --- .anjuta_sym_db.db | Bin 36864 -> 36864 bytes src/main.c | 2 +- tests/db.db | Bin 3072 -> 3072 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.anjuta_sym_db.db b/.anjuta_sym_db.db index 381d89a322b0ef0aaddd1c589ec2e3633ab038ef..ae8119988f733c8bc0f0a4e628a02a4f71866ffe 100644 GIT binary patch delta 31 ncmZozz|^pSX@WGP(L@<%Mx%`hGo(2T4XlietxPNz$&>&9mZ=Eq delta 31 lcmZozz|^pSX@WGP-b5K^M!k&*Go(2TEUip{$aIlR2>_Oc2=4#@ 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 8f7cd10fa4e04102bc1cb31e361e6d3110df5914..86481fb785ce84b99270de96b8a2cfd0b4e5c059 100644 GIT binary patch delta 33 jcmZpWXpop7EjX8ffq@x{nHU%t!zSt&GtS+Zuz(u?Ul9f~ delta 33 jcmZpWXpop7EjWvTfq@x{nHU%tLni7NGtSzWuz(u?UZ4gm -- 2.49.0