File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Version 2.0.3
2
- Unreleased
2
+ June 10, 2025
3
3
4
4
- Add support for READ COMMITTED transaction isolation
5
5
(see [ README.read_committed.md] ( README.read_committed.md ) )
@@ -9,7 +9,7 @@ Unreleased
9
9
- Add nested transaction support (#267 ), thanks to @mfmarche
10
10
11
11
# Version 2.0.2
12
- January 10, 2023
12
+ January 10, 2024
13
13
14
14
- Implement reflection for array types (#213 )
15
15
- Fix get_multi_columns() to support multiple table names in filter_array (#220 )
Original file line number Diff line number Diff line change 1
1
from sqlalchemy .dialects import registry as _registry
2
2
from .transaction import run_transaction # noqa
3
3
4
- __version__ = "2.0.3.dev0 "
4
+ __version__ = "2.0.3"
5
5
6
6
_registry .register (
7
7
"cockroachdb.psycopg2" ,
You can’t perform that action at this time.
0 commit comments