Merge lp://staging/~stefanor/ibid/sqlalchemy-0.6-trunk into lp://staging/ibid
Proposed by
Stefano Rivera
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Stefano Rivera | ||||
Approved revision: | 1038 | ||||
Merged at revision: | 1052 | ||||
Proposed branch: | lp://staging/~stefanor/ibid/sqlalchemy-0.6-trunk | ||||
Merge into: | lp://staging/ibid | ||||
Diff against target: |
847 lines (+187/-158) 20 files modified
docs/install.rst (+1/-1) ibid/core.py (+42/-34) ibid/db/__init__.py (+2/-5) ibid/db/types.py (+62/-50) ibid/db/versioned_schema.py (+20/-24) ibid/plugins/codecontest.py (+1/-1) ibid/plugins/factoid.py (+6/-6) ibid/plugins/feeds.py (+1/-1) ibid/plugins/fun.py (+3/-3) ibid/plugins/identity.py (+13/-13) ibid/plugins/karma.py (+12/-5) ibid/plugins/memo.py (+3/-3) ibid/plugins/seen.py (+1/-1) ibid/plugins/urlgrab.py (+1/-1) ibid/test/__init__.py (+10/-1) scripts/ibid-factpack (+2/-2) scripts/ibid-knab-import (+3/-3) scripts/ibid-plugin (+1/-1) scripts/ibid-setup (+2/-2) setup.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~stefanor/ibid/sqlalchemy-0.6-trunk | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Keegan Carruthers-Smith | Approve | ||
Stefano Rivera | Approve | ||
Jonathan Hitchcock | Approve | ||
Max Rabkin | Approve | ||
Review via email: mp+66033@code.staging.launchpad.net |
This proposal supersedes a proposal from 2010-06-16.
Commit message
The massive SQLALchemy 0.6 + 0.7 patch. Only 18 months late :)
Main points:
* Use SQLALchemy 0.6 APIs, dropping 0.5 support.
* Create fullblown SQLAlchemy types for IbidUnicode(Text) rather than use TypeDecorator.
Description of the change
We should be talking about merging this
To post a comment you must log in.
bucket now uses the database