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
*
Define `supports_foreign_tables?` in AbstractAdapter
Yasuo Honda
2018-01-28
1
-0
/
+5
*
Bring back ability to insert zero value on primary key for fixtures (#31795)
Ryuta Kamizono
2018-01-26
3
-22
/
+8
*
Update note on MySQL index order support [ci skip]
Eugene Kenny
2018-01-26
1
-1
/
+1
*
Add test case for deprecated `insert_fixtures`
Ryuta Kamizono
2018-01-26
1
-3
/
+5
*
Make discard safe when it follows a manual disconnect
Matthew Draper
2018-01-25
1
-1
/
+1
*
Merge pull request #31773 from dinahshi/postgresql_bulk_patch
Matthew Draper
2018-01-24
1
-1
/
+1
|
\
|
*
Use concat to join procs arrays in bulk_change_table
Dinah Shi
2018-01-23
1
-1
/
+1
*
|
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
3
-21
/
+114
|
\
\
|
*
|
Allow a 2 bytes margin:
Edouard CHIN
2018-01-23
1
-1
/
+2
|
*
|
Combine delete and insert statements in the same query
Edouard CHIN
2018-01-22
2
-13
/
+10
|
*
|
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
3
-21
/
+116
*
|
|
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
2
-1
/
+15
*
|
|
Merge pull request #24964 from vipulnsward/true-false
Matthew Draper
2018-01-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Dont perform unnecessary check with false, just use true/false values for @ac...
Vipul A M
2016-05-11
1
-2
/
+2
*
|
|
|
Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...
Matthew Draper
2018-01-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
|
|
|
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
3
-4
/
+12
|
/
/
/
/
*
|
|
|
`create_database` should not add default charset when `collation` is given
Ryuta Kamizono
2018-01-15
1
-1
/
+1
*
|
|
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
|
|
Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379
Ryuta Kamizono
2018-01-07
1
-6
/
+1
*
|
|
|
Deprecate `valid_alter_table_type?` in sqlite3 adapter
Ryuta Kamizono
2018-01-04
1
-7
/
+12
*
|
|
|
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
2
-2
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #31331 from dinahshi/postgresql_bulk_update
Matthew Draper
2018-01-03
2
-5
/
+40
|
\
\
\
|
*
|
|
Add bulk alter support for PostgreSQL
Dinah Shi
2017-12-06
2
-5
/
+40
*
|
|
|
Merge pull request #25456 from ojab/master
Ryuta Kamizono
2018-01-03
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
Remove dormant check
ojab
2016-06-21
1
-3
/
+1
*
|
|
|
|
Fix recreating partial indexes after alter table for sqlite
fatkodima
2017-12-31
1
-0
/
+1
*
|
|
|
|
Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)
Ryuta Kamizono
2017-12-26
1
-1
/
+1
*
|
|
|
|
Fix `add_column` with :primary_key type compatibility for SQLite
fatkodima
2017-12-25
1
-1
/
+1
*
|
|
|
|
Fix Illegal parameter data type bigint for operation 'get_lock' error
Ivan Zinovyev
2017-12-20
1
-2
/
+2
*
|
|
|
|
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
2
-4
/
+1
*
|
|
|
|
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Quote primary key in the subselect generated by mysql2 adapter
Ryuta Kamizono
2017-12-19
1
-1
/
+2
*
|
|
|
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
*
|
|
|
|
Optimizing information_schema query for `foreign_keys`
Hiroyuki Morita
2017-12-13
1
-2
/
+3
|
/
/
/
/
*
|
|
|
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-4
/
+6
*
|
|
|
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-1
/
+5
*
|
|
|
SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)
Ryuta Kamizono
2017-12-03
1
-0
/
+15
*
|
|
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
4
-9
/
+7
*
|
|
|
`change_column_default` should be executed after type changing
Ryuta Kamizono
2017-12-03
1
-7
/
+8
*
|
|
|
Extract duplicated index column options normalization as `options_for_index_c...
Ryuta Kamizono
2017-12-03
5
-46
/
+34
*
|
|
|
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
5
-24
/
+30
*
|
|
|
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
3
-59
/
+79
|
\
\
\
\
|
*
|
|
|
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
3
-59
/
+79
*
|
|
|
|
Fix method name in `validate_constraint` doc [ci skip]
yuuji.yaginuma
2017-12-02
1
-1
/
+1
*
|
|
|
|
Add support for invalid foreign keys in Postgres
Travis Hunter
2017-12-01
7
-1
/
+84
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Remove unpaired `}` [ci skip]
Ryuta Kamizono
2017-12-01
1
-2
/
+1
*
|
|
|
Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...
Matthew Draper
2017-12-01
4
-15
/
+66
|
\
\
\
\
[next]