java-modules
pieter <[email protected]> Sun, 24 Mar 2024 12:42:18 +0200
| Newsgroups | gmane.comp.java.hsqldb.user |
|---|---|
| Organization | private |
| Message-ID | <[email protected]> |
Hi, I am a long time user of hsqldb. Trying to port my application to use java's module system I am unable to get access to org.hsqldb.types.Type as org.hsqldb.types is not exported. org.hsqldb.types.Type is used in JDBCArrayBasic so I am not sure why it not exported. If its a bug please export it, if not, am I not suppose to be using JDBCArrayBasic? Thanks Pieter