aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_keyJeremy Daer (Kemper)2015-09-196-30/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correctly dump composite primary keyRyuta Kamizono2015-09-206-30/+62
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-204-8/+6
* | | | | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-6/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #21637 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-171-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Improved ActiveRecord Connection Pool docs [ci skip]amitkumarsuroliya2015-09-171-2/+2
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | s/Github/GitHub/Akira Matsuda2015-09-171-1/+1
|/ / / / / / /
* | | | | | | [ci skip] Remove `DEFAULT NULL` from examplesYasuo Honda2015-09-161-2/+2
* | | | | | | Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #21591 from kamipo/text_and_blob_limit_is_byte_lengthRafael Mendonça França2015-09-131-2/+2
|\ \ \ \ \ \
| * | | | | | TEXT and BLOB limit is byte length, not character length.Ryuta Kamizono2015-09-111-2/+2
| |/ / / / /
* / / / / / Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-103-7/+7
|/ / / / /
* | | | | Don't set the default argumentRafael Mendonça França2015-09-091-1/+1
* | | | | Merge pull request #21548 from yui-knk/feature/define_tables_as_interfaceYves Senn2015-09-081-0/+5
|\ \ \ \ \
| * | | | | Define `SchemaStatements#tables` as interfaceyui-knk2015-09-081-0/+6
|/ / / / /
* | | | | Support mysql2 0.4.0, first release with prepared statements supportJeremy Daer2015-09-071-1/+1
* | | | | Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* | | | | Fix test failures from premature merge of #21317Matthew Draper2015-09-071-4/+8
* | | | | Support dropping indexes concurrently in PostgresGrey Baker2015-09-053-7/+12
* | | | | No need to get the exception variableRafael Mendonça França2015-09-011-6/+4
* | | | | Merge pull request #21318 from yahonda/pr21108Rafael Mendonça França2015-09-012-3/+7
|\ \ \ \ \
| * | | | | Support MySQL 5.7.8 which enables show_compatibility_56=offYasuo Honda2015-08-212-3/+7
* | | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-282-3/+8
* | | | | | pg docs, `connection.tables` does not use the `name` argument.Yves Senn2015-08-281-1/+1
* | | | | | PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-2/+2
* | | | | | JSON is still an adapter specific type.Sean Griffin2015-08-215-3/+15
|/ / / / /
* | | | | Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\ \ \ \ \
| * | | | | Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
* | | | | | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-187-50/+43
|/ / / / /
* | | | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-2/+6
* | | | | Merge pull request #20459Sean Griffin2015-08-061-0/+24
|\ \ \ \ \
| * | | | | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+24
* | | | | | Should use `server_info[:version]` instead of `info[:version]`Ryuta Kamizono2015-08-041-1/+1
| |_|_|/ / |/| | | |
* | | | | Fixes documentation typo.Дмитро Будник2015-07-231-2/+2
* | | | | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-203-17/+25
* | | | | Freeze string literals when not mutated.schneems2015-07-191-1/+1
* | | | | Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-2/+2
* | | | | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-271-1/+4
|\ \ \ \ \
| * | | | | Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-251-1/+4
| | |/ / / | |/| | |
* / | | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-265-6/+24
|/ / / /
* | | | make `remove_index :table, :column` reversible.Yves Senn2015-06-151-1/+1
* | | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-1/+5
|\ \ \ \
| * | | | Add an invert method for remove_foreign_keyAster Ryan2015-06-111-1/+6
|/ / / /
* / / / Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
|/ / /
* | | Merge pull request #20448 from sgrif/sg-postgresql-point-typeSean Griffin2015-06-073-0/+53
|\ \ \
| * | | Return a `Point` object from the PG Point typeSean Griffin2015-06-053-0/+53
* | | | A few documentation tweaks [ci skip]Robin Dupret2015-06-071-1/+1
|/ / /
* | | Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* | | Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-282-4/+66
* | | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-261-2/+4