[sqlite] reusing statements after they were interrupted

2013-04-26 Thread Jason Boehle
() on the statement was interrupted, I can still successfully reuse the statement even though reset() returns an error. Thanks! Jason Boehle jboe...@gmail.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo

Re: [sqlite] SQLite crashing on iPhone (or so says Apple)

2009-04-20 Thread Jason Boehle
>>> I have written an application for the iPhone called Grocery iQ that >>> uses SQLite.  I don't link to or use the built-in SQLite library on >>> the iPhone.  Instead, I compile the SQLite amalgamation into the >>> executable.  The SQLite version currently being used in our app is >>> 3.6.7. >>

[sqlite] SQLite crashing on iPhone (or so says Apple)

2009-04-20 Thread Jason Boehle
gh. I'd greatly appreciate it if one of you SQLite gurus could take a look and see if I'm doing anything obviously wrong. I can provide more details if necessary. I may also be willing to purchase technical support from the SQLite developers, if needed. Jason Boehle jboe...@gmail

[sqlite] is there a way to escape the '-' character in an FTS3 search string?

2008-08-22 Thread Jason Boehle
require me to parse the search string into terms and quote the ones that have dashes in them. Jason Boehle [EMAIL PROTECTED] ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] FTS query syntax for "starts with"?

2008-07-07 Thread Jason Boehle
Is the an FTS syntax that allows me to find a field (or fields) that start with one of the terms in the search query? Or should I just be doing a LIKE query against the FTS table? Jason Boehle [EMAIL PROTECTED] ___ sqlite-users mailing list sqlite

[sqlite] is there a way to escape a '-' in FTS match syntax?

2008-07-05 Thread Jason Boehle
require me to parse the search string into terms and quote the ones that have dashes in them. Jason Boehle [EMAIL PROTECTED] ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users