Download Latest Version v0.18.0 source code.tar.gz (264.3 kB)
Email in envelope

Get an email when there's a new version of Genji

Home / v0.18.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-05 759 Bytes
v0.18.0 source code.tar.gz 2025-11-05 264.3 kB
v0.18.0 source code.zip 2025-11-05 400.9 kB
Totals: 3 Items   665.9 kB 0

PostgreSQL compatibility

  • Tables no longer create a sequence automatically when no primary key is specified.
  • Primary keys are now always required. This is a first step to adding support for SERIAL and BIGSERIAL.
  • Support postgres-style parameters $1, $2, $30, etc.
  • Removed support for SQLite-style parameters $?
  • Support standard quotes for string literals and identifiers
  • Renamed SOUBLE to DOUBLE PRECISION
  • Renamed BLOB to BYTEA
  • BOOL type now behaves like in Postgres
  • Support nextval expression
  • Add support for :: casts

Misc

  • Use Pebble v2.1.0
  • Fix prepared statements
  • Improve boolean and integer comparison

Full Changelog: https://github.com/chaisql/chai/compare/v0.17.0...v0.18.0

Source: README.md, updated 2025-11-05