[sqlalchemy] sqlalchemy-migrate 0.7 released

2011-05-27 Thread Jan Dittberner
Hello, today I released sqlalchemy-migrate 0.7. This is the first sqlalchemy-migrate release supporting SQLAlchemy 0.7.0. The only other new functionality is an added migrate.__version__ (requested in issue 111). You can get the new release from our download page [1] or PyPI [2]. The

Re: [sqlalchemy] Deferred properties are sometimes compiled unnecessarily?

2011-05-27 Thread Nathan Wright
On Thursday, 26 May 2011 06:42:55 UTC-7, Michael Bayer wrote: On May 25, 2011, at 10:52 PM, Nathan Wright wrote: Hi all, I've run into an issue when mapping a deferred column_property that uses a custom SQL construct. I get a KeyError: 'default' because there is no compile function

[sqlalchemy] sqlalchemy-migrate 0.7.1 released

2011-05-27 Thread Jan Dittberner
Hello, I just released sqlalchemy-migrate 0.7.1 fixing the behaviour of ChangesetColumn.create() as only functional change. You can get the new release from our download page [1] or PyPI [2]. [1] http://code.google.com/p/sqlalchemy-migrate/downloads/list [2]

[sqlalchemy] consistency problem while using ordering_list

2011-05-27 Thread NiL
Hi list, my use case is along those lines, I want collections to maintain an ordered list of items. items can belong to many collections. when an item is deleted, I'd like the list of items from the collection to be updated, and ready to be changed again the comments in the test from the code