ticket #155.  theres some patches there that are very close to how it
should be done.  i didnt like the "quote_string" function being called so
often but there might not be any way around that (i.e. maybe the
quote=True flag not really worth it).

what this patch would need is, support for other DB's that need it, and
some unit tests.  id most like the quoting to be used only when absolutely
needed for only those identifiers that need it.  and id very much like it
to not introduce a bunch of new issues if at all possible.

Aaron Spike wrote:
> Michael Bayer wrote:
>> theres a ticket in Trac to support quoted identifiers.  its not
>> implemented yet, but it will involve you putting a flag "quote=True" on
>> your Table definition (since i dont want impose the quoting stuff on
>> people unless people specifically want it).
>
> Are you refering to #240 "Quoted identifiers in firebird"
> http://www.sqlalchemy.org/trac/ticket/240 ?  Could you give more details
> on the implementation you would like to see? Or perhaps even an outline
> of tasks that needs to be completed?
>
> Aaron Spike
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to