We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa0d90 commit d7063bdCopy full SHA for d7063bd
CHANGES.rst
@@ -1,6 +1,20 @@
1
Changes
2
=======
3
4
+1.24.0
5
+------
6
+
7
+* Fixed a bug with ``get_or_create`` when a table has a column with both
8
+ ``null=False`` and ``default=None`` - thanks to @bymoye for reporting this
9
+ issue.
10
+* If a ``PostgresEngine`` uses the ``dsn`` argument for ``asyncpg``, this is
11
+ now used by ``piccolo sql_shell run``. Thanks to @abhishek-compro for
12
+ suggesting this.
13
+* Fixed the type annotation for the ``length`` argument of ``Varchar`` - it
14
+ is allowed to be ``None``. Thanks to @Compro-Prasad for this.
15
16
+-------------------------------------------------------------------------------
17
18
1.23.0
19
------
20
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.23.0"
+__VERSION__ = "1.24.0"
0 commit comments