Re: [sqlite] Intercepting execution of sqlite3 command to see final query

2017-02-13 Thread Thomas Nyberg
On 02/13/2017 04:14 PM, David Raymond wrote: In the page for expressions (http://www.sqlite.org/lang_expr.html) check out the Parameters section and the REGEXP operator section: "The REGEXP operator is a special syntax for the regexp() user function. No regexp() user function is defined by

Re: [sqlite] Intercepting execution of sqlite3 command to see final query

2017-02-13 Thread David Raymond
Monday, February 13, 2017 3:12 PM To: sqlite-users@mailinglists.sqlite.org Subject: [sqlite] Intercepting execution of sqlite3 command to see final query Hello, The premise of this is the following: I'm using sqlite3 in a django application. I'm having it log the SQL that it issues (once you get pa

[sqlite] Intercepting execution of sqlite3 command to see final query

2017-02-13 Thread Thomas Nyberg
Hello, The premise of this is the following: I'm using sqlite3 in a django application. I'm having it log the SQL that it issues (once you get passed its magical ORM setup), but that command does not work. I.e. I have something like the following (the python is not important, but does set