Skip to content

chore: release v0.1.7#26

Open
MagicalTux wants to merge 1 commit into
masterfrom
release-plz-2026-07-23T16-38-09Z
Open

chore: release v0.1.7#26
MagicalTux wants to merge 1 commit into
masterfrom
release-plz-2026-07-23T16-38-09Z

Conversation

@MagicalTux

@MagicalTux MagicalTux commented Jul 23, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • graphitesql: 0.1.6 -> 0.1.7 (✓ API compatible changes)
Changelog

0.1.7 - 2026-07-23

Added

  • (fk) honor PRAGMA defer_foreign_keys

Fixed

  • (fk) foreign_key_check covers WITHOUT ROWID children and orders fkid
  • (parser) reject a schema-qualified PRAGMA argument (main.t)
  • (trigger) RETURNING on an INSTEAD OF view INSERT
  • (fk) foreign-key actions fire the child row's triggers
  • (exec) total_changes() counts trigger-body and FK-action rows
  • (parser) reject CREATE TEMP INDEX / TEMP VIRTUAL TABLE as syntax errors
  • (fk) DROP TABLE enforces foreign keys like sqlite's implicit delete
  • (window) RANGE offset over a non-numeric ORDER BY collapses to peers
  • (window) non-integer lag/lead offset yields the default
  • (window) reject FILTER on a non-aggregate window function
  • (window) named-window refinement inherits the base window
  • (exec) bound trigger/FK-cascade recursion instead of overflowing the stack
  • (datetime) truncate sub-millisecond fractional seconds like sqlite
  • (json) preserve the JSON integer -0 sign
  • (pragma) introspection PRAGMAs see TEMP tables (temp shadows main)
  • (ddl) a trigger may share its name with a table/view/index

Testing

  • (window) fix RANGE-over-text test to bind a mutable Connection


This PR was generated with release-plz.

@MagicalTux
MagicalTux force-pushed the release-plz-2026-07-23T16-38-09Z branch 13 times, most recently from 0a4bc23 to 1620472 Compare July 23, 2026 18:11
@MagicalTux
MagicalTux force-pushed the release-plz-2026-07-23T16-38-09Z branch from 1620472 to ab07c2d Compare July 23, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant