You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@googlegroups.com
tried using this with mariaDB. Get an error as double quotes does not seem to be allowed. Told this is refered to as constants. Tablenames etc. are identifiers and should use backticks if any.
What databases is this library tested against? Could the quoting, backticks etc. use flavours?
-gs
Cédric Krier
unread,
Oct 31, 2013, 8:09:43 AM10/31/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@googlegroups.com
An similar request was already filled [1].
According to the doc [1], MariaDB has also the ANSI_QUOTES mode.
I really want to take the number Flavor options as low as possible so if
there is a workaround for the database it is better to use it and stay
close to SQL standard.
About the testing, python-sql generates only strings so it is not tested
on any database backend but on the strings output.
Personnaly, we use it for Tryton which is tested on PostgreSQL, SQLite
and MariaDB [3].