Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.95 KB

RELNOTES.md

File metadata and controls

39 lines (30 loc) · 1.95 KB

Release Notes

Version 0.8

Version 0.7

Version 0.6

  • Updated tests to reflect new functionality in Riak TS 1.4 that allows the use of ISO 8061 dates in addition to the epoch
  • Updated tests SQL INSERT tests to test capability of inserting boolean values based on bug fix in Riak TS 1.4
  • Updated tests for JUnit 4, modified POM to include the dependency
  • Updated file headers for move to github.com/basho-labs and expanded license text

Version 0.5

Version 0.4

  • Corrected bug in dateStringToEpoch, changed method to dateStringMMddyyyyHHmmssSSToEpoch for clarity

Version 0.3

  • Fix riakts.jdbc.driver.Driver to register with DriverManager so that third party apps can use the driver
  • Create an external test project (riakts.jdbc.driver.test) to test that the driver works with third party apps

Version 0.2

  • Added executeUpdate() for CREATE TABLE and INSERT
  • Fixed Type conversion bugs in ResultSet
  • Added and corrected tests in DriverTest to verify support for CREATE TABLE, INSERT, SELECT, DESCRIBE TABLE
  • Added tests for next(), previous(), first(), last(), absolute(), relative(), beforeFirst(), afterLast(), isFirst(), isLast(), isBeforeFirst(), isAfterLast()
  • Updated and expanded documentation

Version 0.1

  • Initial Release