Has anyone noticed/experienced the following logging anomaly in 3.0?
INFO: INSERT INTO Users (first_name, id, last_name, password, role,
username) VALUES (?, ?, ?, ?, ?, ?)
INFO: [bind: 1->first_name:'Wesley', 2->last_name:203,
3->password:'Perry', 4->role:NULL, 5->username:NULL,
6->username:'wperry']
Bind parameter 2 is really "id", but for some reason it is listed as
"last_name" and things continue out of sync until the very end, when
"username" is listed twice.
Thanks,
mrg
This archive was generated by hypermail 2.0.0 : Sat Jul 10 2010 - 23:27:48 UTC