Skip to content

Releases: visallo/simple-orm

v.1.3.0

29 Oct 16:50

Choose a tag to compare

  • Accumulo: Change version of Accumulo from 1.6.6 to 1.7.2
  • Accumulo: use ClientConfiguration when connecting to accumulo to avoid warnings

v1.2.0

16 May 19:47

Choose a tag to compare

  • SQL: Use HikariCP for SQL connection pooling

v1.1.1

18 Apr 23:19

Choose a tag to compare

  • SQL: Change max primary key in DDL to 767 to fix MySQL

v1.1.0

18 Apr 23:18

Choose a tag to compare

  • SQL: Create table if the table does not already exist
  • SQL: Fix date handling, now supports time
  • SQL: Better support for null values

v1.0.2

12 Nov 14:53

Choose a tag to compare

  • Fixed issues with null values

v1.0.1

13 Oct 12:44

Choose a tag to compare

  • Support for byte array fields
  • Added method to clear table (delete all rows)
  • Fixed bug where boolean fields weren't being saved
  • Fixed bug where null Integer/Long/Boolean values weren't able to be saved

v1.0.0

13 Oct 12:44

Choose a tag to compare

  • Data store implementations:
    • Accumulo
    • SQL/JDBC
    • In-Memory
  • Servlet session management implementations:
    • Jetty (org.eclipse.jetty.server.SessionManager)
    • Spring Framework (org.springframework.session.SessionRepository)