Skip to content

v1.5.23

Compare
Choose a tag to compare
@skuruppu skuruppu released this 23 Aug 05:00
· 10 commits to master since this release
c25ad94

Bug Fixes

  • Fixed issue reported in #179.

  • Improve support for concurrent transactions in the emulator. This is done by randomly aborting the current transaction if a new transaction is requested. The probability of aborting the current transaction is controlled by a flag. This prevents the emulator from getting into an invalid state if the thread that holds the current transaction lock crashes. Fixes #137.

  • Fixed issue where adding a NOT NULL column as a stored column in an index fails.

New Feature

  • Add support for default sequence kind in CREATE SEQUENCE.

  • Support WHERE IS NOT NULL for indexes.