aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/database_statements_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-171-0/+7
|\
| * `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-061-0/+7
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
|/
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-0/+6
* Fix `connection#create` in PG adapterRyuta Kamizono2016-01-051-3/+12
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Oracle needs sequence value for primary key in INSERT statementRaimonds Simanovskis2009-08-061-1/+8
* PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:r...Jeremy Kemper2008-06-101-0/+12