> Hi Andrius,
>   
Hi Kai,
> I'm not a mysql freak, but it seems you're using weird quotes. I would
> suggest removing those quotes:
>   

quoting of column names in MySQL with "`" is perfectly ok. Try command 
"show create table <table_name>" and you will see MySQL itself is using 
this type of quoting and understands it correctly. You can also see this 
type of quoting used in official MySQL documentation everywhere.

--
Andrius

-------------------------------------------------------------------------
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