File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
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+
4181.23.0
519------
620
Original file line number Diff line number Diff line change 1- __VERSION__ = "1.23 .0"
1+ __VERSION__ = "1.24 .0"
You can’t perform that action at this time.
0 commit comments