aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Freeze static arguments for gsubbrainopia2015-04-022-3/+3
* Prefer string patterns for gsubbrainopia2015-04-022-2/+2
* Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-292-8/+26
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-253-147/+10
* PostgreSQL, Add input type casts for primitive types.Lars Kanis2015-03-251-0/+10
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-253-10/+10
* [ci skip] Remove unacceptable method nameyui-knk2015-03-241-1/+1
* Merge pull request #19449 from Gaurav2728/gaurav-unavailable_linkRafael Mendonça França2015-03-231-2/+1
|\
| * remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+1
* | update mysql link that has been replacedGaurav Sharma2015-03-231-1/+1
|/
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-4/+4
* Updated MySQL documentation link to latest version MySQL 5.6 [ci skip]amitkumarsuroliya2015-03-191-2/+2
* Updated MySQL documentation link for STRICT_ALL_TABLESamitkumarsuroliya2015-03-191-1/+1
* Materialize subqueries by adding `DISTINCT`Yasuo Honda2015-03-161-1/+3
* Fix before_commit when updating a record on the callbackArthur Neves2015-03-141-23/+22
* Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-111-2/+2
* pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-2/+2
* fix typo in transaction argument. Closes #19265.Yves Senn2015-03-111-1/+1
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-044-4/+29
* Add `Column#bigint?` methodRyuta Kamizono2015-03-043-3/+7
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-021-29/+25
* | delete unused methodAaron Patterson2015-03-021-4/+0
* | mutate the transaction object to reflect stateAaron Patterson2015-03-021-25/+21
* | ask the txn for it's state, not a state objectAaron Patterson2015-03-021-0/+8
* | change if! to unlessAaron Patterson2015-03-021-1/+1
* | Merge pull request #19172 from JuanitoFatas/doc/fix-typoRichard Schneeman2015-03-021-2/+2
|\ \
| * | [ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.Juanito Fatas2015-03-031-2/+2
| |/
* / Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
|/
* Remove parent transaction stateArthur Neves2015-03-011-3/+0
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-262-9/+10
* cache quoted column names in SQLite3Aaron Patterson2015-02-241-1/+2
* Merge pull request #19068 from pda/ar-translate-exception-class-no-logAaron Patterson2015-02-241-1/+0
|\
| * AR: translate_exception_class() no longer logs error.Paul Annesley2015-02-241-1/+0
* | Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-1/+7
|\ \ | |/ |/|
| * Add before_commitArthur Neves2015-02-241-1/+7
* | Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+1
* | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+1
* | rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-9/+28
* | Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
* | Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-233-109/+139
|\ \
| * | The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
| * | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
| * | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-223-42/+61
* | | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
|/ /