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
*
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
*
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
1
-1
/
+2
|
\
|
*
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-1
/
+2
*
|
Correctly dump composite primary key
Ryuta Kamizono
2015-09-20
1
-0
/
+27
|
/
*
Added test case for serial? method when sequence name is not quoted
Prathamesh Sonpatki
2015-05-22
1
-0
/
+6
*
Fix `serial?` with quoted sequence name
Ryuta Kamizono
2015-05-18
1
-0
/
+8
*
use Model.reset_column_information to clear table cache connection wide.
Kuldeep Aggarwal
2015-03-31
1
-1
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-4
/
+4
*
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
1
-0
/
+10
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
Replace `if exists` with `table_exists?` and drop table statement with `drop_...
Yasuo Honda
2015-01-21
1
-1
/
+1
*
Improve a dump of the primary key support.
Ryuta Kamizono
2014-12-29
1
-0
/
+19
*
Add bigint primary key support for MySQL.
Ryuta Kamizono
2014-12-28
1
-6
/
+13
*
Support for any type primary key.
Ryuta Kamizono
2014-12-28
1
-0
/
+24
*
Define id_was to get the previous value of the primary key
Rafael Mendonça França
2014-08-06
1
-0
/
+10
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-2
/
+10
*
test refactor, don't hardcode `primary_key_prefix_type` default.
Yves Senn
2014-06-06
1
-0
/
+3
*
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-32
/
+0
*
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2014-05-12
1
-0
/
+26
*
docs, AR already auto-detects primary keys. Closes #13946. [ci skip]
Yves Senn
2014-02-05
1
-1
/
+5
*
Remove more skip
Rafael Mendonça França
2013-11-08
1
-2
/
+0
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-9
/
+10
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...
Aaron Patterson
2013-05-07
1
-29
/
+0
*
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2013-05-07
1
-0
/
+29
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-3
/
+3
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-2
/
+2
*
fix build 5001, model reply is required in cases/primary_keys_test too!
Vishnu Atrai
2012-02-12
1
-0
/
+1
*
removed unuseful require for reply as we are not using require model
Karunakar (Ruby)
2012-02-11
1
-1
/
+0
*
Fix GH #4754. Remove double-quote when using ANSI_QUOTES
kennyj
2012-01-31
1
-0
/
+16
*
Fix CI
Jon Leighton
2011-12-28
1
-2
/
+2
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-8
/
+30
[next]