Mercurial > hg > monetdb-java
comparison release.txt @ 391:f523727db392
Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
This naming complies to the Java Package Naming convention as MonetDB's main website is www.monetdb.org.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 12 Nov 2020 22:02:01 +0100 (2020-11-12) |
parents | 11c30e3b7966 |
children | de2ef68b672f |
comparison
equal
deleted
inserted
replaced
390:6199e0be3c6e | 391:f523727db392 |
---|---|
144 The next methods are NOT useable/supported: | 144 The next methods are NOT useable/supported: |
145 - setAsciiStream | 145 - setAsciiStream |
146 - setCharacterStream | 146 - setCharacterStream |
147 | 147 |
148 * java.sql.SQLData | 148 * java.sql.SQLData |
149 implemented by class: nl.cwi.monetdb.jdbc.types.INET | 149 implemented by class: org.monetdb.jdbc.types.INET |
150 and by class: nl.cwi.monetdb.jdbc.types.URL | 150 and by class: org.monetdb.jdbc.types.URL |
151 | 151 |
152 * javax.sql.DataSource (not tested) | 152 * javax.sql.DataSource (not tested) |
153 | 153 |
154 | 154 |
155 The following java.sql.* interfaces are NOT implemented: | 155 The following java.sql.* interfaces are NOT implemented: |