log src/main/java/org/monetdb/client/JdbcClient.java @ 768:a80c21fe7bb2

age author description
22 months ago Martin van Dinther Removed deprecated nl.cwi.monetdb.*.* classes and package.
2023-01-19 Martin van Dinther For JdbcClient enlarge the fetchsize at connection moment.
2023-01-05 Martin van Dinther Updated Copyright year.
2022-12-15 Martin van Dinther Resolve javac and javadoc warnings when compiled with JDK19.
2022-11-24 Martin van Dinther Use indexOf(char) instead of indexOf(String) where possible.
2022-11-01 Sjoerd Mullender Remove carriage returns (\r) from files.
2022-01-20 Martin van Dinther Add a few extra spaces to get a better indentation and presentation of the list of (system) functions, aggregates and window functions.
2022-01-20 Martin van Dinther Typo, found by reviewing generated javadoc
2022-01-13 Martin van Dinther Extended JdbcClient application with support for more \d commands:
2022-01-05 Martin van Dinther Updated Copyright year.
2021-10-14 Joeri van Ruth Pass expected encoding as a constructor parameter to FileTransferHandler onclient
2021-10-13 Martin van Dinther Added startup argument --csvdir to JdbcClient program to allow explicit enabling and specification where csv data files are to be read from or written to when the COPY ... ON CLIENT command is executed. onclient
2021-09-22 Martin van Dinther Extend JdbcClient with registering default File Transfer upload and download handlers to support ON CLIENT functionality. onclient
2021-04-14 Martin van Dinther Do not dump table data of STREAM TABLEs. And other small improvements and optimisations.
2021-04-13 Pedro Ferreira Defensive line, if the console is not available don't attempt to read from it
2021-03-17 Martin van Dinther Add support for double quoted schema names for the \vsi command
2021-03-11 Martin van Dinther Extend JdbcClient with command line options to silently (no header info printed) run validations of system catalog or schema or all user schemas.
2021-02-17 Martin van Dinther When current schema is tmp or logging show the system tables in that schema instead of those in sys.
2021-02-03 Martin van Dinther Restructured code (incl removal of duplicate code) for utility functions dq() and sq() which add double or double quotes and add escapes to string values.
2021-01-28 Martin van Dinther Force the driver class to the loaded so it registers itself with the DriverManager.
2021-01-14 Martin van Dinther Resolved an issue where the JdbcClient sometimes would not find the MonetDB JDBC driver.
2021-01-06 Martin van Dinther Update Copyright year.
2020-11-12 Martin van Dinther Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.* base src/main/java/nl/cwi/monetdb/client/JdbcClient.java@6d64dc148da5