When using the syntax “from User where username=~something” I get a run-time SQL error saying that username is not a valid column. “from User as u where u.username=~something” or “from User where _username=~something” does work however.

Submitted by André Vieira on 4 March 2011 at 11:44

Log in to post comments