File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.14.8
5+ ------
6+ * Improved the method signature of the ``output`` query clause (explicitly
7+ added args, instead of using ``**kwargs``).
8+ * Fixed a bug where ``output(as_list=True)`` would fail if no rows were found.
9+ * Made ``piccolo migrations forwards`` command output more legible.
10+ * Improved renamed table detection in migrations.
11+ * Added the ``piccolo migrations clean`` command for removing orphaned rows
12+ from the migrations table.
13+ * Fixed a bug where ``get_migration_managers`` wasn't inclusive.
14+ * Raising a ``ValueError`` if ``is_in`` or ``not_in`` query clauses are passed
15+ an empty list.
16+ * Changed the migration commands to be top level async.
17+ * Combined ``print`` and ``sys.exit`` statements.
18+
4190.14.7
520------
621 * Added missing type annotation for ``run_sync``.
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.14.7 "
1+ __VERSION__ = "0.14.8 "
You can’t perform that action at this time.
0 commit comments