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/MonetResultSet.java @ 701:
f89882b07614
mclreader
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2022-11-23
Martin van Dinther
Optimize number of SQL queries sent to server when ResultSetMetaData info is fetched from highest column number to first column 1.
2022-11-03
Martin van Dinther
Corrected returned SQL TypeName values for the MonetDB interval types: 'day_interval', 'month_interval' and 'sec_interval'.
2022-10-27
Martin van Dinther
Update comments (to be inline with improvements to comments in MonetPreparedStatement)
2022-10-20
Martin van Dinther
Improved implementation of methods ResultSetMetaData.getPrecision() and ResultSetMetaData.getScale().
2022-10-12
Martin van Dinther
For blob result columns it did not return the proper class name. With getCanonicalName() it does.
2022-02-10
Martin van Dinther
Added recognition of 'xml' type.
2022-01-20
Martin van Dinther
Do more cleanup in the close() methods such as calling clearWarnings(), clearParameters(), clearBatch() and dereferencing cached objects.
2022-01-05
Martin van Dinther
Updated Copyright year.
2021-09-16
Joeri van Ruth
Doc comment fixes
onclient
2021-06-10
Martin van Dinther
Optimise code by reducing local variables which are used only once, replacing complex string concatenation by using StringBuilder, replacing some ternairy operators.
2021-04-29
Martin van Dinther
Improved performance of ResultSetMetaData methods getPrecision(), getScale(), isNullable() and isAutoIncrement().
2021-03-04
Martin van Dinther
Correcting typos in documentation text. Also improved the readability of the generated javadoc documents.
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
Remove double space from msg.
2021-01-20
Martin van Dinther
Improved performance of ResultSetMetaData methods getSchemaName(), getTableName(), getPrecision(), getScale(), isNullable() and isAutoIncrement().
2021-01-14
Martin van Dinther
Improved DatabaseMetaData.getTypeInfo() output for temporal data types: sec_interval, day_interval, month_interval, date, time, timetz, timestamp and timestamptz.
2021-01-14
Martin van Dinther
Small improvements: adding some final keywords, removing unnecesary initialisations, improve comments.
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/MonetResultSet.java@408b5d677b68
less
more
|
(0)
tip