[ci skip] Add `:binds` to a list of paramaters of `sql.active_record`

This commit is contained in:
yui-knk 2015-10-28 23:45:28 +09:00
parent a05f410029
commit 57fc23548f
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ Active Record
| `:sql` | SQL statement |
| `:name` | Name of the operation |
| `:connection_id` | `self.object_id` |
| `:binds` | Bind parameters |
INFO. The adapters will add their own data as well.