> On Jun 17, 2015, at 4:29 PM, Brendan Duddridge <[email protected]> wrote: > > Perhaps one alternative might be for me to prefix the value with the field > identifier and then whenever I query, I could include the value they enter > prefixed with the field identifier? So something like:
That’s a possibility, as long as you put a prefix or something on the field identifier to make it not match any real word. > Although that also depends on how SQLite is compiled. I compile my own > because I use SQLCipher. Yeah, and in general don’t rely on anything about SQLite, because in the future we’ll have a different storage engine. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/6DB40925-C22B-46D6-9FFD-64839D7B77BE%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
