Mercurial > hg > monetdb-java
view Makefile @ 129:f9ba2b04db7b
Changed ExecuteUpdate test to not work on sys.keywords table (which became readonly in Jul2017 branch) but use its own created table t3350.
Also added tests where multiple rows are inserted, updated and deleted per SQL command.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 18 May 2017 13:04:07 +0200 (2017-05-18) |
parents | f9ac0f845338 |
children | 982534c83436 |
line wrap: on
line source
all: src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java ant -f build.xml distjdbc distmerocontrol cd tests; ant -f build.xml jar_jdbctests src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java: build.properties src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java.in . ./build.properties; sed -e "s/@MCL_MAJOR@/$$MCL_MAJOR/g;s/@MCL_MINOR@/$$MCL_MINOR/g;s/@JDBC_MAJOR@/$$JDBC_MAJOR/g;s/@JDBC_MINOR@/$$JDBC_MINOR/g;s/@JDBC_VER_SUFFIX@/$$JDBC_VER_SUFFIX $$buildno/g;s/@JDBC_DEF_PORT@/$$JDBC_DEF_PORT/g" src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java.in > src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java clean: rm -f src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java rm -rf build tests/build jars