aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34468 from gmcgibbon/redact_sql_in_errorsRafael França2018-11-234-41/+41
|\
| * Redact SQL in errorsGannon McGibbon2018-11-224-41/+41
* | Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-225-17/+17
|/
* Fixing an issue when parsing an opclass by allowing indexed columnThomas Bianchini2018-11-211-1/+1
* Fix typo and clarify documentationJacob Evelyn2018-11-161-3/+4
* Merge pull request #34436 from gmcgibbon/fix_default_max_bind_length_sqliteRafael França2018-11-131-0/+6
|\
| * Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-131-0/+6
* | Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-134-1/+36
|/
* Deprecate `t.indexes = [...]` which is not by designRyuta Kamizono2018-11-091-2/+5
* Refactor to initialize `TableDefinition` by kwargsRyuta Kamizono2018-11-092-4/+14
* PostgreSQL: Properly quote all `Infinity` and `NaN`Ryuta Kamizono2018-11-091-4/+4
* Add an :if_not_exists option to create_tablefatkodima2018-11-083-4/+10
* Always add records to parent of nested transactionEugene Kenny2018-11-071-1/+1
* Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-031-8/+4
* Support default expression for MySQLRyuta Kamizono2018-10-251-4/+7
* Support expression indexes for MySQLRyuta Kamizono2018-10-252-4/+34
* Merge pull request #34303 from kamipo/lazy_checking_boundableRafael França2018-10-241-1/+10
|\
| * Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-1/+10
* | Hide PG::Connection from API docs [ci skip]Francesco Rodríguez2018-10-231-1/+1
* | MySQL 8.0.13 raises `ER_NO_REFERENCED_ROW` and `ER_ROW_IS_REFERENCED`Yasuo Honda2018-10-231-1/+3
|/
* Remove and flip `index: true` for `references` in the doc [ci skip]Ryuta Kamizono2018-10-172-8/+8
* Consistently extract checking version for all adaptersRyuta Kamizono2018-10-174-27/+29
* Refactored abstract MySQL adapter to support lazy version check.Brooke Kuhlmann2018-10-161-4/+11
* Move UPDATE/DELETE with JOIN handling to the Arel sideRyuta Kamizono2018-10-032-43/+0
* Merge pull request #23593 from meinac/add_index_option_for_change_tableRyuta Kamizono2018-10-011-0/+2
|\
| * Index option added for change_table migrationsMehmet Emin INAC2018-09-221-0/+2
* | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-019-24/+24
|\ \
| * | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-299-24/+24
* | | Place `PartialQuery` and `PartialQueryCollector` in the same fileRyuta Kamizono2018-09-301-23/+1
|/ /
* / Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2310-17/+17
|/
* No private def in the codebaseRafael Mendonça França2018-09-211-3/+5
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* Deprecate ActiveRecord::Result#to_hash in favor of #to_aKevin Cheng2018-09-181-1/+1
* Merge pull request #33188 from larskanis/pg-1.1Yuji Yaginuma2018-09-172-2/+16
|\
| * Return empty array when casting malformed array stringsLars Kanis2018-06-231-1/+7
| * PostgreSQL: Prepare for pg-1.1.0Lars Kanis2018-05-271-1/+9
* | Merge pull request #33878 from kamipo/fallback_to_unprepared_statementRyuta Kamizono2018-09-152-0/+10
|\ \
| * | Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-142-0/+10
* | | Merge pull request #33879 from yahonda/another_33876Ryuta Kamizono2018-09-141-1/+1
|\ \ \
| * | | Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* | | | SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-142-14/+18
|/ / /
* / / SQLite3 adapter supports expression indexesgkemmey2018-09-132-1/+9
|/ /
* | Drop MySQL 5.1 supportYasuo Honda2018-09-131-2/+2
* | Raise an exception if :charset is not specified and large prefixes / utf8mb4 ...Yasuo Honda2018-09-131-1/+1
* | Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-131-1/+13
* | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-2/+2
* | Consistently use `visitor.compile`Ryuta Kamizono2018-09-091-3/+3
* | Use `visitor.compile` instead of constructing by connection itselfRyuta Kamizono2018-09-091-5/+1
* | `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-083-2/+6
* | Merge pull request #33809 from fidalgo/improve-remove-column-documentationRichard Schneeman2018-09-061-0/+1
|\ \