log src/main/java/org/monetdb/client/JdbcClient.java @ 967:5cc071c5c170

age author description
8 weeks ago Martin van Dinther Corrected the returned integer values of Statement methods executeUpdate(...), executeLargeUpdate(...), getUpdateCount() and getLargeUpdateCount() and PreparedStatement methods executeUpdate() and executeLargeUpdate(). They returned -2 for DDL statements, which was not in compliance with the JDBC API documentation.
3 months ago Sjoerd Mullender Spell check.
3 months ago Martin van Dinther Update Copyright year.
6 months ago Sjoerd Mullender Stop referring to monetdb.org/bugzilla, point straight to github.
15 months ago Joeri van Ruth Merge 'default' into 'monetdbs' monetdbs
16 months ago Joeri van Ruth Comments and formatting monetdbs
15 months ago Sjoerd Mullender Update copyright for the new year, move to MonetDB Foundation, add SPDX.
16 months ago Martin van Dinther Enhance \vsi command by removing a trailing ; terminator from the provided schema name.
16 months ago Joeri van Ruth Allow to pass whole URL to jdbcclient not just separate parameters monetdbs
16 months ago Joeri van Ruth Suppress jdbcclient warnings about unknown .monetdb settings monetdbs
19 months ago Martin van Dinther Adapt JdbcClient to show information_schema views when using commands: \dS or \dSv or \dvS and current schema is information_schema.
21 months ago Martin van Dinther Fix problem where passed file name contained a : character but was not an URL,
21 months ago Martin van Dinther Fixed javac version 20 compiler warning.
21 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