5bdb617c4f
Accepting request 122295 from devel:languages:python
Stephan Kulow
2012-05-29 08:36:07 +00:00
3f05435082
Accepting request 122295 from devel:languages:python
Stephan Kulow
2012-05-29 08:36:07 +00:00
453f18daef
Accepting request 122294 from devel:languages:python3
Todd R
2012-05-25 09:26:57 +00:00
fea52641ed
Accepting request 122294 from devel:languages:python3
Todd R
2012-05-25 09:26:57 +00:00
f0ef53a70b
Accepting request 121857 from home:HighwayStar:branches:devel:languages:python
Todd R
2012-05-23 07:27:03 +00:00
f3e2524f1e
Accepting request 121857 from home:HighwayStar:branches:devel:languages:python
Todd R
2012-05-23 07:27:03 +00:00
7e0042167b
Accepting request 121278 from devel:languages:python
Stephan Kulow
2012-05-21 05:30:40 +00:00
95a1169f21
Accepting request 121278 from devel:languages:python
Stephan Kulow
2012-05-21 05:30:40 +00:00
e168e241b5
Accepting request 116281 from devel:languages:python
Stephan Kulow
2012-05-08 09:15:29 +00:00
0102e90ccd
Accepting request 116281 from devel:languages:python
Stephan Kulow
2012-05-08 09:15:29 +00:00
caf307741b
- update to 0.7.7: * orm - [bug] Fixed issue in unit of work whereby setting a non-None self-referential many-to-one relationship to None would fail to persist the change if the former value was not already loaded. [ticket:2477]. - [feature] Added prefix_with() method to Query, calls upon select().prefix_with() to allow placement of MySQL SELECT directives in statements. Courtesy Diana Clarke [ticket:2443] - [bug] Fixed bug in 0.7.6 introduced by [ticket:2409] whereby column_mapped_collection used against columns that were mapped as joins or other indirect selectables would fail to function. - [feature] Added new flag to @validates include_removes. When True, collection remove and attribute del events will also be sent to the validation function, which accepts an additional argument "is_remove" when this flag is used. - [bug] Fixed bug whereby polymorphic_on column that's not otherwise mapped on the class would be incorrectly included in a merge() operation, raising an error. [ticket:2449] - [bug] Fixed bug in expression annotation mechanics which could lead to incorrect rendering of SELECT statements with aliases and joins, particularly when using column_property(). [ticket:2453] - [bug] Fixed bug which would prevent OrderingList from being pickleable [ticket:2454]. Courtesy Jeff Dairiki - [bug] Fixed bug in relationship comparisons whereby calling unimplemented methods like SomeClass.somerelationship.like() would produce a recursion overflow, instead of NotImplementedError. * sql - [bug] Removed warning when Index is created with no columns; while this might not be what the user intended, it is a valid use case
Lars Vogdt
2012-05-06 12:32:53 +00:00
f6640815ce
- update to 0.7.7: * orm - [bug] Fixed issue in unit of work whereby setting a non-None self-referential many-to-one relationship to None would fail to persist the change if the former value was not already loaded. [ticket:2477]. - [feature] Added prefix_with() method to Query, calls upon select().prefix_with() to allow placement of MySQL SELECT directives in statements. Courtesy Diana Clarke [ticket:2443] - [bug] Fixed bug in 0.7.6 introduced by [ticket:2409] whereby column_mapped_collection used against columns that were mapped as joins or other indirect selectables would fail to function. - [feature] Added new flag to @validates include_removes. When True, collection remove and attribute del events will also be sent to the validation function, which accepts an additional argument "is_remove" when this flag is used. - [bug] Fixed bug whereby polymorphic_on column that's not otherwise mapped on the class would be incorrectly included in a merge() operation, raising an error. [ticket:2449] - [bug] Fixed bug in expression annotation mechanics which could lead to incorrect rendering of SELECT statements with aliases and joins, particularly when using column_property(). [ticket:2453] - [bug] Fixed bug which would prevent OrderingList from being pickleable [ticket:2454]. Courtesy Jeff Dairiki - [bug] Fixed bug in relationship comparisons whereby calling unimplemented methods like SomeClass.somerelationship.like() would produce a recursion overflow, instead of NotImplementedError. * sql - [bug] Removed warning when Index is created with no columns; while this might not be what the user intended, it is a valid use case
Lars Vogdt
2012-05-06 12:32:53 +00:00