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 a1ae127 commit f24365aCopy full SHA for f24365a
CHANGES
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
4
+0.14.4
5
+------
6
+ * Added ``piccolo sql_shell run`` command, which launches the psql or sqlite3
7
+ shell, using the connection parameters defined in ``piccolo_conf.py``.
8
+ This is convenient when you want to run raw SQL on your database.
9
+ * ``run_sync`` now handles more edge cases, for example if there's already
10
+ an event loop in the current thread.
11
+ * Removed asgiref dependency.
12
+
13
0.14.3
14
------
15
* Queries can be directly awaited - ``await MyTable.select()``, as an
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.3"
+__VERSION__ = "0.14.4"
0 commit comments