Displaying 1 result from an estimated 1 matches for "jbgnuumnbu".
2006 Apr 07
2
MSSQL activerecord uses bad syntax
...anyone have
experience? We''re working on a Windows XP box with MSSQL 2000 (no
service pak), and both rails (1.1) and MSSQL are on the same box. I''m
running into a bug (I think) where activerecord is using this syntax:
SELECT TOP 1 * FROM users WHERE (users.user = ''jbgnuumnbu'')
However, users.user is not a valid syntax in MSSQL. Why doesn''t AR
handle this? Arn''t other people using this without problems?
Found the error running rake migrate.
--
Matthew Beale :: mixonic@synitech.com
Resume & Portfolio @ http://madhatted.com
--
Posted...