aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #17421 from rails/warn-with-heredocXavier Noria2014-10-284-15/+26
|\ \
| * | let's warn with heredocsXavier Noria2014-10-284-15/+26
| |/
* | Implement hash equality on columnSean Griffin2014-10-281-0/+5
* | Implement #== for columnSean Griffin2014-10-281-0/+8
|/
* Merge pull request #14143 from derekprior/dp-compound-index-orderingYves Senn2014-10-272-2/+2
|\
| * Use type column first in multi-column indexesDerek Prior2014-10-242-2/+2
* | Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
* | Fix description of OID in TypeMapInitializerPrathamesh Sonpatki2014-10-251-1/+1
|/
* Remove duplicate 'select' database statementclaudiob2014-10-205-17/+3
* we don't need a HWIA and a hash allocated for just one k/v pairAaron Patterson2014-10-151-5/+3
* just look up the primary key from the columns hashAaron Patterson2014-10-151-6/+1
* add table.bigint supportAaron Patterson2014-10-152-1/+2
* use tr instead of gsub when possibleAdrian Rangel2014-10-011-1/+1
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-2/+2
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-1/+1
* add a truncate method to the connectionAaron Patterson2014-09-223-0/+13
* Use #inject over #sum to build PG create DB statementGeoff Harcourt2014-09-171-2/+2
* pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-1/+2
* Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-5/+11
|\
| * Roll back open transactions when the running thread is killed.Chris Hanks2014-08-221-1/+5
* | 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