zoesolutions / openldap-jdbcldap

The JDBC-LDAP Bridge Driver (JDBC-LDAP) enable you to create Java applications that can access information held in directories. The driver should appeal to Java developers who prefer to use SQL and JDBC.
https://www.openldap.org/jdbcldap/
Other
1 stars 2 forks source link

enum is now a java keyword - fixed #3

Closed elbosso closed 3 days ago

elbosso commented 3 years ago

there is now a fifth property when defining tables, when missing -> crash - fixed there was an empty implementation of getTables in DatabaseMetadata - fixed a ton of NullPointerExceptions - fixed