aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Add ability to unset preventing writeseileencodes2019-08-021-2/+2
* No private defRafael Mendonça França2019-08-011-1/+2
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-292-0/+6
* Update links to new MySQL server errors reference page [ci skip]Carlos Antonio da Silva2019-07-271-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-253-5/+5
|\
| * Use compact_blank throughout railsDana Sherson2019-06-053-5/+5
* | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...Rafael França2019-07-251-1/+1
|\ \
| * | Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-1/+1
* | | 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
|/ /