> sorry, there was one more quoting fix that was needed. passes with
> PG on 2274.

IMO even some more.

see ansisql.py, format_column(), any sqlalchemy.sql._ColumnClause 
falls into the "literal" case, and is not quoted (try with zz.py, the 
py_a.dataC).

Also see schema.py, the copy() and the make_proxy() are not consistent 
on case_sensitive arg. u could make the copy() more generic and use 
it on both places though.


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

Attachment: zz.py
Description: application/python

Reply via email to