Chris Snyder
Chris Snyder
This issue is also breaking our Apache Spark reads of part files. The Apache Spark writes of the part files are creating a 0 byte directory file with no trailing...
@gilv how is the progress coming on a fix?
I am seeing this issue in aiomysql = "0.2.0". From my test app: ``` DEBUG:root:On deprecated named col duplicate insert of 8000 rows took 0.2305469512939453 seconds DEBUG:root:On named col duplicate...
Additional note, in my example, changing the syntax from something like: ``` INSERT INTO my_table (c1, c2) VALUES (VALUES (%(c1)s,VALUES (%(c2)s) AS new ON DUPLICATE KEY UPDATE c2=new.c2 ``` and...
Another note, the mysql-connector-python lib handles the syntax with no problems.
Additional note, in my example, changing the syntax from something like: ``` INSERT INTO my_table (c1, c2) VALUES (VALUES (%(c1)s,VALUES (%(c2)s) AS new ON DUPLICATE KEY UPDATE c2=new.c2 ``` and...
Another note, the mysql-connector-python lib handles the syntax with no problems.