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
...
*
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
1
-1
/
+3
|
\
|
*
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
1
-1
/
+3
*
|
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
1
-0
/
+109
*
|
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
4
-12
/
+12
*
|
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
1
-0
/
+2
|
/
*
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-3
/
+3
*
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
3
-5
/
+40
*
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-2
/
+29
*
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-2
/
+2
*
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
1
-8
/
+8
|
\
|
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
1
-8
/
+8
*
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
1
-0
/
+28
*
|
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
1
-0
/
+29
*
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
|
/
*
`supports_extensions?` return always true since PostgreSQL 9.1
Yasuo Honda
2017-10-24
4
-454
/
+440
*
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
1
-1
/
+1
*
Fix longer sequence name detection for serial columns (#28339)
Ryuta Kamizono
2017-10-15
1
-0
/
+32
*
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
2
-1
/
+52
*
Fix collided sequence name detection
Ryuta Kamizono
2017-09-18
1
-0
/
+36
*
Add an extra assertion to ensure dumping schema default as expected
Ryuta Kamizono
2017-09-08
1
-1
/
+4
*
Fix `quote_default_expression` for UUID with array default
Ryuta Kamizono
2017-09-08
1
-0
/
+10
*
Prevent extra `SET time zone` in `configure_connection` (#28413)
Ryuta Kamizono
2017-08-21
1
-0
/
+7
*
Allow `serialize` with a custom coder on `json` and `array` columns
Ryuta Kamizono
2017-08-13
1
-1
/
+25
*
Move `test_not_compatible_with_serialize_macro` to `JSONSharedTestCases`
Ryuta Kamizono
2017-08-11
1
-11
/
+2
*
Merge pull request #29520 from kirs/serialize-vs-postgres-native-column
Sean Griffin
2017-08-04
2
-0
/
+18
|
\
|
*
Do not let use `serialize` on native JSON/array column
Kir Shatrov
2017-08-04
2
-0
/
+18
*
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
42
-20
/
+112
|
\
|
|
*
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
2
-7
/
+7
|
|
\
|
|
*
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
2
-7
/
+7
|
*
|
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
42
-0
/
+84
|
|
\
\
|
|
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
42
-0
/
+84
|
|
|
/
|
*
/
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
4
-10
/
+18
|
|
/
|
*
Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements
Sean Griffin
2017-07-18
1
-1
/
+1
|
|
\
|
|
*
Make preload query to preparable
Ryuta Kamizono
2017-07-07
1
-1
/
+1
|
*
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-2
/
+2
*
|
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
6
-21
/
+28
|
\
|
|
|
*
|
Don't allow uuids with orphan curly braces
pdebelak
2017-07-07
1
-1
/
+3
|
|
/
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
42
-42
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
42
-0
/
+42
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
42
-0
/
+42
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
2
-6
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
2
-6
/
+6
|
*
|
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-0
/
+6
|
|
/
|
*
Allow `uuid_test.rb` to be loaded on all adapters
Eugene Kenny
2017-06-14
1
-1
/
+2
|
*
Merge pull request #28868 from yahonda/pg10_oid_unknown_to_text
Matthew Draper
2017-06-07
1
-8
/
+8
|
|
\
|
|
*
PostgreSQL 10 converts unknown OID 705 to text 25
Yasuo Honda
2017-06-06
1
-8
/
+8
|
*
|
Remove redundant `assert_nothing_raised` before another assertions
Ryuta Kamizono
2017-06-06
1
-2
/
+0
|
|
/
|
*
Remove assert_nothing_raised, as test is already testing the required concerns
Prathamesh Sonpatki
2017-06-03
1
-3
/
+3
*
|
Explicitly clear type map before run `test_only_reload_type_map_once_for_ever...
yuuji.yaginuma
2017-06-03
1
-6
/
+12
[prev]
[next]