Skip to content

Commit

Permalink
Changelog: Fix incorrect PR number
Browse files Browse the repository at this point in the history
Incorrect PR number was used in changelog. "Support TypedLiterals in get_parameters" was #749 not 649.
  • Loading branch information
intgr authored and andialbrecht committed Apr 22, 2024
1 parent 7e8c7ec commit 5a24e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Enhancements:

* Splitting statements now allows to remove the semicolon at the end.
Some database backends love statements without semicolon (issue742).
* Support TypedLiterals in get_parameters (pr649, by Khrol).
* Support TypedLiterals in get_parameters (pr749, by Khrol).
* Improve splitting of Transact SQL when using GO keyword (issue762).
* Support for some JSON operators (issue682).
* Improve formatting of statements containing JSON operators (issue542).
Expand Down

0 comments on commit 5a24e36

Please sign in to comment.