aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-1/+2
* Add parameter :sslcompression to PostgreSQL adapter.Lars Kanis2013-05-021-2/+2
* Improve docs for postgresql with uuid primary keys [ci skip]Carlos Antonio da Silva2013-05-011-8/+7
* allow override of uuid_generate_v4() default by passing default: nilChad Moone2013-05-011-1/+30
* maintain return value for recreate_databaseAaron Patterson2013-04-301-1/+2
* mysql needs to reconnect after recreate. Thanks @mperhamAaron Patterson2013-04-301-0/+1
* StatementInvalid takes WrappedDatabaseException's placeJeremy Kemper2013-04-282-2/+2
* Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-8/+0
* fix typosVipul A M2013-04-211-1/+1
* Fix loading of fixtures when the column type is a postgres array of strings.Chris Constantine2013-04-181-1/+1
* Revert "Merge pull request #10043 from cconstantine/master"Rafael Mendonça França2013-04-181-15/+0
* Merge pull request #10043 from cconstantine/masterRafael Mendonça França2013-04-181-0/+15
|\
| * Fix loading of string arrays in postgresChris Constantine2013-04-081-0/+15
* | Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...kennyj2013-04-171-2/+4
* | Add OID::Bit for supporting bit string.kennyj2013-04-162-2/+19
* | fix for the bytea/binary nil value bugMatt Aimonetti2013-04-141-0/+1
|/
* Correctly parse bigint defaults in PostgreSQLErik Peterson2013-04-051-1/+1
* Per #9999 revert the revert changing so columns are only tested for empty? as...Sam2013-04-031-4/+4
* Merge pull request #10010 from pwnall/fix_ref_index_trueRafael Mendonça França2013-04-011-1/+1
|\
| * Make references with index:true pass Hash options to add_index.Victor Costan2013-04-011-1/+1
* | fix detect column type of enummasarakki2013-04-011-2/+2
|/
* Refactor index algorithm lookup so that it only builds the available options ...Carlos Antonio da Silva2013-03-301-4/+4
* Minor doc improvement about index algorithms [ci skip]Carlos Antonio da Silva2013-03-301-3/+2
* Do not calculate values if they are not going to be usedCarlos Antonio da Silva2013-03-301-7/+9
* Make docs a little bit more consistent with colons [ci skip]Carlos Antonio da Silva2013-03-301-9/+9
* Fix code examples indent in new index options docs [ci skip]Carlos Antonio da Silva2013-03-301-3/+3
* Use new hash style in doc examples [ci skip]Carlos Antonio da Silva2013-03-301-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-304-7/+7
|\
| * nodoc AR::ConnectionHandling for adapters [ci skip]Francesco Rodriguez2013-03-154-7/+7
| * Unmatched parenthesis fixRobin Dupret2013-03-151-1/+1
* | added comments to test_invalid_type in sqlite3 adapter test and added valid_t...Ranjay Krishna2013-03-282-4/+4
* | Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-274-6/+25
* | Merge pull request #9928 from vipulnsward/fix_rename_auto_increment_mysqlRafael Mendonça França2013-03-264-10/+14
|\ \
| * | respect auto_increment in rename_column for mysqlVipul A M2013-03-274-10/+14
* | | Checks :algorithm argument for valid valuesDan McClain2013-03-261-1/+7
* | | Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-255-14/+24
|/ /
* | Fix typoRafael Mendonça França2013-03-251-1/+1
* | The sql_type method called here is fromRafael Mendonça França2013-03-252-7/+6
* | Move away from column.sql_type in untested code tooMartin Schürrer2013-03-251-5/+6
* | Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-254-6/+43
* | Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-253-0/+12
* | Merge branch 'jlxw-patch-2'Rafael Mendonça França2013-03-231-2/+2
|\ \
| * | Fix regex to strip quotations from hstore valuesjlxw2013-03-231-2/+2
* | | Custom index type support with :using.doabit2013-03-244-4/+31
|/ /
* | Autoload the AlterTable classRafael Mendonça França2013-03-231-0/+1
* | add uuid primary key supportAaron Patterson2013-03-224-3/+20
* | separate primary key from column typeAaron Patterson2013-03-221-10/+11
* | push the mysql add_column up to the abstract adapterAaron Patterson2013-03-224-22/+35
* | allow multiple add columnsAaron Patterson2013-03-223-6/+6
* | pull add_column_options! off the pg connection classAaron Patterson2013-03-222-13/+13