| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds | Rafael França | 2017-03-20 | 1 | -0/+9 |
|\ |
|
| * | Fix `select_all` with legacy `binds` | Ryuta Kamizono | 2017-02-12 | 1 | -0/+9 |
* | | `valid_type?` should accept only supported types | Ryuta Kamizono | 2017-02-28 | 1 | -0/+10 |
|/ |
|
* | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 1 | -1/+1 |
* | Merge pull request #27700 from kenta-s/remove-meaningless-line-from-adapter-test | Andrew White | 2017-01-17 | 1 | -1/+0 |
|\ |
|
| * | Remove meaningless line from adapter_test.rb | kenta-s | 2017-01-16 | 1 | -1/+0 |
* | | Translate Foreign Key violation to the specific exception for SQLite3 adapter | Ryuta Kamizono | 2017-01-16 | 1 | -45/+53 |
|/ |
|
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 1 | -17/+17 |
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 1 | -17/+17 |
|\ |
|
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 1 | -17/+17 |
* | | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -18/+6 |
* | | Remove deprecated `name` argument from `#tables` | Rafael Mendonça França | 2016-12-29 | 1 | -4/+0 |
* | | fix QueryCache nil dup | Richard Monette | 2016-12-15 | 1 | -2/+2 |
* | | Translate numeric value out of range to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -0/+8 |
* | | Translate NOT NULL violation to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #26688 from kamipo/remove_respond_to_indexes | Kasper Timm Hansen | 2016-10-28 | 1 | -14/+9 |
|\ |
|
| * | Remove unnecessary `respond_to?(:indexes)` checking | Ryuta Kamizono | 2016-10-03 | 1 | -14/+9 |
* | | Quote table name properly | Ryuta Kamizono | 2016-10-14 | 1 | -2/+5 |
|/ |
|
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -8/+8 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -4/+4 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -25/+25 |
* | remove_index do not fetch indexes if name is specified | Seva Orlov | 2016-04-24 | 1 | -0/+11 |
* | Merge pull request #23522 from kamipo/add_value_too_long_exception_class | Jeremy Daer | 2016-04-18 | 1 | -0/+9 |
|\ |
|
| * | Add `ActiveRecord::ValueTooLong` exception class | Ryuta Kamizono | 2016-02-06 | 1 | -0/+9 |
* | | Add a test case for create a record with primary key as zero | Ryuta Kamizono | 2016-03-30 | 1 | -0/+6 |
* | | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 1 | -1/+2 |
|/ |
|
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -2/+2 |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -4/+21 |
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -4/+12 |
* | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+15 |
* | Should test both mysql adapters | Ryuta Kamizono | 2015-09-20 | 1 | -1/+1 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -2/+2 |
* | Don't test invalid log encoding against PostgreSQL adapter | Rafael Mendonça França | 2015-01-02 | 1 | -4/+6 |
* | Merge pull request #8547 from printercu/patch-1 | Rafael Mendonça França | 2015-01-02 | 1 | -0/+8 |
|\ |
|
* | | Add where condition so select_one returns the correct record. | Zuhao Wan | 2014-07-28 | 1 | -1/+1 |
* | | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 1 | -13/+9 |
* | | We can conditional define the tests depending on the adapter or | Rajarshi Das | 2014-04-02 | 1 | -7/+5 |
* | | Add a test case for save(validate:false) with invalid foreign key. | Lauro Caetano | 2014-03-27 | 1 | -1/+15 |
* | | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | | Fix regression on `.select_*` methods. | Arthur Neves | 2014-01-30 | 1 | -0/+23 |
* | | using symbol instead of string in establish_connection | Kuldeep Aggarwal | 2013-12-25 | 1 | -1/+1 |
* | | Deprecate use of string in establish_connection as connection lookup | José Valim | 2013-12-24 | 1 | -1/+1 |
|/ |
|
* | `connection.type_to_sql` returns a `String` for unmapped types. | Yves Senn | 2013-12-03 | 1 | -0/+4 |
* | Don't skip tests if we don't need to. | Rafael Mendonça França | 2013-11-08 | 1 | -15/+13 |
* | Defines the return type of select / select_all method. | kennyj | 2013-07-23 | 1 | -0/+5 |
* | Fixed typos in ActiveRecord | Prathamesh Sonpatki | 2013-03-28 | 1 | -2/+2 |
* | Changed update_record to use prepared statements. | Noemj | 2013-02-11 | 1 | -0/+14 |
* | Anonymous class is not allowed. For reference see #8934 and bc43763247e25 | Guillermo Iguaran | 2013-01-19 | 1 | -4/+6 |