| Name | Modified | Size | Downloads / 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
SOUBLEtoDOUBLE PRECISION - Renamed
BLOBtoBYTEA BOOLtype now behaves like in Postgres- Support
nextvalexpression - 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