With Lift 1.0 and my tiny test app. against Oracle, and this:
DB.addLogFunc ((q, t) => Log.info("Query("+t+"): "+q))

... I get this:
INFO - Query(73): oracle.jdbc.driver.t4cpreparedstatem...@10b868
INFO - Query(241): oracle.jdbc.driver.t4cpreparedstatem...@10b868
INFO - Service request (GET) /showPersons took 1418 Milliseconds

/Jon

On Jul 24, 12:27 am, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
...
> Strange...On 1.1-SNAPSHOT I use essentially the same and get this:
>   DB.addLogFunc ((q, t) => Log.info("Query("+t+"): "+q))
>
> INFO - Query(46): SELECT users.id, users.firstname, users.lastname, 
> users.email, users.locale, users.timezone, users.password_pw, 
> users.password_slt, users.account_id, users.uniqueid, users.superuser, 
> users.validated FROM users  WHERE email = demou...@xx.yy
> INFO - Query(66): SELECT users.id, users.firstname, users.lastname, 
> users.email, users.locale, users.timezone, users.password_pw, 
> users.password_slt, users.account_id, users.uniqueid, users.superuser, 
> users.validated FROM users  WHERE email = ?
>
> /Jeppe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to