aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36580 from Shopify/schema-cache-deuplication-from-databaseRafael França2019-07-241-5/+15
|\
| * Also deduplicate schema cache structure when they are read from the databaseJean Boussier2019-07-011-5/+15
* | Merge pull request #36665 from jmschneider/masterRafael Mendonça França2019-07-231-2/+2
|\ \
| * | Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-2/+2
* | | Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-161-1/+5
|/ /
* | active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-123-4/+0
* | Merge pull request #36653 from y-yagi/check_error_number_instead_of_messageYuji Yaginuma2019-07-111-1/+3
|\ \
| * | MySQL: Check error number instead of a messageyuuji.yaginuma2019-07-111-1/+3
* | | Merge pull request #36637 from Shopify/share-quote-cacheRyuta Kamizono2019-07-114-7/+14
|\ \ \
| * | | Share the column and table name quote cache between connectionsJean Boussier2019-07-094-7/+14
| |/ /
* | | Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connectionEileen M. Uchitelle2019-07-102-5/+9
|\ \ \ | |/ / |/| |
| * | Fix query cache when using shared connectionsHeinrich Lee Yu2019-07-082-5/+9
* | | Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...Yuji Yaginuma2019-07-091-1/+1
|\ \ \
| * | | Make "bin/setup" works when using PostgreSQL with locales other than en localeyuuji.yaginuma2019-07-071-1/+1
| |/ /
* | | Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-0811-16/+133
|\| |
| * | MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-051-1/+3
| |/
| * Add "SCHEMA" to the query in `configure_connection` like as other adaptersRyuta Kamizono2019-06-281-1/+1
| * warning: instance variable @serial not initialized (#36556)utilum2019-06-281-0/+10
| * Schema Cache: extract deduplication commonalityKasper Timm Hansen2019-06-211-10/+15
| * Also deduplicate schema cache data when using the init_with interfaceJean Boussier2019-06-211-6/+6
| * Stop serializing and parsing columns_hash in Active Record schema cachesJean Boussier2019-06-191-8/+5
| * Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-198-2/+105
| |\
| | * Deduplicate various Active Record schema cache structuresJean Boussier2019-06-038-2/+105
| * | Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-181-5/+5
* | | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-174-0/+27
|/ /
* | No allocation `Arel::Visitors::ToSql#visit`Ryuta Kamizono2019-06-151-2/+2
* | Move while_preventing_writes from conn to handlereileencodes2019-06-142-15/+17
* | Move SchemaMigration to migration_contexteileencodes2019-06-142-5/+20
* | Allocation on demand in transactionsRyuta Kamizono2019-06-141-20/+35
* | Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)jeffdoering2019-06-131-1/+16
* | Merge pull request #36472 from kamipo/empty_line_only_before_access_modifierRyuta Kamizono2019-06-1322-26/+0
|\ \
| * | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1322-26/+0
* | | Clear schema cache when a table is created/dropped/renamedRyuta Kamizono2019-06-134-0/+11
|/ /
* | Allow column name with function (e.g. `length(title)`) as safe SQL stringRyuta Kamizono2019-06-104-8/+32
* | Allow `column_name AS alias` as safe SQL stringRyuta Kamizono2019-06-104-0/+4
* | Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order argsRyuta Kamizono2019-06-094-19/+54
* | Merge pull request #36420 from kamipo/quoted_identifier_regexRyuta Kamizono2019-06-064-5/+105
|\ \
| * | Allow quoted identifier string as safe SQL stringRyuta Kamizono2019-06-064-5/+105
* | | Move schema cache from connection to pooleileencodes2019-06-054-5/+33
|/ /
* | Fix sqlite3 collation parsing when using decimal columns.Martin Schuster2019-06-041-2/+2
* | Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co...Ryuta Kamizono2019-06-031-1/+1
|\ \ | |/ |/|
| * Fix invalid schema dump when primary key column has a commentGuilherme Goettems Schneider2019-06-031-1/+1
* | Refactor `create_table`'s options separationRyuta Kamizono2019-06-032-12/+11
|/
* Fix table comment also being applied to the primary key columnGuilherme Goettems Schneider2019-05-311-1/+1
* `:datetime` and `:time` columns allows `:precision` option [ci skip]Ryuta Kamizono2019-05-281-2/+3
* Use WeakRef to avoid leaking connection poolsJohn Hawthorn2019-05-271-11/+21
* Put all `explain` methods into `DatabaseStatements` moduleRyuta Kamizono2019-05-224-18/+14
* Merge pull request #36296 from jhawthorn/dont_fear_the_reaperAaron Patterson2019-05-181-7/+25
|\
| * Use a single thread for all ConnectionPool ReapersJohn Hawthorn2019-05-171-7/+25
* | Remove SQLite version support caveats [ci skip]Eugene Kenny2019-05-123-5/+3
|/