aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Fix `OID::Bit#cast_value`Ryuta Kamizono2016-08-201-2/+2
* Remove unused `blob_or_text_column?` methodRyuta Kamizono2016-08-191-4/+0
* Merge pull request #26154 from kamipo/remove_text_default_treated_as_empty_st...Rafael Mendonça França2016-08-193-24/+5
|\
| * Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-193-24/+5
* | Merge pull request #26217 from kamipo/revert_23067Rafael França2016-08-191-1/+1
|\ \
| * | Revert "`sql_for_insert` returns values for passing to `exec_insert`"Ryuta Kamizono2016-08-191-1/+1
| |/
* | Merge pull request #26089 from travisoneill/sqlite_rollback_fixRafael Mendonça França2016-08-192-2/+3
|\ \ | |/ |/|
| * Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-172-2/+3
* | Remove unnecessary `test_sql_for_insert_with_returning_disabled`Ryuta Kamizono2016-08-181-3/+2
|/
* Merge pull request #25396 from kamipo/fix_error_message_for_out_of_range_inte...Rafael França2016-08-171-1/+1
|\
| * Fix error message for out of range byte size integer value for consistencyRyuta Kamizono2016-08-071-1/+1
* | Merge pull request #26002 from kamipo/sql_for_insert_should_be_called_inside_...Rafael França2016-08-172-8/+12
|\ \
| * | `sql_for_insert` should be called inside `exec_insert`Ryuta Kamizono2016-08-062-8/+12
* | | Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-162-10/+9
* | | Add array column documentationoss922016-08-161-0/+4
* | | Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_argsRafael França2016-08-161-3/+1
|\ \ \
| * | | Avoid to allow unused splat args for `t.timestamps` in `create_table`Ryuta Kamizono2016-08-141-3/+1
* | | | Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-162-29/+25
|\ \ \ \
| * | | | Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-142-29/+25
| |/ / /
* | | | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-162-3/+3
|\ \ \ \
| * | | | support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-022-3/+3
* | | | | Add three new rubocop rulesRafael Mendonça França2016-08-169-30/+30
| |/ / / |/| | |
* | | | Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-1/+1
* | | | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-2/+4
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
| |_|/ |/| |
* | | Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-062-6/+2
|\ \ \
| * | | Don't passing a nil value to `case_sensitive_comparison`Ryuta Kamizono2016-08-062-6/+2
| | |/ | |/|
* | | applies remaining conventions across the projectXavier Noria2016-08-068-70/+62
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0636-1092/+1092
* | | remove redundant curlies from hash argumentsXavier Noria2016-08-061-6/+4
* | | modernizes hash syntax in activerecordXavier Noria2016-08-067-18/+18
* | | applies new string literal convention in activerecord/libXavier Noria2016-08-0636-395/+395
|/ /
* | Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_argsEileen M. Uchitelle2016-08-053-6/+6
|\ \
| * | Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-043-6/+6
* | | Leave internal pgsql name intact as const referenceDavid Heinemeier Hansson2016-08-041-2/+2
* | | The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-042-4/+4
|/ /
* | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-032-2/+5
|\ \
| * | Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-242-2/+5
* | | Remove extra connection pool creationArthur Neves2016-08-021-1/+0
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix documentation of `index` option for the `add_reference` method [ci skip]Prathamesh Sonpatki2016-07-161-1/+1
* | | Merge pull request #25937 from kamipo/remove_prepare_binds_for_databaseRafael França2016-07-283-6/+2
|\ \ \
| * | | Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-283-6/+2
* | | | Merge pull request #25340 from kamipo/prevent_table_comment_queryRafael França2016-07-282-3/+13
|\ \ \ \
| * | | | Prevent `table_comment` query if a table doesn't have a commentRyuta Kamizono2016-06-102-3/+13
* | | | | Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table...Rafael França2016-07-281-2/+4
|\ \ \ \ \
| * | | | | Avoid calling `current_database` in `table_comment`Ryuta Kamizono2016-07-281-2/+4
| | |/ / / | |/| | |
* / | | | `@quoted_{column,table}_names` should cache a frozen stringRyuta Kamizono2016-07-283-5/+5
|/ / / /
* | | | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-1/+2
* | | | Merge pull request #25938 from kamipo/decouple_statement_cache_from_connectio...Rafael França2016-07-271-3/+4
|\ \ \ \