- Nov 03, 2015
-
-
kruthar authored
-
kruthar authored
-
Connor McCoy authored
Replaces numeric status codes with a canonical set of Status objects, each with a short name and description. Bindings with more specific errors (e.g., timeouts) return additional statuses. This changes the default output from messages like: [UPDATE], Return=0, 511 To: [UPDATE], Return=OK, 511
-
Connor McCoy authored
-
- Nov 02, 2015
- Oct 14, 2015
-
-
Robert J. Moore authored
Fixes #438
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- Dec 15, 2012
-
-
Pierre Queinnec authored
JDBC scans did not instruct the driver to use a specific fetchsize, resulting in most cases in an OOM; add support for setting fetchsize. Also add support for disabling autocommit on the JDBC connections, mostly because Postgres for example doesn't support setting fetchsize without disabling autocommit.
-
- Feb 16, 2012
-
-
Hariprasad Kuppuswamy authored
-