OK… I'm going to go ahead and add an include for SQL to any python string that begins with an all capital SELECT. (I know caps are ugly Alexei, maybe this will teach you not to embed sql in your strings. :D )
I'm not sure if I should also add an sql-include for unicode strings. Opinions?
Also, I don't think it makes sense to add an sql-include for raw strings, so I won't be doing that.
–Alex