diff options
-rw-r--r-- | sqlite-driver.bat | 2 | ||||
-rw-r--r-- | sqlite.options | 5 |
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 |