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
...
*
The problem isn't the detection but the deadlock itself
David Heinemeier Hansson
2016-08-04
1
-2
/
+2
*
Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes
Rafael Mendonça França
2016-08-03
1
-20
/
+13
|
\
|
*
Introduce new ActiveRecord transaction error classes
Erol Fornoles
2016-05-24
1
-20
/
+13
*
|
Extract foreign key action from `information_schema`
Ryuta Kamizono
2016-06-07
1
-0
/
+21
*
|
Do not include default column limit in schema.rb
Ryuta Kamizono
2016-05-31
1
-1
/
+1
|
/
*
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
1
-0
/
+62
*
Should quote `lock_name` to pass to `get_advisory_lock`
Ryuta Kamizono
2016-05-10
1
-3
/
+3
*
Followup of #24835
Vipul A M
2016-05-03
1
-2
/
+2
*
Extract `add_sql_comment!` method
Ryuta Kamizono
2016-04-29
1
-3
/
+3
*
Dont simply assume a type is a valid database type. This is only always true ...
Vipul A M
2016-04-25
1
-0
/
+11
*
Properly serialize all JSON primitives in the AR JSON type
Sean Griffin
2016-04-13
1
-4
/
+11
*
Support microsecond datetime precision on MariaDB 5.3+.
Jeremy Daer
2016-04-08
2
-21
/
+45
*
Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic strings
yui-knk
2016-04-05
1
-2
/
+12
*
Append sql_mode instead of overwriting in strict mode
Ryuta Kamizono
2016-03-13
1
-25
/
+25
*
Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...
Rafael França
2016-03-11
1
-0
/
+9
|
\
|
*
The BINARY Operator is only needed for string columns
Ryuta Kamizono
2016-02-22
1
-0
/
+9
*
|
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
1
-1
/
+1
*
|
Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...
Rafael França
2016-03-01
1
-19
/
+13
|
\
\
|
*
|
Remove unnecessary namespaces in `explain_test.rb`
Ryuta Kamizono
2016-02-29
1
-19
/
+13
|
|
/
*
/
Fix `NoMethodError: undefined method `fields' for nil:NilClass`
Ryuta Kamizono
2016-02-29
1
-0
/
+18
|
/
*
Avoid extra `show variables` in migration
Ryuta Kamizono
2016-02-01
1
-5
/
+0
*
Fix `bigint?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-31
1
-0
/
+5
*
[close #23009] Limit key length
schneems
2016-01-21
1
-7
/
+29
*
Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-04
1
-1
/
+12
*
Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57
Rafael França
2015-12-30
1
-0
/
+44
|
\
|
*
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
1
-0
/
+44
*
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
1
-0
/
+6
*
|
Add support for passing flags to MySQL2 adapter by array
Stephen Blackstone
2015-12-22
1
-1
/
+8
*
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-4
/
+1
|
/
*
These limits are now implicit
Matthew Draper
2015-12-18
2
-2
/
+2
*
Allow users to pass flags from database.yml
Stephen Blackstone
2015-12-15
1
-0
/
+7
*
Fix test failure in `adapters/mysql/active_schema_test.rb`
Ryuta Kamizono
2015-11-20
1
-1
/
+1
*
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
1
-9
/
+9
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
2
-8
/
+8
*
No need `MysqlDouble` and `MysqlDouble.reset_column_information`
Ryuta Kamizono
2015-11-05
1
-12
/
+6
*
Add test_float_limits to mysql2
yui-knk
2015-11-03
1
-0
/
+37
*
Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...
Sean Griffin
2015-10-30
1
-0
/
+28
|
\
|
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-0
/
+28
*
|
Fix test failures caused by #19501
Sean Griffin
2015-10-29
1
-0
/
+1
*
|
tests, no every adapter supports "connection.version"
Yves Senn
2015-10-29
1
-11
/
+12
|
/
*
Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2
Sean Griffin
2015-10-20
1
-0
/
+29
|
\
|
*
Add stored procedure test in mysql2
Ryuta Kamizono
2015-10-15
1
-0
/
+29
*
|
Fix to correctly schema dump the `tinyblob`
Ryuta Kamizono
2015-10-15
1
-1
/
+1
|
/
*
Refactor `table_exists?` in AbstractMysqlAdapter
Ryuta Kamizono
2015-09-20
1
-8
/
+0
*
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
1
-2
/
+37
|
\
|
*
Add `unsigned` types for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-0
/
+13
|
*
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-2
/
+24
*
|
Should test both mysql adapters
Ryuta Kamizono
2015-09-20
1
-10
/
+8
|
/
*
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
1
-0
/
+172
*
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
1
-1
/
+1
[prev]
[next]