| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't expose internal `type_casted_binds` method | Ryuta Kamizono | 2019-03-19 | 1 | -7/+7 |
* | Tweak `truncate_tables` | Ryuta Kamizono | 2019-03-18 | 1 | -17/+17 |
* | SQLite3: Make fixture loading to bulk statements | Ryuta Kamizono | 2019-03-17 | 4 | -47/+38 |
* | Fix undefined local variable or method `discard_remaining_results' | Ryuta Kamizono | 2019-03-17 | 1 | -1/+1 |
* | Ensure `execute_batch` discards remaining results | Ryuta Kamizono | 2019-03-17 | 2 | -14/+5 |
* | Make `truncate_tables` to bulk statements | Ryuta Kamizono | 2019-03-17 | 6 | -52/+118 |
* | Extract `truncate` and `truncate_tables` into database statements | Ryuta Kamizono | 2019-03-17 | 5 | -13/+15 |
* | Support Optimizer Hints | Ryuta Kamizono | 2019-03-16 | 3 | -2/+22 |
* | Revert "Remove Marshal support from SchemaCache" | Rafael Mendonça França | 2019-03-13 | 1 | -0/+11 |
* | Schema Cache: cache table indexes | Kasper Timm Hansen | 2019-03-13 | 1 | -5/+15 |
* | Merge branch 'test-remove-marshal-support-from-schema-cache' | Kasper Timm Hansen | 2019-03-12 | 1 | -10/+0 |
|\ |
|
| * | Remove Marshal support from SchemaCache | Kasper Timm Hansen | 2019-03-12 | 1 | -10/+0 |
* | | Modernize size calculation in Schema Cache | Kasper Timm Hansen | 2019-03-12 | 1 | -1/+1 |
|/ |
|
* | Initialize `@default_timezone` and `@timestamp_decoder` in `add_pg_decoders` | Ryuta Kamizono | 2019-03-13 | 1 | -2/+3 |
* | Squish the deprecation messages across the codebase | Prathamesh Sonpatki | 2019-03-11 | 1 | -1/+1 |
* | PostgreSQL: Add `add_pg_encoders` and `add_pg_decoders` in `connect` | Ryuta Kamizono | 2019-03-10 | 1 | -0/+2 |
* | SQLite3: Set `busy_timeout` in `configure_connection` | Ryuta Kamizono | 2019-03-10 | 1 | -2/+2 |
* | Fix `reconnect!` to work after `disconnect!` | Ryuta Kamizono | 2019-03-10 | 2 | -4/+16 |
* | Move all Arel constructions from uniqueness validator into connection adapter | Ryuta Kamizono | 2019-03-07 | 2 | -4/+5 |
* | Allow `remove_foreign_key` with both `to_table` and `options` | Ryuta Kamizono | 2019-03-06 | 4 | -19/+15 |
* | Ensure `clear_cache!` clears the prepared statements cache | Ryuta Kamizono | 2019-03-06 | 4 | -26/+21 |
* | Add insert_all to ActiveRecord models (#35077) | Bob Lail | 2019-03-05 | 5 | -11/+107 |
* | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779) | Bogdan | 2019-03-04 | 1 | -0/+4 |
* | Deprecate mismatched collation comparison for uniquness validator | Ryuta Kamizono | 2019-03-04 | 2 | -1/+15 |
* | Merge pull request #35402 from alimi/update-ar-read-regex | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | Update READ_QUERY regex | Ali Ibrahim | 2019-02-25 | 1 | -1/+1 |
* | | Refactor `type_to_sql` to handle converting `limit` to `size` in itself | Ryuta Kamizono | 2019-02-26 | 4 | -67/+60 |
* | | Fix prepared statements caching to be enabled even when query caching is enabled | Ryuta Kamizono | 2019-02-26 | 3 | -13/+20 |
|/ |
|
* | minor grammar fix [ci skip] | Shivam Jain | 2019-02-24 | 1 | -1/+1 |
* | Address "warning: in `column': the last argument was passed as a single Hash" | Ryuta Kamizono | 2019-02-21 | 2 | -4/+4 |
* | Extract `default_uniqueness_comparison` to ease to handle mismatched collatio... | Ryuta Kamizono | 2019-02-21 | 1 | -0/+4 |
* | Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocations | Ryuta Kamizono | 2019-02-21 | 1 | -3/+6 |
|\ |
|
| * | Reduce unused allocations when casting UUIDs for Postgres | Carl Thuringer | 2019-02-20 | 1 | -3/+6 |
* | | PostgreSQL: Support endless range values for range types | Ryuta Kamizono | 2019-02-20 | 2 | -2/+2 |
|/ |
|
* | Fix the regex that extract mismatched foreign key information | Ryuta Kamizono | 2019-02-17 | 1 | -8/+18 |
* | Merge pull request #35297 from yhara/fix-ar-connection-handler-leak | Ryuta Kamizono | 2019-02-16 | 1 | -7/+11 |
|\ |
|
| * | Fix possible memory leak of ConnectionHandler | Yutaka HARA | 2019-02-16 | 1 | -7/+11 |
* | | Refactor `remove_foreign_key` to delete the foreign key before `alter_table` | Ryuta Kamizono | 2019-02-16 | 1 | -4/+2 |
|/ |
|
* | Properly handle cached queries with too many bind parameters | Matthew Dunbar | 2019-02-14 | 1 | -0/+6 |
* | Add `remove_foreign_key` for `change_table` | Ryuta Kamizono | 2019-02-11 | 1 | -0/+11 |
* | SQLite3: Implement `add_foreign_key` and `remove_foreign_key` | Ryuta Kamizono | 2019-02-11 | 5 | -6/+34 |
* | More exercise table name prefix and suffix tests | Ryuta Kamizono | 2019-02-11 | 4 | -8/+16 |
* | Merge pull request #35203 from chiastolite/add_column_without_column_names | Ryuta Kamizono | 2019-02-10 | 1 | -0/+1 |
|\ |
|
| * | Do not allow to add column without column name | Hiroyuki Morita | 2019-02-10 | 1 | -0/+1 |
|/ |
|
* | Refactor to extract defining column methods as `define_column_methods` | Ryuta Kamizono | 2019-02-09 | 3 | -142/+161 |
* | Fix elapsed time calculations | bogdanvlviv | 2019-02-08 | 2 | -6/+6 |
* | Relax sqlite3 version dependency | Sergey Ponomarev | 2019-02-04 | 1 | -1/+1 |
* | Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc... | Eileen M. Uchitelle | 2019-02-04 | 1 | -1/+1 |
|\ |
|
| * | Invalidate query cache for all connections in the current thread | Eileen Uchitelle | 2019-02-01 | 1 | -1/+1 |
* | | Merge pull request #35105 from olivierlacan/document-table-foreign-key | Gannon McGibbon | 2019-02-02 | 1 | -1/+2 |
|\ \ |
|