- Nov 15, 2016
-
-
Tanuj Mittal authored
* Update Readme to match expected behavior for JdbcCreateTable * Update sample properties file to use correct property key
-
- Sep 28, 2016
-
-
Josh Elser authored
Tried to simplify the distinction between using JDBC's addBatch()/executeBatch() API calls and "batching" updates via autoCommit=false and a manual commit() after a given number of updates. Breaks out flavors into their own package to reduce bloat in JdbcDBClient. Encompasses changes from Enis Soztutar.
-
Enis Soztutar authored
Add Phoenix flavor for Apache Phoenix.
-
- Sep 27, 2016
-
-
hxd authored
-
- Jul 05, 2016
-
-
Kexi Long authored
-
- Jun 21, 2016
-
-
Enis Soztutar authored
-
- Jan 27, 2016
-
-
Andy Kruth authored
Changes to account for the field ordering. Now correctly inserting and updating field values so that they can be verified when using dataintegrity=true. Fixes #132
-
- Jan 22, 2016
-
-
Andy Kruth authored
* Cleaned up javadoc and comments * Backed out unnecessary line breaks * Updated license Closes #494
-
- Jan 19, 2016
-
-
Robert J. Moore authored
-
- Nov 13, 2015
-
-
Andy Kruth authored
-
- Nov 05, 2015
-
-
kruthar authored
reverted a few things that were not necessary * semicolon change - coming in another PR * .gitignore change - no longer using derby Code cleanup * test scoped hsqldb * removed derby artifacts and references * setting driver class is not necessary * cleaned up unused objects in delete * now running cleanup on client * removed old assert(true) stub
-
kruthar authored
Had to fix the semicolon issue for Derby. Ended up switching to HSQLDB becuase Derby does not support LIMIT.
-
- Nov 04, 2015
-
-
Connor McCoy authored
Also fix a few README formatting issues. mvn org.apache.rat:apache-rat-plugin:0.11:check -D rat.numUnapprovedLicenses=5000
-
- 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
-