Skip to content

v2.1.14

Compare
Choose a tag to compare
@aristath aristath released this 14 Aug 15:50
· 17 commits to main since this release
3c5455a

What's Changed

  • Fix invalid default values in show create output by @jeroenpf in #141
  • Add support for optional COLUMN in ALTER TABLE CHANGE query by @costasovo in #142
  • Allow ALTER TABLE to operate on columns without COLUMN keyword by @brandonpayton in #145
  • Add support for selecting journal mode by @aristath in #137
  • Ensure that an index is also created using IF NOT EXISTS if it comes from a CREATE TABLE IF NOT EXISTS by @akirk in #134
  • Add handling for adding/modifying columns with FIRST/AFTER by @JanJakes in #147
  • Add support for ON UPDATE CURRENT_TIMESTAMP columns by @JanJakes in #150
  • Add support for CURRENT_TIMESTAMP() calls with parentheses by @JanJakes in #151
  • Sqlite: Fix LIKE BINARY queries by @kozer in #149

New Contributors

Full Changelog: v2.1.13...v2.1.14