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 cdbaf8e commit 86ce2e4Copy full SHA for 86ce2e4
CHANGES
@@ -1,6 +1,12 @@
1
Changes
2
=======
3
4
+0.16.4
5
+------
6
+ * Fixed a bug with ``MyTable.column != None``
7
+ * Added ``is_null`` and ``is_not_null`` methods, to avoid linting issues when
8
+ comparing with None.
9
+
10
0.16.3
11
------
12
* Added ``WhereRaw``, so raw SQL can be used in where clauses.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.16.3"
+__VERSION__ = "0.16.4"
0 commit comments