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
/
primary_keys_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQLite 3.7.16+ returns the order of the primary key columns
Yasuo Honda
2018-11-25
1
-2
/
+0
*
SQLite: Don't leak internal schema objects
Ryuta Kamizono
2018-07-09
1
-0
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-9
/
+9
*
Reset schema cache after test
yuuji.yaginuma
2017-12-10
1
-0
/
+2
*
Remove deprecated method `supports_primary_key?`
Rafael Mendonça França
2017-10-23
1
-4
/
+0
*
Should quote composite primary key names
Ryuta Kamizono
2017-09-04
1
-1
/
+11
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-3
/
+3
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+2
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
1
-5
/
+18
|
\
|
|
*
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
|
*
Don't map id to primary key in raw_write_attribute
Eugene Kenny
2017-06-15
1
-0
/
+6
|
*
Avoid overwriting the methods of `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2017-06-07
1
-5
/
+12
*
|
Don't use same table between primary_keys tests and composite_primary_keys tests
Prathamesh Sonpatki
2017-04-26
1
-7
/
+7
|
/
*
Merge pull request #28029 from koic/empty_insert_statement_value_not_supported
Matthew Draper
2017-04-04
1
-0
/
+2
|
\
|
*
Raise NotImplementedError when using empty_insert_statement_value with Oracle
Koichi ITO
2017-02-17
1
-0
/
+2
*
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
1
-0
/
+8
*
|
Add CHANGELOG entry for #27384 and #27762
Ryuta Kamizono
2017-02-17
1
-4
/
+4
|
/
*
Deprecate `supports_primary_key?`
Ryuta Kamizono
2017-02-12
1
-11
/
+13
*
Fix bigint primary key with unsigned
Ryuta Kamizono
2017-02-10
1
-11
/
+23
*
Fix `test_composite_primary_key_out_of_order`
Ryuta Kamizono
2017-02-10
1
-2
/
+8
*
Simplify and speed up Postgres query for primary_keys
Jordan Lewis
2017-02-09
1
-0
/
+9
*
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
1
-0
/
+7
*
Restore custom primary key tests lost at #26266
Ryuta Kamizono
2017-02-04
1
-25
/
+43
*
Correctly dump integer-like primary key with default nil
Ryuta Kamizono
2017-02-04
1
-20
/
+19
*
Remove useless `test_supports_primary_key`
Ryuta Kamizono
2016-12-19
1
-6
/
+0
*
Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigint
Matthew Draper
2016-12-06
1
-8
/
+18
|
\
|
*
Make `:auto_increment` option works on `:bigint`
Ryuta Kamizono
2016-12-06
1
-8
/
+18
*
|
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-0
/
+7
*
|
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
1
-52
/
+29
|
/
*
Make `:auto_increment` to internal primary key option
Ryuta Kamizono
2016-12-06
1
-0
/
+27
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-25
/
+25
*
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-2
/
+8
*
Merge pull request #25620 from kamipo/create_without_primary_key
Rafael França
2016-07-01
1
-0
/
+8
|
\
|
*
Pass `pk: false` to `connection.insert` explicitly if do not have a primary key
Ryuta Kamizono
2016-07-01
1
-0
/
+8
*
|
Extract foreign key action from `information_schema`
Ryuta Kamizono
2016-06-07
1
-12
/
+0
|
/
*
Primary key should be `NOT NULL`
Ryuta Kamizono
2016-03-12
1
-1
/
+1
*
Extract `default_primary_key?` to refactor `column_spec_for_primary_key`
Ryuta Kamizono
2016-03-11
1
-2
/
+2
*
Add a test for primary key should be not null
Ryuta Kamizono
2016-02-29
1
-3
/
+4
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
Remove duplicated composite primary key tests
Ryuta Kamizono
2016-02-01
1
-1
/
+1
*
Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...
Rafael França
2016-01-30
1
-0
/
+7
|
\
|
*
Warn if `AR.primary_key` is called for a table who has composite primary key
yui-knk
2016-01-30
1
-0
/
+7
*
|
There is no need to define test if a connection does not support primary_key
yui-knk
2016-01-31
1
-11
/
+9
|
/
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-3
/
+3
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-1
/
+1
*
Allow bigint with default nil for avoiding auto increment primary key
Ryuta Kamizono
2015-11-02
1
-0
/
+26
[next]