aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | just access the ivars rather than rb_iv_getAaron Patterson2013-03-141-5/+3
* | | hide more data in the schema cacheAaron Patterson2013-03-141-1/+21
* | | safely publish columns and columns hash infoAaron Patterson2013-03-141-4/+12
* | | dup and set the default proc to nil rather than looping through everythingAaron Patterson2013-03-141-1/+3
* | | you can provide uuid_generate_v4 as the default value for uuid columnsAaron Patterson2013-03-142-2/+9
* | | pg is the only adapter that supports the xml type, so push the method downAaron Patterson2013-03-142-9/+4
* | | Apparently people were mutating this array. :'(Aaron Patterson2013-03-141-3/+3
* | | hashes are ordered, so just use the columns_hash ivarAaron Patterson2013-03-141-3/+3
* | | use the method so we do not depend on internal ivarsAaron Patterson2013-03-141-1/+1
* | | extract factory method and push common code up to abstract adapterAaron Patterson2013-03-142-7/+7
* | | Also quote extension name in disable_extensionStephen Touset2013-03-121-1/+1
|/ /
* | Pass column to quote when copying a sqlite table.Matthew M. Boedicker2013-03-111-1/+9
* | Fix typo [ci skip]Carlos Antonio da Silva2013-03-111-1/+1
* | promotes change_column_null to the migrations APIXavier Noria2013-03-111-0/+20
* | quick pass over the RDoc of schema_statements.rb [ci skip]Xavier Noria2013-03-111-122/+190
* | documents how to DROP DEFAULT [ci skip]Xavier Noria2013-03-111-3/+7
* | default the reaping frequency to 10 secondsAaron Patterson2013-03-111-1/+1
* | fixes enable_extension bug in postgresql_adapterDarren Woodley2013-03-081-1/+1
|/
* Make sure options is a hashRafael Mendonça França2013-03-081-1/+3
* Merge pull request #8868 from tehgeekmeister/masterRafael Mendonça França2013-03-081-0/+6
|\
| * If an index can't be found by column, use the index name.Ezekiel Smithburg2013-03-071-0/+6
* | Unprepared Visitor + unprepared_statementCédric FABIANSKI2013-03-084-3/+14
|/
* SQLite3 3.6.8+ supports savepointsNeeraj Singh2013-03-071-1/+2
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-062-19/+0
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-2/+2
* Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::TimeTroy Kruthoff2013-03-011-4/+1
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-011-0/+2
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-282-6/+22
* update docs, change_table does not use TableDefinition.Yves Senn2013-02-281-3/+3
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-272-8/+4
* Fix default output for postgres network address typesErik Peterson2013-02-261-0/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-261-1/+1
|\
| * Typo fixCarson McDonald2013-02-251-1/+1
* | Do not type cast all the database url values.Rafael Mendonça França2013-02-246-32/+29
* | Indent comment block by two spaces.Marc Schütz2013-02-211-4/+4
* | Add more documentation for create_join_table.Marc Schütz2013-02-201-0/+8
* | also rename indexes when a table or column is renamedYves Senn2013-02-204-5/+34
* | reserve less chars for internal sqlite3 operationsYves Senn2013-02-201-7/+7
* | reserve index name chars for internal rails operationsYves Senn2013-02-203-4/+22
* | Merge pull request #9342 from hone/db_migrate_with_database_urlRafael Mendonça França2013-02-201-1/+1
|\ \
| * | make type_cast_value a class level methodTerence Lee2013-02-211-1/+1
* | | Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-3/+10
|/ /
* | standardize database_configuration to a hashTerence Lee2013-02-211-2/+2
* | descriptive error message when AR adapter was not found. Closes #7313.Yves Senn2013-02-201-2/+5
* | Gist URLs are now namespacedAkira Matsuda2013-02-181-4/+4
* | copy-edits RDoc in fba496fXavier Noria2013-02-161-4/+4
* | Remove valid_type? methodJon Leighton2013-02-154-17/+0
|/
* Revert "Make valid_type? public"Jon Leighton2013-02-154-12/+17
* Revert "Revert "Merge pull request #9206 from ranjaykrishna/use_define_method""Jon Leighton2013-02-151-18/+13
* Revert "Merge pull request #9206 from ranjaykrishna/use_define_method"Jon Leighton2013-02-151-13/+18