Skip to content

Commit

Permalink
feat: release 5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Sep 11, 2020
1 parent 926d57f commit a290df7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2020-09-12 Berend de Boer <[email protected]>

* Release 5.6.

* Postgesql: attempt to guess column output for user function
called "coalesce" better. Probably we need to support coalesce in
Xplain, just more shorthand than writing if statements.
Expand Down
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
NEWS - list of user-visible changes between releases of xplain2sql
See git log since version 5.1 and ChangeLog before version 5.1 for more details.

New or fixed in release 5.6 <2020-09-12>

* an extend on a type that had a self-reference, and that
referenced itself via the per property generated incorrect SQL.
* Postgresql:
- stored procedure function type did not use the renamed name (i.e. when
using the "as" operator).
- fix incorrect output for inserts when used outside
stored procedures.


New or fixed in release 5.3 <2020-05-28>

* PostgreSQL 9.5:
Expand All @@ -24,7 +35,7 @@ New or fixed in release 5.3 <2020-05-28>

New or fixed in release 5.2 <2020-02-08>

* PostgreSQL 9.5:
* PostgreSQL:
- stored procedure type had a different column name depending if you
had written "get t1 its t2" or just "get t1". This can potentially be
a breaking change.
Expand Down
2 changes: 1 addition & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BEREND, after setting the release name
# CHECK THE NEXT THINGS AS WELL!!!

releasename=xplain2sql-5.5.0
releasename=xplain2sql-5.6.0
#releasename=xplain2sql-beta-4.1.3

# CHECK THIS TO!!
Expand Down

0 comments on commit a290df7

Please sign in to comment.