Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	riakts.jdbc.driver/README.md
  • Loading branch information
cvitter committed Nov 21, 2016
2 parents a2f303b + 13583b1 commit a7682af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions riakts.jdbc.driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int result = statement.executeUpdate(sqlStatement);
// Insert returns 0 on success
Assert.assertTrue(result == 0);
```
**Important Note** In Riak TS 1.3 there is a bug that prevents insertion of boolean values via the SQL Insert command. This bug should be corrected in 1.4. See the following documentation for more information about adding data to Riak TS with SQL: http://docs.basho.com/riak/ts/latest/using/writingdata/#adding-data-via-sql
**Important Note** In Riak TS 1.3.X there was a bug that prevented the insertion of boolean values via the SQL Insert command. This bug was be corrected in 1.4. See the following documentation for more information about adding data to Riak TS with SQL: http://docs.basho.com/riak/ts/latest/using/writingdata/#adding-data-via-sql

# Riak TS to JDBC Data Types
When writing data from the Riak TS QueryResult object to the JDBC ResultSet object the driver converts Riak TS's data types using the following mapping:
Expand Down Expand Up @@ -134,4 +134,3 @@ A copy of the current version of the compiled JAR file is located in https://git

# Contributors
Please submit Issues and/or Pull Requests.

0 comments on commit a7682af

Please sign in to comment.