Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Paulo Scardine
+1: I have my fair share of Django/SQLAlchemy frankensteins. It kind of works, but the resulting creature is ugly. I've used Flask for some projects and I'm really impressed by the power of SQLAlchemy. -- You received this message because you are subscribed to the Google Groups "Django develo

Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Luke Plant
On 30/06/12 20:23, Anssi Kääriäinen wrote: > TL;DR ;) But I intend to do so shortly. > > For now I have to comment on the "clear up sql/query.py" part. I am > doubtful if moving to SQLAlchemy will solve the sql/query.py and sql/ > compiler.py complexities. > > I have little knowledge of SQLAlche

Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Luke Plant
On 30/06/12 20:25, Jacob Kaplan-Moss wrote: > Before we do get too deep into this, however, I want to talk about > this "Django 2.0" thing: > > Clearly there will be something called "Django 2.0" at some point -- > after 1.9, if we get there, comes 2.0. However, I think it would be a > mistake to

Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Anssi Kääriäinen
On 30 kesä, 22:25, Jacob Kaplan-Moss wrote: > Before we do get too deep into this, however, I want to talk about > this "Django 2.0" thing: > > Clearly there will be something called "Django 2.0" at some point -- > after 1.9, if we get there, comes 2.0. However, I think it would be a > mistake to

Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Jacob Kaplan-Moss
Wow. There's really a lot to think about here, and I'm only just starting. Thanks for putting this together, Luke: I know it's been something that's been discussed a ton, but until now nobody's really done the due diligence to figure out exactly what the process and ramifications would be. Before

Re: Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Anssi Kääriäinen
On 30 kesä, 17: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. > > Apologi

Proposal: use SQLAlchemy Core for query generation

2012-06-30 Thread Luke Plant
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. Apologies in advance for the length! I've included a few 'T