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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
2
-0
/
+108
|
\
|
*
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
2
-0
/
+108
*
|
PostgreSQL, Fix OID based type casts in C for primitive types.
Lars Kanis
2015-03-25
4
-13
/
+13
*
|
PostgreSQL, Add test case for "Infinity" string assignment to float columns.
Lars Kanis
2015-03-22
1
-0
/
+9
*
|
Don't cast nil to string in pg enums
Sean Griffin
2015-03-19
1
-0
/
+8
*
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
14
-14
/
+14
*
|
pg, `disable_referential_integrity` only catches AR errors.
Yves Senn
2015-03-11
1
-1
/
+23
*
|
Fix json_test
palkan
2015-03-11
1
-0
/
+1
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
|
/
*
Remove duplicated test
Ryuta Kamizono
2015-03-04
1
-20
/
+0
*
Correctly dump `serial` and `bigserial`
Ryuta Kamizono
2015-03-04
1
-0
/
+60
*
Remove unused line
Ryuta Kamizono
2015-03-03
1
-1
/
+0
*
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
1
-2
/
+2
*
rework `disable_referential_integrity` for PostgreSQL.
Yves Senn
2015-02-24
1
-0
/
+89
*
Should handle array option for `:cast_as`
Ryuta Kamizono
2015-02-19
1
-0
/
+7
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
18
-22
/
+22
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
11
-11
/
+11
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
2
-5
/
+5
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
7
-18
/
+18
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
7
-25
/
+25
*
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
3
-271
/
+0
*
pg tests, be clear about the missing type that causes a test skip.
Yves Senn
2015-02-12
1
-7
/
+6
*
The datetime precision with zero should be dumped
Ryuta Kamizono
2015-02-11
1
-22
/
+39
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
4
-19
/
+7
*
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
1
-0
/
+16
*
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
1
-4
/
+12
|
\
|
*
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
1
-4
/
+12
*
|
Remove unused line
Ryuta Kamizono
2015-02-08
1
-1
/
+0
|
/
*
rm `Type#number?`
Sean Griffin
2015-02-07
14
-19
/
+0
*
Fix test cases for money, bit and bit_varying
Melody
2015-02-04
2
-2
/
+4
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
20
-20
/
+0
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
15
-70
/
+107
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
7
-24
/
+33
*
Fix test failure on PG caused by 7c6f3938dee47f093
Sean Griffin
2015-01-23
1
-2
/
+2
*
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-0
/
+8
*
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
1
-1
/
+1
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
11
-14
/
+14
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
2
-6
/
+7
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-27
/
+5
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
14
-20
/
+20
*
Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...
Rafael Mendonça França
2015-01-02
2
-0
/
+174
|
\
|
*
Format the datetime string according to the precision of the datetime field.
Ryuta Kamizono
2015-01-02
2
-0
/
+34
|
*
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
2
-0
/
+140
|
/
*
Stop explicitly passing `nil` as the column to `type_cast`
Sean Griffin
2015-01-01
1
-12
/
+12
*
Stop depending on columns for type information in PG quoting tests
Sean Griffin
2015-01-01
2
-30
/
+29
*
Stop relying on columns for type information in mysql2 casting tests
Sean Griffin
2015-01-01
1
-4
/
+2
*
Stop relying on columns in mysql quoting tests
Sean Griffin
2015-01-01
1
-6
/
+2
*
Stop relying on columns in sqlite quoting tests
Sean Griffin
2015-01-01
1
-22
/
+1
[next]