PlayFramework 2 + Ebean - raw Sql Update query - makes no effect on db PlayFramework 2 + Ebean - raw Sql Update query - makes no effect on db postgresql postgresql

PlayFramework 2 + Ebean - raw Sql Update query - makes no effect on db


just remove the initial space...Yes..I couldn't believe it either... change from " UPDATE... to "UPDATE...

And thats all...


i think you have to use raw sql instead of createSqlUpdate statement.