You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlalchemy-sqlitecloud/README.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,16 @@ This package enables SQLAlchemy to work seamlessly with SQLite Cloud. The dialec
11
11
12
12
This dialect is in its early stages and is compatible with Python >= 3.6.
13
13
14
-
**Note:**It has been tested only`SQLAlchemy 1.4`.
14
+
It has been tested on both `SQLAlchemy 2.0` and`SQLAlchemy 1.4`.
15
15
16
16
The dialect has undergone testing against the SQLAlchemy `test_suite`, as outlined in the [official documentation](https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_53/README.dialects.rst).
17
17
18
-
You can track the progress of the remaining test issues [in this issue](https://github.com/sqlitecloud/sqlitecloud-py/issues/21#issuecomment-2305162632).
19
-
20
-
_The same tests failed and passed on both Python 3.6 and Python 3.11._
18
+
You can track the progress of the remaining test issues [in this issue](https://github.com/sqlitecloud/sqlitecloud-py/issues/32).
19
+
_The same tests failed and passed on Python 3.6, 3.7 and 3.11._
0 commit comments