Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Add a few debug statements to figure out the build failure | Sean Griffin | 2015-09-24 | 1 | -0/+3 | |
* | | | | | | | Clean up the implementation of AR::Dirty | Sean Griffin | 2015-09-24 | 2 | -0/+33 | |
* | | | | | | | Fix typo in ignored_columns test [skip ci] | Jon Atack | 2015-09-24 | 1 | -1/+1 | |
* | | | | | | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -0/+18 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21550 from didacte/unscope-associations | Sean Griffin | 2015-09-24 | 1 | -0/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Include association's `unscope` when preloading | Jimmy Bourassa | 2015-09-09 | 1 | -0/+21 | |
* | | | | | | | Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug | Sean Griffin | 2015-09-24 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix a bug with returning_disabled when using the postgresql adapter | George Deglin | 2015-09-20 | 1 | -0/+15 | |
* | | | | | | | | Merge pull request #21218 from repinel/fix-as-callback-terminator | Kasper Timm Hansen | 2015-09-23 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -1/+0 | |
* | | | | | | | | | skipped assertion on datetime seconds precision as it is only valid for newer... | Ronak Jangir | 2015-09-24 | 1 | -0/+1 | |
* | | | | | | | | | Further remove reliance on subsecond precision in tests | Sean Griffin | 2015-09-23 | 1 | -6/+14 | |
* | | | | | | | | | Don't rely on subsecond precision being applied in tests | Sean Griffin | 2015-09-23 | 5 | -5/+24 | |
* | | | | | | | | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 2 | -5/+5 | |
* | | | | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -0/+13 | |
* | | | | | | | | | Add tests for sanitize named bind arity | yui-knk | 2015-09-23 | 1 | -3/+9 | |
* | | | | | | | | | Merge pull request #21715 from rails/introduce_data_sources | Yves Senn | 2015-09-22 | 4 | -3/+31 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 4 | -3/+31 | |
* | | | | | | | | | | tests, use `if_exists: true` instead of `rescue nil`. | Yves Senn | 2015-09-22 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | fix `bin/test -a sqlite3_mem`. | Yves Senn | 2015-09-22 | 1 | -19/+13 | |
* | | | | | | | | | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 1 | -3/+16 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Eliminate `test_tables_quoting` following seems to be left in #21687 | Ronak Jangir | 2015-09-21 | 1 | -8/+0 | |
* | | | | | | | | Skip the test added in 9cc324a on buggy versions of SQlite | Sean Griffin | 2015-09-21 | 2 | -17/+22 | |
* | | | | | | | | Ensure aliased attributes passed to `select` are quoted if using `from` | Sean Griffin | 2015-09-21 | 1 | -0/+10 | |
* | | | | | | | | Move the appropriate type tests to the Active Model suite | Sean Griffin | 2015-09-21 | 5 | -292/+0 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #20009 from kamipo/foreign_keys_in_create | Jeremy Daer | 2015-09-20 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Support for foreign keys in create table | Ryuta Kamizono | 2015-09-20 | 1 | -0/+8 | |
* | | | | | | | | Merge pull request #21687 from kamipo/refactor_table_exists | Andrew White | 2015-09-20 | 2 | -9/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Refactor `table_exists?` in AbstractMysqlAdapter | Ryuta Kamizono | 2015-09-20 | 2 | -9/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | :hocho: Typos | Akira Matsuda | 2015-09-21 | 1 | -1/+1 | |
* | | | | | | | | :scissors: empty line at the top of files | Akira Matsuda | 2015-09-21 | 1 | -1/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #17696 from kamipo/unsigned_integer_support | Jeremy Daer | 2015-09-19 | 3 | -5/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add `unsigned` types for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 2 | -0/+26 | |
| * | | | | | | | Add `unsigned` support for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 3 | -5/+50 | |
* | | | | | | | | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter | Jeremy Daer | 2015-09-19 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move `explain` into `AbstractMysqlAdapter` | Ryuta Kamizono | 2015-03-01 | 1 | -0/+27 | |
* | | | | | | | | | Merge pull request #20645 from kamipo/fix_mysql_set_type_bug | Jeremy Daer | 2015-09-19 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix the MySQL column type `SET` registration bug | Taishi Kasuga | 2015-06-20 | 1 | -0/+4 | |
* | | | | | | | | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_table | Jeremy Daer | 2015-09-19 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Do not dump a view as a table in sqlite3, mysql and mysql2 adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+13 | |
| * | | | | | | | | | | Add `#views` and `#view_exists?` methods on connection adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+18 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_width | Jeremy Daer | 2015-09-19 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove unnecessary display width | Ryuta Kamizono | 2015-09-16 | 2 | -5/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21681 from kamipo/should_test_both_mysql_adapters | Jeremy Daer | 2015-09-19 | 4 | -22/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Should test both mysql adapters | Ryuta Kamizono | 2015-09-20 | 4 | -22/+18 | |
* | | | | | | | | | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_key | Jeremy Daer (Kemper) | 2015-09-19 | 2 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Correctly dump composite primary key | Ryuta Kamizono | 2015-09-20 | 2 | -1/+28 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Remove `@connection` in `StatementPool` | Ryuta Kamizono | 2015-09-20 | 2 | -2/+2 | |
|/ / / / / / / / / |