Re: Proposal: use SQLAlchemy Core for query generation

2012-07-01 Thread Andrew Godwin
> I am pretty sure SQLAlchemy-Migrate has fallen out of favor. You should > check Alembic, http://alembic.readthedocs.org/en/latest/. Ah, interesting. Alembic doesn't appear to support fully mutating SQLite databases, which is the really gnarly part of the South code I'd love to outsource.

Re: Proposal: use SQLAlchemy Core for query generation

2012-07-01 Thread megaman821
On Sunday, July 1, 2012 6:11:34 AM UTC-5, Andrew Godwin wrote: > > Nice to see this after you mentioned it a couple of weeks ago, Luke! I'm > very slightly in favour of the whole idea, but I'm skeptical about the > amount of work this will require in the DB backend, and what that means > for

Re: Proposal: use SQLAlchemy Core for query generation

2012-07-01 Thread Andrew Godwin
On 30/06/12 15:22, Luke Plant wrote: > Hi all, > > A good while back I put forward the idea of using SQLAlchemy Core in > Django [1]. Having had more experience working with SQLAlchemy, I'm > putting that idea forward as a formal proposal, as I mentioned in a more > recent thread here. > >