Skip to content

Releases: proullon/ramsql

v0.1.3

05 Oct 13:29
Compare
Choose a tag to compare

What's Changed

  • fix: (primary key) add check for primary key violation by @proullon in #91
  • fix: (close #93) boolean parsing in INSERT query by @proullon in #94

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Aug 19:29
Compare
Choose a tag to compare

What's Changed

  • fix: AttributeSelector returns error containing unfound attribute name by @proullon in #90

Full Changelog: v0.1.1...v0.1.2

Fix regression on CamelCase attribute query

21 Aug 15:28
Compare
Choose a tag to compare

What's Changed

  • fix(engine): Relation.Attribute() convert name argument to lower case by @trakhimenok in #87
  • fix: (close #86) AttributeSelector uses lower case to match attributes by @proullon in #88

New Contributors

Full Changelog: v0.1.0...v0.1.1

Transaction based rewrite

18 Aug 22:18
Compare
Choose a tag to compare

Context

Introduction of agnostic in-memory store, leveraging GC-optimized storage to garantee low GC pauses and good GC behavior over time.

Complete rewrite improving performance, removing deadlocks and storage as Go types, allowing creation of objects table.

Ensure compatibility with gorm, a popular Go ORM.

Added implementation goal in README, in preparation for stable 1.0 release.

What's Changed

Full Changelog: v0.0.1...v0.1.0

Stable-ish beta

01 Jul 20:10
Compare
Choose a tag to compare

Main branch has never been tagged with a stable version for user to specify in go.mod.

Here it is, only bugfixing in 3 years.