[Rails] bugs in Active Record 1.5?
Lon Baker
lon at speedymac.com
Tue Jan 18 01:14:23 GMT 2005
Not sure but 2 issue when upgrading to AR 1.5 with Rails .94
1. When running on MySQL 4.1.x it you need to make sure that passwords
use the new format of passwords not the old 4.0.7< format. The
unfortunate side effect of this is that CocoaMySQL only uses the old
format. Not a big deal just something I saw since we are using a fairly
old data set.
2. find_by_sql SELECT statements such as "SELECT table1.id,
table1.subject, table2.id AS rid FROM table1, table2 WHERE... no longer
returned objects that contain "rid"
--
Lon Baker
More information about the Rails
mailing list