Skip to content

Commit

Permalink
add warnings to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jul 21, 2024
1 parent e8e2206 commit 748843e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Changes
Laying the foundations for alterative Postgres database drivers (e.g.
``psqlpy``). Thanks to @insani7y and @chandr-andr for their help with this.

.. warning::
The SQL generated by Piccolo changed slightly in this release. Aliases used
to be like ``"manager$name"`` but now they are like ``"manager.name"``
(note ``$`` changed to ``.``). If you are using ``SelectRaw`` in your queries
to refer to these columns, then they will need updating. Please let us know
if you encounter any other issues.

-------------------------------------------------------------------------------

1.13.1
Expand Down

0 comments on commit 748843e

Please sign in to comment.