From: Andrea Zagli Date: Sat, 24 Nov 2012 16:07:54 +0000 (+0100) Subject: Setted reference db as read only. X-Git-Tag: 0.0.1~7 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=3ddc6efad7e7cc3e0d16e3cd2290686ea53a8e39;p=gdadbcopy Setted reference db as read only. --- diff --git a/.anjuta_sym_db.db b/.anjuta_sym_db.db index 9e4533a..e8988f4 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 9d22b78..829ce56 100644 --- a/src/main.c +++ b/src/main.c @@ -436,7 +436,7 @@ main (int argc, char *argv[]) error = NULL; gda_conn_ref_db = gda_connection_open_from_string (NULL, ref_db_cnc, NULL, - GDA_CONNECTION_OPTIONS_NONE, + GDA_CONNECTION_OPTIONS_READ_ONLY, &error); if (gda_conn_ref_db == NULL || error != NULL) { diff --git a/tests/db.db b/tests/db.db index e286b13..e5ace60 100644 Binary files a/tests/db.db and b/tests/db.db differ