Displaying 2 results from an estimated 2 matches for "sqlsever".
Did you mean:
sqlserver
2005 Jul 25
0
sqlsever, scaffold and set_primary_key
I found what was wrong with sqlserver adapter. I can rename "id" to
other name and it works. Only scaffold does not work correctly. It
ignores my set_primary_key command and is looking for "id" name.
--
JZ
2006 May 30
1
rake db_schema_import on vanilla schema.rb
Hi all,
I dumped my schema from SQLServer 2000 without any problems. I then
tried to "rake db_schema_import" on MySQL 4. To do this i changed my
database.yml settings to use the mysql adapter (as it was set to use
sqlsever before) and attempted the import.
I haven''t changed a thing in the schema.rb script and, even though I do
have generated a migration, I think I don''t even need it and rake simply
ignores it (or I guess it does).
The rake script exits like this:
C:\Lorenzo\therapy>rake db_s...