- May 23, 2018
-
-
Sean Busbey authored
-
- Sep 21, 2017
-
-
Sean Busbey authored
-
- Sep 16, 2017
-
-
Kevin Risden authored
-
- Aug 09, 2017
-
-
Jason Tedor authored
This commit reverts some unrelated changes to POMs for other bindings, perhaps made inadvertently while merging master into a development branch.
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Feb 07, 2017
-
-
Kevin Risden authored
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- 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
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jul 05, 2016
-
-
Kexi Long authored
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
Enis Soztutar authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Feb 16, 2016
-
-
Kevin Risden 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
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- 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
-
- Dec 27, 2015
-
-
Kirill Vlasov authored
[cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed
-
- Dec 20, 2015
-
-
bigbes 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.
-
kruthar authored
-
- 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
-
-
Connor McCoy authored
-
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 30, 2015
- Oct 14, 2015
-
-
Robert J. Moore authored
Fixes #438
-
- Sep 21, 2015
-
-
Robert J. Moore authored
-