forked from fkarb/sqlalchemy-monetdb
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGES
35 lines (25 loc) · 992 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 1.0.0
changes since 0.9.2
- Cleanup/modernize the test suite, get working with SQLalchemy 1.0, 1.1 and 1.2 #27
- TextTest failing bug sqlalchemy-1.2 #26
- EscapingTest fail for sqlalchemy==1.2.0b3 bug sqlalchemy-1.2 #25
- test_integrity_error test fail #17
- test_limit_offset_in_unions_from_alias test fail #14
- test_limit_offset_selectable_in_unions test fail #15
- test_order_by_selectable_in_unions test fail #16
- table name quoted wrong #11
- check old todo list if issues are still a problem #22
- test_bound_limit_offset test fail #19
- test_bound_limit test fail #18
- test_bound_offset test fail #20
- fix all temp table related issues #23
- Test suite fails with latest SQLALchemy >= 1.0 bug #1
# 0.9.2
changes since 0.9.1
- fix issue #6 - limit_clause() got an unexpected keyword
argument 'literal_binds' Thanks to Gustavo Brian.
# 0.9.1
changes since 0.9
- switch pymonetdb
- fix inline default value from sequence
- don't force pre 1.0 release