log src/main/java/org/monetdb/jdbc/MonetParameterMetaData.java @ 885:e1f00e0e3598

age author description
13 months ago Martin van Dinther Improve isSigned() information on result columns and parameters of Types.DATE, Types.TIMESTAMP and Types.TIMESTAMP_WITH_TIMEZONE. These can have a negative year.
16 months ago Sjoerd Mullender Update copyright for the new year, move to MonetDB Foundation, add SPDX.
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().