-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
findBy() method checks that query starts with "SELECT " and if not prepends
query with the SELECT-statement. But in formatted SQL more common to see
"SELECT\n". In that case Jacuzzi still prepends SELECT, which leads to an
error. Must be something like regular expression check.
Original issue reported on code.google.com by slade...@gmail.com on 25 Apr 2011 at 7:30
Reactions are currently unavailable