You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.