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
/
test
/
cases
/
adapters
/
mysql2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `capture_sql` instead of `assert_sql` with no pattern
Ryuta Kamizono
2019-05-22
1
-5
/
+5
*
use PostgreSQL's bulk_alter_table implementation
Yoshiyuki Kinjo
2019-04-13
1
-7
/
+17
*
Wrap Mysql count of deleted rows in lock block to avoid conflict in test
Quan Chau
2019-04-08
1
-0
/
+28
*
Optimizer hints should be applied on Top level query as much as possible
Ryuta Kamizono
2019-04-04
1
-0
/
+8
*
Merge pull request #35795 from alimi/cache-database-version
Eileen M. Uchitelle
2019-04-03
2
-4
/
+1
|
\
|
*
Cache database version in schema cache
Ali Ibrahim
2019-04-03
2
-4
/
+1
*
|
Use official database name [ci skip]
Ryuta Kamizono
2019-04-03
1
-1
/
+1
|
/
*
Don't change `collation_connection` in the current connection
Ryuta Kamizono
2019-03-27
1
-1
/
+1
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-0
/
+37
*
Add test case to prevent possible SQL injection
Ryuta Kamizono
2019-03-18
1
-0
/
+10
*
Add test case for unscoping `:optimizer_hints`
Ryuta Kamizono
2019-03-18
1
-0
/
+6
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
1
-11
/
+0
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-0
/
+24
*
Update READ_QUERY regex
Ali Ibrahim
2019-02-25
1
-0
/
+8
*
Merge pull request #35299 from kamipo/fix_mismatched_foreign_key
Ryuta Kamizono
2019-02-17
1
-3
/
+80
|
\
|
*
Fix the regex that extract mismatched foreign key information
Ryuta Kamizono
2019-02-17
1
-3
/
+80
|
/
*
Allow `column_exists?` to be passed `type` argument as a string
Ryuta Kamizono
2019-01-24
1
-9
/
+4
*
Merge pull request #34742 from kamipo/row_format_dynamic_by_default
Ryuta Kamizono
2018-12-21
1
-7
/
+14
|
\
|
*
MySQL: `ROW_FORMAT=DYNAMIC` create table option by default
Ryuta Kamizono
2018-12-19
1
-7
/
+14
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-17
/
+13
|
/
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-4
/
+4
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
1
-0
/
+58
*
Use utf8mb4 in all tests and examples
Ryuta Kamizono
2018-09-21
2
-7
/
+7
*
Use utf8mb4 character set by default for MySQL database (#33608)
Yasuo Honda
2018-09-11
2
-3
/
+3
*
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
1
-8
/
+0
*
Merge pull request #32647 from eugeneius/lazy_transactions
Matthew Draper
2018-08-23
1
-0
/
+2
|
\
|
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
1
-0
/
+2
*
|
Add database configuration to disable advisory locks.
Guo Xiang Tan
2018-08-22
1
-0
/
+8
|
/
*
Replace Mocha#stubs with assert_called_with
utilum
2018-07-22
1
-6
/
+11
*
Replace some more Mocha#stub calls with Minitest
utilum
2018-07-17
1
-3
/
+4
*
Remove unnecessary Mocha stubs
utilum
2018-07-07
1
-1
/
+0
*
CI against MariaDB 10.3
Yasuo Honda
2018-06-01
1
-1
/
+3
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-2
/
+2
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
1
-5
/
+5
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-2
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
4
-11
/
+11
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-1
/
+1
*
`create_database` should not add default charset when `collation` is given
Ryuta Kamizono
2018-01-15
1
-1
/
+1
*
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
1
-3
/
+3
*
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
2
-3
/
+78
|
\
|
*
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
2
-3
/
+78
*
|
Suppress expected exceptions by `report_on_exception` = `false`
Yasuo Honda
2017-12-14
1
-0
/
+2
|
/
*
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
1
-2
/
+2
|
\
|
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-2
/
+2
*
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-0
/
+27
*
|
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-2
/
+2
|
/
*
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
1
-11
/
+11
|
\
|
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
1
-11
/
+11
[next]