aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/bind_parameter_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-131-0/+20
Change `#bind_params_length` in SQLite adapter to return the default maximum amount (999). See https://www.sqlite.org/limits.html