Skip to content

Conversation

@skeleton9
Copy link

string replacement was broken by
87d1145

This fix is to bring the string replacement support back:
sql = "SELECT * FROM table_name WHERE column = %s"
cursor.execute(sql, 'passed_variable')

string replacement was broken by
farcepest@87d1145

This fix is to bring the string replacement support back:
  sql = "SELECT * FROM table_name WHERE column = %s"
  cursor.execute(sql, 'passed_variable')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant