Skip to content

Revert changes to foreign key constraint & ide improvements

Choose a tag to compare

@sbdchd sbdchd released this 26 Feb 03:36
· 17 commits to master since this release
ca4a8b3

Changed

  • linter: undo foreign key constraint check in create table (#962)

    This was an incorrect change to add and isn't necessary since the new table
    doesn't have any rows.

Added

  • ci: build for alpine arm (#960)
  • ide: code action - rewrite between as binary expression (#953)
  • ide: goto def & hover for now() + current_timestamp (#950)
  • ide: goto def for column names in table function returns (#949)
  • ide: goto def with function in from item & cross join (#961)

Fixed

  • ide: fix col names for collation for, at time zone, overlaps (#951)