Skip to content

Releases: keplerproject/orbit

Fixed possible model cursor leak

22 Jul 19:09
Compare
Choose a tag to compare
  • Fixed a cursor leak when using Postgres and inserting.
  • NOT 5.2 compliant

Postgres model insert working

16 Jul 20:08
Compare
Choose a tag to compare
  • Fixed model:save() when using Postgres. The 'id' was being set to "NULL" and that violates the primary key constraint.
  • NOT 5.2 compliant

Offset Support

10 Sep 19:41
Compare
Choose a tag to compare
  • Includes offset support in models.
  • Support for HTTP OPTIONS method.
  • Still no Lua 5.2 support.