index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
INSERT INTO schema_migrations in 1 SQL
Akira Matsuda & Naoto Koshikawa
2016-01-27
1
-10
/
+8
*
Pare back default `index` option for the migration generator
Prathamesh Sonpatki
2016-01-24
1
-1
/
+1
*
Merge pull request #20005 from kamipo/default_expression_support
Rafael França
2016-01-16
6
-20
/
+36
|
\
|
*
Fix extract default with CURRENT_TIMESTUMP
Ryuta Kamizono
2016-01-13
1
-2
/
+6
|
*
Fix extract default with CURRENT_DATE
Ryuta Kamizono
2016-01-13
1
-3
/
+8
|
*
Add expression support on the schema default
Ryuta Kamizono
2016-01-13
4
-15
/
+22
*
|
Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi...
Rafael França
2016-01-16
2
-22
/
+14
|
\
\
|
*
|
`sql_for_insert` returns values for passing to `exec_insert`
Ryuta Kamizono
2016-01-15
2
-22
/
+14
*
|
|
`last_insert_id_value` and `last_insert_id` are unused anymore
Ryuta Kamizono
2016-01-15
1
-9
/
+1
|
/
/
*
/
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-6
/
+0
|
/
*
fix regression when loading fixture files with symbol keys.
Yves Senn
2016-01-13
1
-2
/
+3
*
Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada...
Ryuta Kamizono
2016-01-11
2
-28
/
+34
*
Extract `MySQL::Column` class to `connection_adapters/mysql/column.rb`
Ryuta Kamizono
2016-01-11
2
-46
/
+52
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
2
-1
/
+12
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
2
-0
/
+5
|
\
|
*
[ci skip] Add comment to remove silenced code.
schneems
2016-01-07
1
-0
/
+1
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+4
*
|
Merge pull request #22973 from kamipo/fix_select_values_method_signature
Rafael França
2016-01-08
2
-4
/
+4
|
\
\
|
*
|
Fix `select_values` method signature for consistency
Ryuta Kamizono
2016-01-08
2
-4
/
+4
*
|
|
`{update|delete}_sql` are almost the same as `{update|delete}`
Ryuta Kamizono
2016-01-08
4
-25
/
+2
|
/
/
*
|
Remove `delete_sql` in sqlite3 adapter
Ryuta Kamizono
2016-01-07
1
-5
/
+0
*
|
Refactor `connection.insert_sql`
Ryuta Kamizono
2016-01-07
4
-35
/
+10
*
|
Merge pull request #22921 from prathamesh-sonpatki/fix-add-reference
Rafael França
2016-01-06
1
-0
/
+1
|
\
\
|
*
|
Autoload ReferenceDefinition class in abstract adapter so that it can be used...
Prathamesh Sonpatki
2016-01-05
1
-0
/
+1
*
|
|
Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods
Rafael Mendonça França
2016-01-06
1
-0
/
+24
|
\
\
\
|
*
|
|
Add short-hand methods for text and blob types in MySQL
Ryuta Kamizono
2016-01-05
1
-0
/
+24
|
|
/
/
*
|
|
Merge pull request #22920 from kamipo/fix_connection_create
Rafael França
2016-01-05
4
-6
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `connection#create` in PG adapter
Ryuta Kamizono
2016-01-05
4
-6
/
+1
*
|
|
Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_column
Rafael França
2016-01-04
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-04
1
-3
/
+3
*
|
|
Merge pull request #22821 from shosti/set-null-transaction
Arthur Nogueira Neves
2016-01-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow add_to_transaction with null transaction
Emanuel Evans
2015-12-28
1
-0
/
+1
*
|
|
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
2
-17
/
+10
*
|
|
Merge pull request #22848 from derekprior/dp-postgresql-version
Rafael França
2015-12-30
1
-5
/
+5
|
\
\
\
|
*
|
|
Make `postgresql_version` public
Derek Prior
2015-12-30
1
-5
/
+5
*
|
|
|
Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57
Rafael França
2015-12-30
2
-5
/
+23
|
\
\
\
\
|
*
|
|
|
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
2
-2
/
+18
|
*
|
|
|
Avoid `distinct` if a subquery has already materialized
Ryuta Kamizono
2015-12-23
1
-3
/
+5
*
|
|
|
|
Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapter
Rafael França
2015-12-30
1
-27
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Remove outdated comment
Ryuta Kamizono
2015-12-27
1
-28
/
+0
|
*
|
|
|
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
1
-0
/
+10
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #22547 from kamipo/fix_create_table_info_cache
Rafael França
2015-12-29
1
-2
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Correctly cache create_table_info
Ryuta Kamizono
2015-12-17
1
-2
/
+6
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix varbinary with default ''
Ryuta Kamizono
2015-12-24
1
-13
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #22620 from kamipo/join_to_delete_is_same_as_join_to_update
Rafael França
2015-12-22
2
-9
/
+3
|
\
\
\
|
*
|
|
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
2
-9
/
+3
*
|
|
|
Add support for passing flags to MySQL2 adapter by array
Stephen Blackstone
2015-12-22
1
-1
/
+6
*
|
|
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
3
-9
/
+8
*
|
|
|
mysql2 adapter instead of mysql [ci skip]
Rajarshi Das
2015-12-20
2
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
1
-3
/
+16
[next]