SQLite user_version() expression

Posted by ralf.w. on Stack Overflow See other posts from Stack Overflow or by ralf.w.
Published on 2010-06-17T14:01:49Z Indexed on 2010/06/17 14:03 UTC
Read the original article Hit count: 152

Filed under:
|

how can I get user_version into an expression (for SELECT or WHERE) ?

I would also appreciate any clue to how to save ANY global variable in SQLite.

Does anyone know of such an extension (dll) ?

BTW: I know that PRAGMA user_version; gives me the right answer, but I cannot use that inside a WHERE-clause !

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about extension-methods