log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
monetdb-java
log src/main/java/org/monetdb/jdbc/MonetConnection.java @ 451:
3dfcd06fd8ba
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2021-03-04
Martin van Dinther
Correcting typos in documentation text. Also improved the readability of the generated javadoc documents.
2021-02-10
Martin van Dinther
Optimise composing the "SET TIME ZONE ..." string by using a StringBuilder. Less String copying.
2021-02-10
Joeri van Ruth
default server reply size is 100, not -1
2021-02-10
Joeri van Ruth
fetchsize is allowed to be -1
2021-02-09
Joeri van Ruth
fix misrenaming
2021-02-08
Joeri van Ruth
Add fetchsize to the list of valid client props
2021-02-08
Joeri van Ruth
Catch and warn about invalid fetch sizes.
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-02-02
Joeri van Ruth
Allow to set fetchsize from the connection url
mapihandshake
2021-02-02
Joeri van Ruth
Send reply size and time zone during initial handshake
2021-01-20
Martin van Dinther
Improved performance of ResultSetMetaData methods getSchemaName(), getTableName(), getPrecision(), getScale(), isNullable() and isAutoIncrement().
2021-01-14
Martin van Dinther
Small improvements: adding some final keywords, removing unnecesary initialisations, improve comments.
2021-01-07
Martin van Dinther
Improve code when setting query timeout. It used to call the sys.settimeout(bigint) which is deprecated as of release Jun2020 (11.37.7) and replaced by new sys.setquerytimeout(int).
2021-01-07
Martin van Dinther
Optimise code, reduce duplicate code, cache major and minor version nrs of connected database server and max nr of clients so conversion of strings to ints is only done once.
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/jdbc/MonetConnection.java@d7fa33d323c0
less
more
|
(0)
tip