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
/
connection_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
1
-11
/
+0
*
Use utf8mb4 character set by default for MySQL database (#33608)
Yasuo Honda
2018-09-11
1
-2
/
+2
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
1
-0
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-6
/
+6
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-2
/
+2
*
Remove deprecated arguments from `#verify!`
Rafael Mendonça França
2017-10-23
1
-12
/
+0
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+12
|
\
|
*
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+12
*
|
Merge pull request #28169 from kirs/ensure-conn-verify
Matthew Draper
2017-02-26
1
-1
/
+1
|
\
\
|
*
|
Use ensure block for things we cleanup in tests
Kir Shatrov
2017-02-25
1
-1
/
+1
|
|
/
*
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-0
/
+16
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
|
/
*
activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect
Dylan Thacker-Smith
2017-01-09
1
-1
/
+2
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix brittle tests which were relying on the error message text from mysql2 gem
Prathamesh Sonpatki
2016-10-23
1
-4
/
+4
*
Update mysql adapter error message when disconnected
Guillermo Iguaran
2016-10-22
1
-2
/
+2
*
Address `warning: ambiguous first argument; put parentheses or a space even a...
Yasuo Honda
2016-09-13
1
-2
/
+2
*
activerecord/mysql2: Avoid setting @connection to nil, just close it
Dylan Thacker-Smith
2016-09-08
1
-0
/
+21
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+4
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-16
/
+16
*
Should quote `lock_name` to pass to `get_advisory_lock`
Ryuta Kamizono
2016-05-10
1
-3
/
+3
*
Append sql_mode instead of overwriting in strict mode
Ryuta Kamizono
2016-03-13
1
-25
/
+25
*
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
*
Allow users to pass flags from database.yml
Stephen Blackstone
2015-12-15
1
-0
/
+7
*
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
1
-9
/
+9
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-0
/
+28
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
1
-0
/
+9
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
1
-7
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+1
*
add a truncate method to the connection
Aaron Patterson
2014-09-22
1
-0
/
+13
*
MySQL: set connection collation along with the charset
Jeremy Kemper
2014-08-30
1
-0
/
+5
*
[ci skip] fix spelling of override
Akshay Vishnoi
2014-08-13
1
-1
/
+1
*
Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode"
Yasuo Honda
2014-07-17
1
-4
/
+3
*
Stringify variables names for mysql connections
Paul Nikitochkin
2014-04-30
1
-0
/
+8
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-11
/
+3
*
Fix tests not unsubscribing from Notifications.
Guo Xiang Tan
2014-03-28
1
-2
/
+2
*
Unit test for mysql quote time usec
Arthur Neves
2014-03-12
1
-0
/
+7
*
Change the inexistent database name to inexistent_activerecord_unittest
Yasuo Honda
2014-01-01
1
-1
/
+1
*
used user-defined configurations for running tests that might depend on user'...
Kuldeep Aggarwal
2013-12-29
1
-1
/
+2
*
Move mysql2 test for when adapter will be loaded
schneems
2013-12-24
1
-0
/
+7
[next]