Skip to content

Releases: devrev/meerkat

Added support for in/not in operator in filters

23 May 11:41
52d604f
Compare
Choose a tag to compare

Added support for in/not in operator in filters

Allow circular schemas as input to joins

04 May 16:59
4a17236
Compare
Choose a tag to compare

Schema tree calculcation for circular input schemas
Added check for loops in the join path instead

Added support for set and not set in where clause

28 Apr 19:54
7d8b07f
Compare
Choose a tag to compare

Added support for set and not set in where clause

Fix: dbm table lock issue

19 Mar 07:10
385d478
Compare
Choose a tag to compare
fix(dbm): add table lock await (#71)

* add: await

* bump: version

Fix: indexed dbm partition files undefined

17 Mar 04:19
f27e7e1
Compare
Choose a tag to compare

Fix: Handle Indexed dbm partition files undefined case

Added support for single node in join path for initial paths

26 Feb 12:11
366cb79
Compare
Choose a tag to compare

Added support for single node in join path for initial paths

Added depth support on join path graph traversal

25 Feb 13:54
d88b703
Compare
Choose a tag to compare

Added depth support on join path graph traversal

Added support for {MEERKAT} placeholder in sql strings

06 Feb 08:46
5ed14da
Compare
Choose a tag to compare

Added support for {MEERKAT} placeholder in sql strings

Add table lock in DBM

05 Feb 10:23
1759577
Compare
Choose a tag to compare
  • Add table lock
  • Add partitions filter in getTableData

Add table lock in DBM

05 Feb 10:23
48e9bc0
Compare
Choose a tag to compare
  • Add table lock
  • Add partitions filter in getTableData