Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_... | Rafael França | 2016-08-17 | 1 | -0/+7 |
|\ | |||||
| * | `sql_for_insert` should be called inside `exec_insert` | Ryuta Kamizono | 2016-08-06 | 1 | -0/+7 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
|/ | |||||
* | Deprecate `{insert|update|delete}_sql` in `DatabaseStatements` | Ryuta Kamizono | 2016-03-02 | 1 | -0/+6 |
* | Fix `connection#create` in PG adapter | Ryuta Kamizono | 2016-01-05 | 1 | -3/+12 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Oracle needs sequence value for primary key in INSERT statement | Raimonds Simanovskis | 2009-08-06 | 1 | -1/+8 |
* | PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:r... | Jeremy Kemper | 2008-06-10 | 1 | -0/+12 |