[TxMt] Re: Python: SQL in triple " strings scope

Steve Lianoglou lists at arachnedesign.net
Tue Oct 9 18:19:38 UTC 2007


>> Off topic: have you tried any of the Python ORMs lying around?  My  
>> good
>> friend keeps raving about SQLAlchemy. :)
>
> Hmm... maybe i'll try SQLAlchemy for other project but this one it not
> good to start any ORM at all ;)
> There are alot of huge and dirty sql's i have to use. Alot of function
> calls, select from select, unions etc. As i know ORM idea doesn't like
> it ;) And i don't need cross-DB software.

FYI on your future projects, from what I understand, SQLAlchemy is  
meant to be quite good in this arena as well, being that it's not  
just a simple ActiveRecord pattern.

(not that I've used it very heavily ... just what I hear)

> On 10/9/07, Alexander Ross <alex.j.ross at gmail.com> wrote:
>> I agree that we'd have to use ALLCAPS to turn on the SQL  
>> highlighting.
>
> Allcaps... i can live w/o .sql scope in this way ;)

+1 on the ALLCAPS for SQL scope as well.

-steve



More information about the textmate mailing list