Skip to content

Commit 40c0d6d

Browse files
committed
README be sure to read about the known limitations of prepared statements
1 parent 4410099 commit 40c0d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ Pass your arguments to the execute method in the same number and order as the
178178
question marks in the statement. Query options can be passed as keyword arguments
179179
to the execute method.
180180

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+
181184
``` ruby
182185
statement = @client.prepare("SELECT * FROM users WHERE login_count = ?")
183186
result1 = statement.execute(1)

0 commit comments

Comments
 (0)