aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-202-5/+5
* | | | Remove unused already requireRyuta Kamizono2015-05-192-7/+0
* | | | Remove `require 'arel/visitors/bind_visitor'`Ryuta Kamizono2015-05-193-4/+0
* | | | Merge pull request #20212 from kamipo/avoid_heredocRafael Mendonça França2015-05-191-20/+5
|\ \ \ \
| * | | | Avoid the heredoc in one line queries and simple queriesRyuta Kamizono2015-05-191-20/+5
* | | | | Eliminate the duplication code of `StatementPool`Ryuta Kamizono2015-05-194-92/+36
|/ / / /
* | | | Merge pull request #20175 from eugeneius/copy_schema_cache_after_forkRafael Mendonça França2015-05-181-1/+3
|\ \ \ \
| * | | | Add schema cache to new connection pool after forkEugene Kenny2015-05-171-1/+3
* | | | | Merge pull request #20192 from kamipo/divide_to_column_options_handling_methodsRafael Mendonça França2015-05-182-10/+34
|\ \ \ \ \
| * | | | | Divide methods for handling column options separatelyRyuta Kamizono2015-05-182-10/+34
| |/ / / /
* | | | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_nameRafael Mendonça França2015-05-181-1/+2
|\ \ \ \ \