Skip to content

Releases: BemiHQ/BemiDB

v0.34.0

21 Feb 22:16
c3bd0e9
Compare
Choose a tag to compare
  • Add support for udt column in information_schema.columns
  • Create in-memory DuckDB tables and views for pg_catalog
  • Improve SELECTs from PG table function calls

v0.33.3

20 Feb 22:06
646a306
Compare
Choose a tag to compare
  • Avoid crashing when type casting ::regclass::oid on non-constants

v0.33.2

20 Feb 21:02
6bb4bf3
Compare
Choose a tag to compare
  • Fix handling ORDER BY and GROUP BY when referencing a schema

v0.33.1

20 Feb 20:32
8bdb89c
Compare
Choose a tag to compare
  • Normalize function args in expressions

v0.33.0

20 Feb 17:59
0274c49
Compare
Choose a tag to compare
  • Add support for direct information_schema._pg_expandarray() calls
  • Add support for pg_get_expr() without 'pretty' arg
  • Allow referencing columns with a schema name
  • Fix usage of Postgres functions in CASE statements
  • Make format() function compatible with Postgres
  • Unify recursive expressions' traversal in AST
  • Use DuckDB macros

v0.32.5

19 Feb 15:34
53062b5
Compare
Choose a tag to compare
  • Return "Parse completion" message after parsing an empty query
  • Improve pg_namespace compatibility
  • Allow running an extra Sync step after Parse with extended protocol
  • Fix returning the correct command tag with extended protocol
  • Fix boolean serialization via Postgres protocol

v0.32.4

18 Feb 14:14
6977895
Compare
Choose a tag to compare
  • Stop using db connection string hash

v0.32.3

17 Feb 22:05
7383826
Compare
Choose a tag to compare
  • Keep the existing tables available during a sync

v0.32.2

14 Feb 23:08
fe7903a
Compare
Choose a tag to compare
  • Fix syncing tables from non-public PG schemas

v0.32.1

13 Feb 21:55
2f7a87e
Compare
Choose a tag to compare
  • Fix syncing and reading NUMERIC column types without precision