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
/
mysql
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-4
/
+4
*
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
-12
/
+11
*
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
2
-14
/
+19
|
\
|
*
Add stored procedure test in mysql2
Ryuta Kamizono
2015-10-15
2
-14
/
+19
*
|
Fix to correctly schema dump the `tinyblob`
Ryuta Kamizono
2015-10-15
1
-1
/
+1
|
/
*
Merge pull request #21288 from yahonda/mysql_requires_password
Arthur Nogueira Neves
2015-10-12
1
-1
/
+1
|
\
|
*
Allow mysql and mysql2 tests run by database user with password
Yasuo Honda
2015-08-18
1
-1
/
+1
*
|
Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter
Ryuta Kamizono
2015-10-08
1
-24
/
+0
*
|
fix `bin/test -a sqlite3_mem`.
Yves Senn
2015-09-22
1
-19
/
+13
*
|
Eliminate `test_tables_quoting` following seems to be left in #21687
Ronak Jangir
2015-09-21
1
-8
/
+0
*
|
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
1
-1
/
+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
|
|
/
*
|
Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter
Jeremy Daer
2015-09-19
1
-0
/
+27
|
\
\
|
*
|
Move `explain` into `AbstractMysqlAdapter`
Ryuta Kamizono
2015-03-01
1
-0
/
+27
*
|
|
Merge pull request #21607 from kamipo/remove_unnecessary_display_width
Jeremy Daer
2015-09-19
2
-5
/
+5
|
\
\
\
|
*
|
|
Remove unnecessary display width
Ryuta Kamizono
2015-09-16
2
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
Should test both mysql adapters
Ryuta Kamizono
2015-09-20
1
-10
/
+8
*
|
|
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
1
-1
/
+1
|
/
/
*
|
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
1
-1
/
+1
*
|
Remove ivar only when defined
Akira Matsuda
2015-07-24
1
-2
/
+2
*
|
Ensure that microsecond precision is only used for version of mysql that supp...
Jori Hardman
2015-07-20
1
-0
/
+14
*
|
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
15
-64
/
+54
*
|
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
1
-0
/
+9
*
|
More exercise the create index sql tests
Ryuta Kamizono
2015-05-04
1
-0
/
+37
*
|
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
1
-0
/
+42
|
\
\
|
*
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
1
-0
/
+42
*
|
|
Remove unused require
Ryuta Kamizono
2015-05-03
1
-1
/
+0
|
/
/
*
|
Use `use_transactional_tests` in Active Record
Prem Sichanugrist
2015-04-10
1
-1
/
+1
*
|
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
1
-0
/
+54
|
\
\
|
*
|
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
1
-0
/
+54
|
|
/
*
/
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
3
-3
/
+3
|
/
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
2
-2
/
+2
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
1
-87
/
+0
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
2
-6
/
+6
*
Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...
Rafael Mendonça França
2015-01-02
1
-0
/
+87
|
\
|
*
Format the datetime string according to the precision of the datetime field.
Ryuta Kamizono
2015-01-02
1
-0
/
+17
|
*
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-0
/
+70
|
/
*
Stop relying on columns in mysql quoting tests
Sean Griffin
2015-01-01
1
-6
/
+2
*
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
1
-0
/
+6
[next]