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
*
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
*
|
Remove deprecated support to `quoted_id` when typecasting an Active Record ob...
Rafael Mendonça França
2017-10-23
1
-17
/
+0
*
|
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
7
-62
/
+62
*
|
Fix longer sequence name detection for serial columns (#28339)
Ryuta Kamizono
2017-10-15
4
-4
/
+26
*
|
MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`
Ryuta Kamizono
2017-10-15
1
-0
/
+7
*
|
Merge pull request #30798 from bogdanvlviv/express-change_column_comment-as-p...
Sean Griffin
2017-10-09
1
-1
/
+1
|
\
\
|
*
|
Express #change_column_comment as public api
bogdanvlviv
2017-10-04
1
-1
/
+1
*
|
|
Fix typo in loading error message
yuuji.yaginuma
2017-10-09
1
-1
/
+1
*
|
|
Distinguish missing adapter gems from load errors within the adapter
Jeremy Daer
2017-10-08
1
-3
/
+15
*
|
|
Add JSON attribute test cases for SQLite3 adapter
Ryuta Kamizono
2017-10-05
2
-1
/
+2
|
/
/
*
|
Prefer official name PostgreSQL over Postgres
Ryuta Kamizono
2017-10-04
1
-2
/
+2
*
|
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
2
-1
/
+9
*
|
Preload digest/sha2 to avoid thread safe error.
Francesco Rodriguez
2017-09-25
1
-1
/
+1
*
|
Extract `integer_like_primary_key_type` to ease to handle it for adapters
Ryuta Kamizono
2017-09-25
4
-17
/
+18
*
|
Move integer-like primary key normalization to `new_column_definition`
Ryuta Kamizono
2017-09-23
5
-31
/
+27
*
|
Prevent extra `column_for` for `change_column_{default,null,comment}`
Ryuta Kamizono
2017-09-23
1
-7
/
+4
*
|
`index_name` should be quoted
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
|
Return nil if table comment is blank
Ryuta Kamizono
2017-09-22
1
-1
/
+1
*
|
Implement change_table_comment and change_column_comment for MySql Adapter
Alecs Popa
2017-09-22
1
-0
/
+10
*
|
Merge pull request #30656 from yskkin/add_column_doc
Ryuta Kamizono
2017-09-20
1
-0
/
+2
|
\
\
|
*
|
Add :comment option for add_column [ci skip]
Yoshiyuki Kinjo
2017-09-20
1
-0
/
+2
*
|
|
Fix collided sequence name detection
Ryuta Kamizono
2017-09-18
1
-1
/
+8
|
/
/
*
|
Don't use `quoted_table_name` in `limited_ids_for`
Ryuta Kamizono
2017-09-14
1
-1
/
+5
*
|
Fix `quote_default_expression` for UUID with array default
Ryuta Kamizono
2017-09-08
1
-1
/
+1
*
|
Should quote composite primary key names
Ryuta Kamizono
2017-09-04
1
-1
/
+1
*
|
`add_reference` should respect column position for both reference id and type...
Ryuta Kamizono
2017-09-01
1
-1
/
+1
*
|
Merge pull request #30445 from prathamesh-sonpatki/fix-30441
Kasper Timm Hansen
2017-08-28
1
-0
/
+2
|
\
\
[next]