17
0
Commit Graph

11 Commits

Author SHA256 Message Date
Ismail Dönmez
8b4d3127d4 Accepting request 140019 from home:termim:branches:devel:languages:python
Update to 0.7.9

OBS-URL: https://build.opensuse.org/request/show/140019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=28
2012-11-06 08:44:18 +00:00
Todd R
f0ef53a70b Accepting request 121857 from home:HighwayStar:branches:devel:languages:python
python3 package added

OBS-URL: https://build.opensuse.org/request/show/121857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=25
2012-05-23 07:27:03 +00:00
Lars Vogdt
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=22
2012-05-06 12:32:53 +00:00
Todd R
eb44f7f630 Accepting request 116010 from home:babelworx:branches:devel:languages:python
Simple update to 0.7.6

OBS-URL: https://build.opensuse.org/request/show/116010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=17
2012-04-30 16:53:59 +00:00
Sascha Peilicke
8155a808d5 Accepting request 106445 from home:saschpe:branches:devel:languages:python
- Fixed SLE_11 build by disabling the testsuite for it

OBS-URL: https://build.opensuse.org/request/show/106445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=15
2012-02-22 12:37:34 +00:00
Sascha Peilicke
2a0c9bcb78 Accepting request 103506 from home:rhafer:branches:devel:languages:python
update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/103506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=13
2012-02-09 10:13:27 +00:00
Sascha Peilicke
adf8fdbb84 - Add depenendency on pysqlite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=10
2011-11-10 10:56:48 +00:00
Sascha Peilicke
72d7f16cfb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=6 2011-09-21 12:42:28 +00:00
Sascha Peilicke
a90398cbc5 - Let doc package require base package instead of recommends
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=3
2011-07-20 17:43:00 +00:00
Sascha Peilicke
1f92065d56 - Dropped unused BuildRequires for fdupes and python-sqlite2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=2
2011-07-20 17:23:32 +00:00
Sascha Peilicke
de4042e740 Some cosmetics
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=1
2011-07-20 17:19:27 +00:00