Chip Turner
Results
3
issues of
Chip Turner
This query worked in 1.2.3 but now fails. ``` python cursor = conn.cursor() cursor.executemany( 'INSERT INTO foo (bar, baz) VALUES (%s, LEAST(UNIX_TIMESTAMP(), %s))', [('bar', 1), ('baz', 2)]) ``` Results in:...
call to realpath. realpath will strip trailing slashes as well as otherwise normalize the path. The prior approach would fail for paths that were simply "/" turning mp into the...