We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4410099 commit 40c0d6dCopy full SHA for 40c0d6d
README.md
@@ -178,6 +178,9 @@ Pass your arguments to the execute method in the same number and order as the
178
question marks in the statement. Query options can be passed as keyword arguments
179
to the execute method.
180
181
+Be sure to read about the known limitations of prepared statements at
182
+https://dev.mysql.com/doc/refman/5.6/en/c-api-prepared-statement-problems.html
183
+
184
``` ruby
185
statement = @client.prepare("SELECT * FROM users WHERE login_count = ?")
186
result1 = statement.execute(1)
0 commit comments