mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
4 lines
143 B
Python
4 lines
143 B
Python
def test_issue69(db):
|
|
db.query("CREATE table users (id text)")
|
|
db.query("SELECT * FROM users WHERE id = :user", user="Te'ArnaLambert")
|