aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-262-9/+10
* cache quoted column names in SQLite3Aaron Patterson2015-02-241-1/+2
* Merge pull request #19068 from pda/ar-translate-exception-class-no-logAaron Patterson2015-02-241-1/+0
|\
| * AR: translate_exception_class() no longer logs error.Paul Annesley2015-02-241-1/+0
* | Merge pull request #18936 from arthurnn/txn_callbacksArthur Nogueira Neves2015-02-241-1/+7
|\ \ | |/ |/|
| * Add before_commitArthur Neves2015-02-241-1/+7
* | Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+1
* | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+1
* | rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-9/+28
* | Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
* | Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-233-109/+139
|\ \
| * | The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-231-44/+50
| * | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
| * | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-223-42/+61
* | | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+10
|/ /
* | Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-2/+2
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-205-13/+19
* | Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sqlRafael Mendonça França2015-02-192-37/+25
|\ \
| * | Handle array option in `type_to_sql`Ryuta Kamizono2015-02-191-19/+16
| * | Use `delegate` to call the methods to `@conn`Ryuta Kamizono2015-02-191-16/+3
| * | Should handle array option for `:cast_as`Ryuta Kamizono2015-02-191-4/+8
* | | Extract precision from datetime and time columnsRyuta Kamizono2015-02-192-7/+4
|/ /
* | Rm `Type#type_cast`Sean Griffin2015-02-176-8/+8
* | `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* | `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1712-15/+15
* | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-178-9/+9
* | Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-175-21/+19
* | Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-162-15/+38
|\ \
| * | Add methods to get foreign key matching argumentsAnton2015-01-292-40/+36
| * | Add `foreign_key_exists?` method.Anton2015-01-242-0/+27
* | | fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* | | Register adapter specific types with the global type registrySean Griffin2015-02-154-62/+21
| |/ |/|
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-125-19/+21
* | Merge pull request #18888 from kamipo/refactor_quote_default_expressionRafael Mendonça França2015-02-114-18/+12
|\ \
| * | Refactor `quote_default_expression`Ryuta Kamizono2015-02-114-18/+12
* | | Remove the SQLite3 Binary subclassSean Griffin2015-02-111-18/+0
* | | Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* | | Remove most PG specific type subclassesSean Griffin2015-02-1112-89/+52
* | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for...Sean Griffin2015-02-112-1/+7
|\ \ \
| * | | The datetime precision with zero should be dumpedRyuta Kamizono2015-02-112-1/+7
| |/ /
* | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664.Yves Senn2015-02-111-0/+6
* | | Merge pull request #18890 from kamipo/remove_cast_typeYves Senn2015-02-111-1/+1
|\ \ \
| * | | Remove `cast_type` in `ColumnDefinition`Ryuta Kamizono2015-02-111-1/+1
| |/ /
* / / Use keyword argument in `transaction`Ryuta Kamizono2015-02-111-6/+4
|/ /
* | Refactor microsecond precision to be database agnosticSean Griffin2015-02-105-46/+32
* | Merge pull request #18849 from kamipo/array_type_is_a_part_of_sql_typeSean Griffin2015-02-092-19/+4
|\ \
| * | An array type is a part of `sql_type`Ryuta Kamizono2015-02-082-19/+4
* | | Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-082-12/+13
* | | Merge pull request #18602 from kamipo/respect_database_charset_and_collationAndrew White2015-02-081-1/+1
|\ \ \
| * | | Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-1/+1
| |/ /