aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+8
* MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-4/+7
* MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-2/+2
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-1/+1
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-1/+1
* | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-094-4/+17
* | Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-056-17/+6
* | Merge pull request #16781 from kamipo/move_column_option_handlingYves Senn2014-09-032-6/+3
|\ \
| * | Move column option handling to new_column_definitionRyuta Kamizono2014-09-032-6/+3
* | | Add and Remove string/strip requireArthur Neves2014-09-023-1/+3
|/ /
* | MySQL: set connection collation along with the charsetJeremy Kemper2014-08-301-1/+5
* | Avoid using heredoc for user warningsGodfrey Chan2014-08-282-10/+9
* | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-2/+2
* | CHANGELOG & improvements to #16649Godfrey Chan2014-08-231-2/+2
* | Don't trim excess whitespace in pg #columns_for_distinctAgis-2014-08-241-1/+2
* | adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+2
* | Add missing AS requireArthur Neves2014-08-191-0/+1
* | Merge pull request #16542 from seamusabshere/numerify-pool-checkout-timeout-f...Rafael Mendonça França2014-08-181-1/+1
* | Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-181-7/+23
* | Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-173-8/+26
|\ \
| * | Change the default `null` value for timestampsSean Griffin2014-08-123-8/+26
* | | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+2
* | | Use *_transaction methods in TransactionManagerArthur Neves2014-08-151-4/+2
* | | Spelling errorsjbsmith862014-08-141-1/+1
* | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-7/+8
|/ /
* | use the uri parser so that newer version of Ruby workAaron Patterson2014-08-071-1/+1
* | change to empty? from blank?tsukasaoishi2014-08-081-1/+1
* | Tables existence check query is executed in large quantitiestsukasaoishi2014-08-071-0/+7
* | Merge pull request #16364 from arthurnn/make_transaction_one_classJeremy Kemper2014-08-051-70/+54
|\ \
| * | Cleanup Transaction inheritance.Arthur Neves2014-08-051-70/+54
* | | Remove unused text? predicate method and delegationCarlos Antonio da Silva2014-08-052-5/+1
|/ /
* | Replace ClosedTransaction with NullTransactionArthur Neves2014-07-312-8/+5
* | Move TransactionManager to bottom of classArthur Neves2014-07-311-67/+67
* | Merge pull request #16341 from arthurnn/transactions_remove_beginRafael Mendonça França2014-07-311-54/+18
|\ \
| * | Make ClosedTransaction a null objectArthur Neves2014-07-311-16/+6
| * | Remove parent on Transaction objectArthur Neves2014-07-311-16/+9
| * | Remove being/number methods from transaction classArthur Neves2014-07-311-27/+8
* | | Clarify how the ConnectionHandler worksJack Danger Canty2014-07-311-15/+36
|/ /
* | Remove @state.parent assignment on commitArthur Neves2014-07-291-2/+1
* | remove blank lines in the start of the ActiveRecord filesPonomarev Nikolay2014-07-291-1/+0
* | Extract the transaction class to a local variableRafael Mendonça França2014-07-281-6/+2
* | Merge pull request #16284 from arthurnn/transactionsRafael Mendonça França2014-07-283-62/+81
|\ \
| * | savepoint_name should return nil for non-savepoint transactionsArthur Neves2014-07-282-4/+7
| * | Transactions refactoringArthur Neves2014-07-283-38/+65
| * | Remove finishing? method from transaction.Arthur Neves2014-07-242-24/+13
* | | Merge pull request #16290 from a3gis/masterZachary Scott2014-07-251-1/+1
|\ \ \
| * | | Fix documentation of SQlite3Adapter.columnsa3gis2014-07-251-1/+1
* | | | Add support for Postgresql JSONBPhilippe Creux2014-07-244-0/+29
| |/ / |/| |
* | | Merge pull request #16280 from a3gis/masterMatthew Draper2014-07-241-2/+2
|\| |
| * | Fix documentation typo in ConnectionSpecification::Resolve.speca3gis2014-07-241-1/+1