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
/
range_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
PostgreSQL: Support endless range values for range types
Ryuta Kamizono
2019-02-20
1
-0
/
+16
*
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
1
-354
/
+352
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-1
/
+1
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
1
-0
/
+6
*
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
1
-0
/
+12
*
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-7
/
+7
*
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
1
-0
/
+51
*
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
*
`where` by `array|range` attribute with array or range value
Ryuta Kamizono
2016-08-11
1
-0
/
+6
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-18
/
+18
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
1
-0
/
+42
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-2
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-27
/
+5
*
Use the type object for quoting PG Ranges
Sean Griffin
2014-07-05
1
-5
/
+5
*
Quote range strings when quoting PG ranges
Sean Griffin
2014-07-02
1
-0
/
+17
*
Silence warnings in tests.
Sean Griffin
2014-06-10
1
-1
/
+1
*
test pg, rm unused requires.
Yves Senn
2014-06-03
1
-2
/
+0
*
PostgreSQL, adapter automatically reloads it's type map. Closes #14678.
Yves Senn
2014-04-11
1
-1
/
+0
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-8
/
+8
*
cleanup, `reset_pg_session` in range_test.rb
Yves Senn
2014-04-02
1
-2
/
+5
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
Fix warnings due to:
Vipul A M
2014-03-03
1
-1
/
+1
*
deprecate support for pg ranges with excluding beginnings.
Yves Senn
2014-02-23
1
-23
/
+55
*
dynamically define PostgreSQL OID range types.
Yves Senn
2014-02-23
1
-11
/
+40
*
no need to `return skip` in tests. `skip` is enough.
Yves Senn
2014-01-16
1
-1
/
+1
*
Fix PostgreSQL range tests
Matthew Draper
2013-12-19
1
-11
/
+11
*
refactor, reuse assertions in range_test.rb.
Yves Senn
2013-12-13
1
-186
/
+111
*
extract PG range tests from datatype_test.rb into range_test.rb
Yves Senn
2013-12-13
1
-0
/
+320