aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Remove most type related predicates from `Column`Sean Griffin2015-01-302-7/+4
* Remove most uses of `Column#cast_type`Sean Griffin2015-01-305-12/+44
* Always convert strings to UTF-8, regardless of column type in SQLiteSean Griffin2015-01-281-11/+6
* Remove Relation#bind_paramsSean Griffin2015-01-276-26/+14
* Errors raised in `type_cast_for_database` no longer raise on assignmentSean Griffin2015-01-231-1/+1
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-1/+1
* TransactionManager should call rollback recordsArthur Neves2015-01-201-5/+5
* Merge pull request #18458 from brainopia/fix_after_commit_for_fixturesJeremy Kemper2015-01-201-4/+11
|\
| * after_commit runs after transactions with non-joinable parentsbrainopia2015-01-161-4/+11
* | Add an `:if_exists` option to `drop_table`Stefan Kanev2015-01-193-3/+3
|/
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* Don't default to YAML dumping when quoting valuesSean Griffin2015-01-142-3/+8
* Merge pull request #18478 from yoshiokatsuneo/active_record_connection_pool_e...Sean Griffin2015-01-131-1/+2
|\
| * ActiveRecord: On reconnection failure, release only failed connetion.Yoshioka Tsuneo2015-01-131-1/+2
* | Deprecate passing a column to `quote`Sean Griffin2015-01-101-0/+6
* | Stop passing a column to `quote` when prepared statements are turned offSean Griffin2015-01-102-4/+5
* | Stop passing a column to `quote` in `insert_fixture`Sean Griffin2015-01-102-4/+14
* | Fix typo in PostresSQLAdapter's documentationSebastian Staudt2015-01-101-1/+1
* | Copy records to parent transaction should happen on TransactionManagerArthur Neves2015-01-091-3/+3
* | Use keyword args on committed! and rolledback!Arthur Neves2015-01-091-3/+3
|/
* ActiveRecord: release connection on reconnect failure.Yoshioka Tsuneo2015-01-091-0/+3
* Fix count on a separate connection (fixes #18359)brainopia2015-01-081-1/+1
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* Change the behavior of boolean columns to be closer to Ruby's semantics.Rafael Mendonça França2015-01-041-1/+0
* Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-041-12/+2
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-20/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-043-18/+5
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-10/+1
* Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-041-0/+6
* Merge pull request #18319 from kamipo/sql_type_has_been_determinedRafael Mendonça França2015-01-041-4/+2
|\
| * `sql_type` has been determined already when quoting defaultsRyuta Kamizono2015-01-041-4/+2
* | Merge pull request #18318 from kamipo/stop_passing_the_column_when_quoting_de...Rafael Mendonça França2015-01-041-1/+2
|\ \
| * | Stop passing the column to the `quote` method when quoting defaultsRyuta Kamizono2015-01-041-1/+2
| |/
* / Prefer `array?` rather than `array`Ryuta Kamizono2015-01-043-8/+7
|/
* Merge pull request #17822 from kamipo/refactor_visit_change_column_definitionRafael Mendonça França2015-01-024-16/+14
|\
| * Refactor `visit_ChangeColumnDefinition`Ryuta Kamizono2015-01-032-11/+9
| * Add default value for `create_table_definition`Ryuta Kamizono2015-01-033-5/+5
* | Merge pull request #8547 from printercu/patch-1Rafael Mendonça França2015-01-021-1/+6
|\ \ | |/ |/|
| * fix for messages in invalid encoding from db-driversMax Melentiev2013-12-071-1/+5
* | Merge pull request #17820 from fw42/restore_query_cache_on_rollbackRafael Mendonça França2015-01-027-9/+17
|\ \
| * | Restore query cache on rollbackFlorian Weingarten2014-12-017-9/+17
* | | Merge pull request #18228 from kamipo/correctly_dump_primary_keyRafael Mendonça França2015-01-024-0/+37
|\ \ \
| * | | Improve a dump of the primary key support.Ryuta Kamizono2014-12-294-0/+37
* | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-021-0/+28
|\ \ \ \
| * | | | Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-021-1/+17
| * | | | Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+12
|/ / / /
* | | | Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\ \ \ \
| * | | | fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | | | | 💣 I forgot to commit the arity changeSean Griffin2015-01-011-1/+1
* | | | | Don't load an entire table into memory to copy it on SQLiteSean Griffin2015-01-011-15/+4