← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/jdbc-mariadb-driver into lp:zorba/jdbc-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/jdbc-mariadb-driver into lp:zorba/jdbc-module.

Commit message:
Additional expected result when using MariaDB JDBC driver.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/jdbc-mariadb-driver/+merge/177036
-- 
https://code.launchpad.net/~zorba-coders/zorba/jdbc-mariadb-driver/+merge/177036
Your team Zorba Coders is subscribed to branch lp:zorba/jdbc-module.
=== added file 'test/ExpQueryResults/04-set-null-mariadb.xml.res'
--- test/ExpQueryResults/04-set-null-mariadb.xml.res	1970-01-01 00:00:00 +0000
+++ test/ExpQueryResults/04-set-null-mariadb.xml.res	2013-07-25 20:29:27 +0000
@@ -0,0 +1,1 @@
+{ "columns" : [ { "name" : "String.class", "type" : "String" } ] }
\ No newline at end of file

=== added file 'test/Queries/04-set-null.spec'
--- test/Queries/04-set-null.spec	1970-01-01 00:00:00 +0000
+++ test/Queries/04-set-null.spec	2013-07-25 20:29:27 +0000
@@ -0,0 +1,3 @@
+Result: $RBKT_SRC_DIR/ExpQueryResults/04-set-null.xml.res
+# Additional expected result when using MariaDB JDBC driver
+Result: $RBKT_SRC_DIR/ExpQueryResults/04-set-null-mariadb.xml.res


Follow ups