aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:11:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-30 16:11:41 +0200
commitbe39e2118e5a4eb8b5b31f7ea30718e3e099e9b2 (patch)
treed7baab2392a71d0f230e0f1dbd21627f2cd8dbf8
parent34de252300719b7afe05ef5de6414f0748759ff8 (diff)
VC++ build system support for SQLite
-rw-r--r--sqlite-driver.bat2
-rw-r--r--sqlite.options5
2 files changed, 7 insertions, 0 deletions
diff --git a/sqlite-driver.bat b/sqlite-driver.bat
new file mode 100644
index 0000000..c5f1187
--- /dev/null
+++ b/sqlite-driver.bat
@@ -0,0 +1,2 @@
+rem Client driver is not used for SQLite so you don't need to
+rem change anything here.
diff --git a/sqlite.options b/sqlite.options
new file mode 100644
index 0000000..208a7d7
--- /dev/null
+++ b/sqlite.options
@@ -0,0 +1,5 @@
+# Sample SQLite options file used to run the tests. Adjust to
+# match your SQLite setup.
+#
+
+--database C:\Temp\odb_test.db