Skip to content

v1.5.24

Compare
Choose a tag to compare
@olavloite olavloite released this 20 Sep 09:59
· 8 commits to master since this release
c756a43

New Features

  • PostgreSQL support for WHERE IS NOT NULL for indexes.
  • Add an --override_max_databases_per_instance flag to override the maximum number of databases per instance in the emulator.
  • fix an issue when using IF NOT EXISTS on sequences. Executing CREATE SEQUENCE IF NOT EXISTS would always reset the counter of the sequence, even if it already existed.
  • Add MAX_DATABASES_PER_INSTANCE environment variable to enable overriding the maximum number of databases per instance in the emulator when starting it from Docker.