1.14.0
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.