aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12832 from vipulnsward/move_schema_creationYves Senn2013-11-142-78/+84
|\
| * Move `SchemaCreation` to its own file instead of `AbstractAdapter`.Vipul A M2013-11-122-78/+84
* | Remove the unused, undocumented SQLite3Adapter#supports_count_distinct?Ben Woosley2013-11-121-5/+0
* | Drop a sqlite_version check because we only support SQLite 3.6.16 or newer.Ben Woosley2013-11-122-7/+1
* | Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-112-6/+6
* | autoload ChangeColumnDefinition (Fixes #12835)Anton Kalyaev2013-11-111-0/+1
* | Change array check for better aesthetics / reading the codeCarlos Antonio da Silva2013-11-091-1/+1
* | Document the bind returnRafael Mendonça França2013-11-091-0/+3
* | Avoid shot circuit return.Rafael Mendonça França2013-11-091-8/+20
* | Don't use Active Support where we don't need toRafael Mendonça França2013-11-093-3/+3
* | log bind variables after they were type casted.Yves Senn2013-11-093-10/+16
|/
* add autoload :TransactionState to fix Marshal.load issuesJason Ayre2013-11-071-0/+1
* ask the fixture set for the sql statementsAaron Patterson2013-11-041-1/+5
* fix code typo in `MysqlAdapter` .Closes #12647.Yves Senn2013-10-301-1/+1
* Merge pull request #10664 from aderyabin/docpatchYves Senn2013-10-291-1/+1
|\
| * Fix doc in Postgres database creationAndrey Deryabin2013-06-251-1/+1
* | Remove confusing generated-code commentaryJeremy Kemper2013-10-281-4/+4
* | Add a note about ensuring the version is right for the adapter (since you mig...David Heinemeier Hansson2013-10-271-1/+1
* | cast json values on write to be consistent with reading from the db.Severin Schoepke2013-10-251-0/+4
* | `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-252-0/+12
* | Escape the parentheses in the default function regexpRafael Mendonça França2013-10-211-1/+1
* | Remove `default_primary_key_type` and extract contains of `native_database_t...Vipul A M2013-10-141-18/+16
* | Merge pull request #11833 from vipulnsward/remove_autoincrementRafael Mendonça França2013-10-141-10/+1
|\ \
| * | Remove sqlite specific`supports_autoincrement?` which always defaults to trueVipul A M2013-08-101-10/+1
* | | Extract a function to determine if the default value is a functionRafael Mendonça França2013-10-141-1/+5
* | | Push default_function to superclass to avoid method checkRafael Mendonça França2013-10-142-14/+17
* | | log the statement name along with the SQLAaron Patterson2013-10-042-6/+7
* | | log every sql statement, even when they errorAaron Patterson2013-10-041-25/+25
* | | prepare the statement inside the begin / rescue blockAaron Patterson2013-10-041-4/+4
* | | wrap logging around the actual query call itself.Aaron Patterson2013-10-042-50/+50
* | | extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-306-46/+27
* | | change the savepoint interface to allow passing the name.Yves Senn2013-09-304-21/+21
* | | Fixed issue #12327Marc Lennox2013-09-271-2/+2
* | | ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...kennyj2013-09-251-3/+11
* | | Merge pull request #11382 from kennyj/fix_10751-2Rafael Mendonça França2013-09-221-3/+6
|\ \ \
| * | | Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-101-3/+6
* | | | Disable prepared statements in the unprepared_statement blockRafael Mendonça França2013-09-121-2/+3
* | | | Fix inverted conditionalRafael Mendonça França2013-09-111-1/+1
* | | | Remove invalid commentRafael Mendonça França2013-09-111-4/+0
* | | | Check if the SQL is not a prepared statementRafael Mendonça França2013-09-118-7/+15
* | | | Revert "Do not dup the binds when visiting the AST"Rafael Mendonça França + Kassio Borges2013-08-312-2/+3
* | | | Do not dup the binds when visiting the ASTRafael Mendonça França2013-08-312-3/+2
* | | | Perf: fields in pg gem causes an allocation, cache itSam2013-08-271-2/+3
* | | | Merge pull request #11827 from vipulnsward/remove_extra_caseSantiago Pastorino2013-08-261-1/+0
|\ \ \ \
| * | | | Remove extra case.Vipul A M2013-08-101-1/+0
| | |/ / | |/| |
* | | | PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-261-0/+5
* | | | Use infinity constKonstantin Shabanov2013-08-221-2/+2
* | | | Stop interpreting SQL 'string' columns as :string type.Ben Woosley2013-08-171-1/+1
* | | | Rescue invalid ip address exceptions on assign.Paul Nikitochkin2013-08-141-1/+5
* | | | Merge pull request #11838 from vipulnsward/drop_extra_varSteve Klabnik2013-08-121-2/+2
|\ \ \ \