Hi!

what approaches do you guys use to find syntax errors in very large
sql statements.

Usually, I build my statements joining several sqlalchemy select
statements together to a single statement.
It works great until if I make a (small) mistake (like forgetting an
alias or other things ) , the exception that is raised in these cases
is not helpful.
For example, I might get "Not an executable clause: " error and then
the complete 30+ lines plus sql statement.
This approach is ok for small sql statements, but I really would like
to know exactly the spot where the error occurs.

Thank you in advance,
Jan-Eric Duden

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to