We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8a39b commit bdecb8dCopy full SHA for bdecb8d
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.14.6
5
+------
6
+ * Added JSON and JSONB column types, and the arrow function for JSONB.
7
+ * Fixed a bug with the distinct clause.
8
+ * Added ``as_alias``, so select queries can override column names in the
9
+ response (i.e. SELECT foo AS bar from baz).
10
+ * Refactored JSON encoding into a separate utils file.
11
+
12
0.14.5
13
------
14
* Removed old iPython version recommendation in the ``piccolo shell run`` and
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.5"
+__VERSION__ = "0.14.6"
0 commit comments