Skip to content

Commit

Permalink
README be sure to read about the known limitations of prepared statem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
sodabrew committed Apr 8, 2018
1 parent 4410099 commit 40c0d6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ Pass your arguments to the execute method in the same number and order as the
question marks in the statement. Query options can be passed as keyword arguments
to the execute method.

Be sure to read about the known limitations of prepared statements at
https://dev.mysql.com/doc/refman/5.6/en/c-api-prepared-statement-problems.html

``` ruby
statement = @client.prepare("SELECT * FROM users WHERE login_count = ?")
result1 = statement.execute(1)
Expand Down

0 comments on commit 40c0d6d

Please sign in to comment.