This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
6d7c12274e
rails--rails
/
activerecord
/
test
/
fixtures
/
minimalistics.yml
6 lines
30 B
YAML
Raw
Normal View
History
Unescape
Escape
Bring back ability to insert zero value on primary key for fixtures (#31795) Since #29504, mysql2 adapter lost ability to insert zero value on primary key due to enforce `NO_AUTO_VALUE_ON_ZERO` disabled. That is for using `DEFAULT` on auto increment column, but we can use `NULL` instead in that case.
2018-01-25 22:42:28 -05:00
zero
:
id
:
0
Missed the add git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7754 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-05 21:03:19 -04:00
first
:
id
:
1
Copy permalink