From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- vendor/adodb/adodb-php/tests/xmlschema-mssql.xml | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 vendor/adodb/adodb-php/tests/xmlschema-mssql.xml (limited to 'vendor/adodb/adodb-php/tests/xmlschema-mssql.xml') diff --git a/vendor/adodb/adodb-php/tests/xmlschema-mssql.xml b/vendor/adodb/adodb-php/tests/xmlschema-mssql.xml new file mode 100644 index 0000000..db2c343 --- /dev/null +++ b/vendor/adodb/adodb-php/tests/xmlschema-mssql.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + +id + + +id + + + +
+ + SQL to be executed only on specific platforms + + insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' ) + + + INSERT into simple_table ( name, description ) values ( '12', 'Microsoft stuff' ) + + +
\ No newline at end of file -- cgit v1.2.3-54-g00ecf