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
/
postgresql
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-7
/
+7
*
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
*
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
15
-19
/
+19
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
7
-7
/
+7
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
2
-5
/
+5
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
6
-17
/
+17
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
6
-24
/
+24
*
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
1
-100
/
+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
2
-5
/
+3
*
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
1
-0
/
+16
*
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
17
-17
/
+0
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
15
-70
/
+107
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
4
-13
/
+24
*
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
*
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
1
-4
/
+5
*
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
*
Stop depending on columns for type information in PG quoting tests
Sean Griffin
2015-01-01
2
-30
/
+29
*
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
1
-0
/
+6
*
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
1
-1
/
+1
*
Correctly ignore `case_sensitive` for UUID uniqueness validation
Sean Griffin
2014-12-26
1
-0
/
+17
*
Dump the default `nil` for PostgreSQL UUID primary key.
Ryuta Kamizono
2014-12-26
1
-0
/
+6
*
Add `force: true` to table created in tests
Sean Griffin
2014-12-22
1
-1
/
+1
*
Correctly handle limit on int4 and int8 types in PG
Sean Griffin
2014-12-22
1
-0
/
+25
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-1
/
+1
*
Relax the UUID regex
Godfrey Chan
2014-12-18
1
-3
/
+7
*
Update test case for TZ aware attributes
Sean Griffin
2014-12-08
1
-4
/
+14
*
Allow custom handling of non-standard types in `time_zone_conversion`
Sean Griffin
2014-12-08
1
-0
/
+6
*
Revert to 4.1 behavior for casting PG arrays
Sean Griffin
2014-12-08
1
-5
/
+20
*
Add `force: true` to tables created in PG tests
Sean Griffin
2014-12-05
2
-2
/
+2
*
Correctly respect subtypes for PG arrays and ranges
Sean Griffin
2014-12-05
1
-0
/
+18
*
pg tests, get rid of global schema `schema_1`.
Yves Senn
2014-12-02
1
-1
/
+51
[next]