Skip to content

Releases: spider-gazelle/pg-orm

v2.1.0

10 Dec 02:02
0bae093

Choose a tag to compare

New Features

Query DSL Methods

  • OR queries
  • Pattern matching (LIKE, ILIKE)
  • Comparison operators (gt, gte, lt, lte, between)
  • Range queries
  • Method chaining support

Full-Text Search

  • Basic and ranked search
  • Weighted search across multiple columns
  • Pre-computed tsvector columns
  • Custom text search configurations

Pagination

  • Page-based pagination
  • Offset-based pagination
  • Cursor-based pagination
  • Memory-efficient streaming
  • Works with joins and full-text search
  • JSON serialization support

Improvements

  • Improved code coverage
  • Enhanced inline documentation

v2.0.5

09 Oct 00:42
6ed9040

Choose a tag to compare

fixes unique validator on new records (not persisted yet)

v2.0.4

18 Sep 09:50
b56d129

Choose a tag to compare

Added exception handling for cases where json parsing failed

v2.0.3

21 May 01:24

Choose a tag to compare

fixes .count in some cases raising ::DB::NoResultsError when it should return 0

v2.0.2

21 May 00:08

Choose a tag to compare

fixes joins on tables with composite primary keys

v2.0.1

15 Apr 10:35
c2f23e2

Choose a tag to compare

Minor bug fix patch release

v2.0.0: Merge pull request #15 from spider-gazelle/composite-primary-keys

14 Apr 22:40
e48103b

Choose a tag to compare

breaking change, changes how primary keys are specified
adds support for composite primary keys