log src/main/java/org/monetdb/jdbc/MonetParameterMetaData.java @ 758:37eae5a78c1b

age author description
22 months ago Martin van Dinther Add extra null check to prevent NPE.
2023-02-16 Martin van Dinther Disable checks for Types.LONGVARCHAR and Types.LONGVARBINARY as MonetDB server does not support these data types, and no mappings exists to these JDBC Types and thus these cases will never be reached in JDBC Driver.
2023-01-19 Martin van Dinther Resolve some javac -Xdoclint warnings
2023-01-19 Martin van Dinther Improved implementation of PreparedStatement.getParameterMetaData().