зеркало из https://github.com/github/vitess-gh.git
Fixing local example for new bind vars format.
This commit is contained in:
Родитель
d43aa489a6
Коммит
f37b45347e
|
@ -40,7 +40,7 @@ try:
|
|||
keyranges=UNSHARDED, writable=True)
|
||||
cursor.begin()
|
||||
cursor.execute(
|
||||
'INSERT INTO test_table (msg) VALUES (%(msg)s)',
|
||||
'INSERT INTO test_table (msg) VALUES (:msg)',
|
||||
{'msg': 'V is for speed'})
|
||||
cursor.commit()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче