1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Jacob Dunphy e6493eb9b7 Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id (:id => true in the create_table) if an :id column is present, even if it isn't a primary_key.
This fix sets :id => false if there is an :id column, but it's not the primary_key.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1766 state:committed]
2009-01-29 17:34:33 +13:00
actionmailer Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
actionpack Move basic auth test controller inside the test class 2009-01-29 01:59:55 +00:00
activemodel Merge with docrails 2008-12-07 03:27:53 +01:00
activerecord Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id (:id => true in the create_table) if an :id column is present, even if it isn't a primary_key. 2009-01-29 17:34:33 +13:00
activeresource Improve exception handling when Location header is invalid. [#1192 state:resolved] 2009-01-28 20:56:46 +00:00
activesupport Only dup local cache values if duplicable [#1653 state:resolved] 2009-01-28 21:20:46 -06:00
ci Move to use pg instead of postgres on the CI server 2009-01-29 17:07:29 +13:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Added options to script/dbconsole to sqlite3 console in various different modes. [#607 state:resolved] 2009-01-28 19:47:45 +00:00
.gitignore Merge docrails 2009-01-18 18:10:58 +00:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Horo rdoc template 2008-06-22 10:38:25 -07:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00