Mercurial > hg > monetdb-java
view Makefile @ 898:281b56c61693
Adapt output of Test 'getIndexInfo(null, sys, key_types, false, false)' for servers 11.50 or higher.
The sys.key_types table will be extended with 2 new key_types, hence the cardinality changes from 3 to 5.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 30 May 2024 12:58:13 +0200 (14 months ago) |
parents | 74b907f25564 |
children | cccaeb65a5d6 |
line wrap: on
line source
all: src/main/java/org/monetdb/jdbc/MonetVersion.java.in ant -f build.xml distjdbc distmerocontrol cd tests; ant -f build.xml jar_jdbctests jre17jars: src/main/java/org/monetdb/jdbc/MonetVersion.java rm -rf build ant -f build_jre17.xml distjdbc rm -rf build test: all echo banana cd tests; ant -f build.xml test testsjar: cd tests; ant -f build.xml jar_jdbctests doc: ant -f build.xml doc clean: rm -f src/main/java/org/monetdb/jdbc/MonetVersion.java rm -rf build tests/build jars doc cleandoc: rm -rf doc cleantests: rm -rf tests/build rm -f jars/jdbctests.jar