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
*
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
|
\
\
|
*
|
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
4
-15
/
+66
*
|
|
Add :nodoc: to `StatementPool` which is internal used [ci skip]
Ryuta Kamizono
2017-11-30
2
-4
/
+2
|
/
/
*
|
Drop mysql2 version less than 0.4.3 to guarantee fork safety (#31244)
Ryuta Kamizono
2017-11-28
1
-1
/
+1
*
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
2
-1
/
+4
*
|
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
2
-2
/
+2
*
|
Merge pull request #31221 from matthewd/flush-idle-connections
Matthew Draper
2017-11-26
2
-16
/
+66
|
\
\
|
*
|
Flush idle database connections
Matthew Draper
2017-11-26
2
-16
/
+66
*
|
|
Let rubygems handle our objection to mysql2 0.4.3
Matthew Draper
2017-11-26
1
-2
/
+1
|
|
/
|
/
|
*
|
Merge pull request #30510 from yhirano55/add_nodoc_to_activerecord
Eileen M. Uchitelle
2017-11-25
1
-1
/
+1
|
\
\
|
*
|
Add :nodoc: to activerecord [ci skip]
Yoshiyuki Hirano
2017-09-03
1
-1
/
+1
*
|
|
Merge pull request #31173 from matthewd/connection-fork-safety
Matthew Draper
2017-11-25
4
-0
/
+58
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve AR connection fork safety
Matthew Draper
2017-11-18
4
-0
/
+58
*
|
|
Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlock
Matthew Draper
2017-11-18
1
-1
/
+2
|
\
\
\
|
*
|
|
Prevent deadlocks with load interlock and DB lock.
Brent Wheeldon
2017-11-09
1
-1
/
+2
*
|
|
|
Merge pull request #28742 from quixoten/stack_conn_pool
Matthew Draper
2017-11-17
1
-6
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix typos
Devin Christensen
2017-04-13
1
-1
/
+1
|
*
|
|
Improve documentation and add test
Devin Christensen
2017-04-13
1
-7
/
+4
|
*
|
|
Switch to LIFO for the connection pool
Devin Christensen
2017-04-12
1
-2
/
+2
*
|
|
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
2
-0
/
+6
*
|
|
|
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
1
-0
/
+3
*
|
|
|
Add missing autoload `Type` (#31123)
Ryuta Kamizono
2017-11-11
1
-1
/
+0
|
|
/
/
|
/
|
|
*
|
|
Properly check transaction in persistence
Keenan Brock
2017-11-06
1
-1
/
+1
*
|
|
[ci skip]Update the documentation about the primary key type
suginoy
2017-10-29
2
-16
/
+16
*
|
|
Merge pull request #30984 from yahonda/schema_dumper_pg
Ryuta Kamizono
2017-10-26
1
-0
/
+12
|
\
\
\
|
*
|
|
Implement `PostgreSQL::SchemaDumper#extensions`
Yasuo Honda
2017-10-25
1
-0
/
+12
*
|
|
|
Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dump
Rafael França
2017-10-25
1
-1
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Avoid using index_xinfo, only available in sqlite >= 3.8.9
Paul Kuruvilla
2017-10-25
1
-9
/
+12
|
*
|
|
Save index order :desc to schema.rb (sqlite). Fixes #30902
Paul Kuruvilla
2017-10-24
1
-2
/
+9
*
|
|
|
`supports_extensions?` return always true since PostgreSQL 9.1
Yasuo Honda
2017-10-24
1
-9
/
+3
|
/
/
/
*
|
|
Remove `supports_disable_referential_integrity?`
Yasuo Honda
2017-10-23
1
-25
/
+17
*
|
|
Remove deprecated arguments from `#verify!`
Rafael Mendonça França
2017-10-23
1
-4
/
+1
*
|
|
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
4
-24
/
+4
*
|
|
Remove deprecated method `supports_primary_key?`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
|
|
Remove deprecated method `supports_migrations?`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
|
|
Remove deprecated methods `initialize_schema_migrations_table` and `initializ...
Rafael Mendonça França
2017-10-23
1
-10
/
+0
*
|
|
Remove deprecated argument `default` from `index_name_exists?`
Rafael Mendonça França
2017-10-23
2
-12
/
+2
[next]