]> saetta.ns0.it Git - gdadbcopy/commitdiff
Missing nullok in insert into definition.
authorAndrea Zagli <azagli@libero.it>
Sun, 25 Nov 2012 09:25:48 +0000 (10:25 +0100)
committerAndrea Zagli <azagli@libero.it>
Sun, 25 Nov 2012 09:25:48 +0000 (10:25 +0100)
.anjuta_sym_db.db
src/main.c
tests/db.db

index 381d89a322b0ef0aaddd1c589ec2e3633ab038ef..ae8119988f733c8bc0f0a4e628a02a4f71866ffe 100644 (file)
Binary files a/.anjuta_sym_db.db and b/.anjuta_sym_db.db differ
index ae30f1aaa929caccc84dff8cdc080993fe68878d..9a03c04d7ef30d3feafda7ef2627f61219bd46f8 100644 (file)
@@ -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 */
index 8f7cd10fa4e04102bc1cb31e361e6d3110df5914..86481fb785ce84b99270de96b8a2cfd0b4e5c059 100644 (file)
Binary files a/tests/db.db and b/tests/db.db differ