summaryrefslogtreecommitdiff
path: root/odb-examples/mssql.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'odb-examples/mssql.testscript')
-rw-r--r--odb-examples/mssql.testscript12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb-examples/mssql.testscript b/odb-examples/mssql.testscript
new file mode 100644
index 0000000..671cb7a
--- /dev/null
+++ b/odb-examples/mssql.testscript
@@ -0,0 +1,12 @@
+# file : mssql.testscript
+# license : GNU GPL v2; see accompanying LICENSE file
+
+# Create the Microsoft SQL Server database schema creation canned command and
+# setup the example driver command line for the subsequent examples.
+#
+.include mssql-schema.testscript
+
+schema_file = [path] $out_base/"$schema".sql
+create_schema = [cmdline] $create_schema_cmd -i $schema_file
+
+test.arguments += $mssql_options