aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix value extracted from negative integers for PostgreSQL.Guo Xiang Tan2014-12-011-1/+1
* | | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-296-17/+11
* | | Merge pull request #17799 from kamipo/refactor_add_column_optionsRafael Mendonça França2014-11-282-6/+14
|\ \ \
| * | | Rename to `quote_default_expression` from `quote_value`Ryuta Kamizono2014-11-282-3/+3
| * | | Refactor `add_column_options!`, to move the quoting of default value for :uui...Ryuta Kamizono2014-11-281-4/+12
| |/ /
* / / Refactor `SchemaCreation#visit_AddColumn`Ryuta Kamizono2014-11-272-9/+1
|/ /
* | Move PG float quoting to the correct locationSean Griffin2014-11-251-16/+6
* | allow types to be passed in for USING castsAaron Patterson2014-11-241-0/+3
* | allow the "USING" statement to be specified on change column callsAaron Patterson2014-11-241-1/+3
* | Mark comments that should not be in the docsclaudiob2014-11-244-0/+14
* | Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+3
* | ConnectionAdapter#substitute_at is technically public API...Sean Griffin2014-11-211-1/+1
* | Merge pull request #17695 from claudiob/replace-all-backticks-with-plusesYves Senn2014-11-213-4/+4
|\ \
| * | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-203-4/+4
* | | raise a better exception for renaming long indexesAaron Patterson2014-11-202-0/+6
|/ /
* | synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-203-8/+11
* | Revert "PERF: optimise type lookup to avoid invoking procs"Sean Griffin2014-11-191-13/+7
* | Support symbol foreign key to deletedtaniwaki2014-11-191-1/+1
* | Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-2/+2
* | rm `reorder_bind_params`Sean Griffin2014-11-172-5/+1
* | Improve the performance of quoting table names on PGSean Griffin2014-11-171-4/+15
* | PERF: optimise type lookup to avoid invoking procsSam2014-11-171-7/+13
* | exec_prepared is GVL friendly, so lets use it.Aaron Patterson2014-11-131-4/+2
* | Merge pull request #17580 from ccutrer/change_table_nameYves Senn2014-11-111-17/+19
|\ \
| * | add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-17/+19
* | | Merge pull request #17585 from aderyabin/remove_limited_update_conditionsRafael Mendonça França2014-11-102-8/+0
|\ \ \ | |/ / |/| |
| * | remove never called method `limited_update_conditions`Andrey Deryabin2014-11-112-8/+0
* | | tiny code improvement in sqlite3 adapter:Andrey Deryabin2014-11-101-6/+2
|/ /
* | Revert the behavior of booleans in string columns to that of 4.1Sean Griffin2014-11-091-1/+23
* | docs, the abstract data type `:timestamp` was removed. See #15184 [ci skip]Yves Senn2014-11-071-2/+2
* | Merge pull request #17473 from vipulnsward/rm-unused-methodYves Senn2014-11-051-8/+0
|\ \
| * | - Remove unused duplicated method `add_column_position` from AbstractMysqlAda...Vipul A M2014-11-011-8/+0
* | | Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-0/+1
* | | Remove unneeded autoloadRafael Mendonça França2014-11-031-4/+1
* | | Avoid unnecessary allocations/callsPablo Herrero2014-11-022-2/+2
* | | Correctly cast calculation results on PGSean Griffin2014-11-012-0/+14
* | | Merge pull request #17463 from mrgilman/remove-index-from-substitute-atSean Griffin2014-11-012-2/+2
|\ \ \ | |/ / |/| |
| * | Remove redundant substitute index when constructing bind valuesMelanie Gilman2014-10-312-2/+2
* | | remove unused and untested APIAaron Patterson2014-10-311-6/+2
* | | fix set_pk_sequence and add a test for it.Aaron Patterson2014-10-311-1/+1
* | | Added region sequencing of primary keys for Postgres.Joe Rafaniello2014-10-311-0/+21
|/ /
* | Remove redundant `to_s` in interpolationclaudiob2014-10-305-8/+8
* | Merge pull request #17434 from claudiob/remove-redundant-to-sXavier Noria2014-10-301-2/+2
|\ \
| * | Remove redundant `to_s` in interpolationclaudiob2014-10-291-2/+2
* | | add bigserial pk supportAaron Patterson2014-10-291-0/+1
|/ /
* | Merge pull request #17411 from mcfiredrill/doc-change-column-default-abstract...Rafael Mendonça França2014-10-291-1/+1
|\ \
| * | :nodoc: for abstract_mysql_adapterTony Miller2014-10-291-1/+1
* | | fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-291-6/+6
* | | edit pass over all warningsXavier Noria2014-10-283-6/+5
* | | Add mysql and pg specific attributes to Column#== and hashSean Griffin2014-10-282-2/+20