Vendor will not change their implementation which essentially renders our CouchbaseLite approach useless. We will probably have to use PouchDB which seems to be working with their SQLLite Cordova Plugin as storage adapter..
Thanks for responding and information Jens. Much appreciated. Andrew On Monday, February 16, 2015 at 6:32:13 AM UTC+1, Jens Alfke wrote: > > > On Feb 15, 2015, at 11:01 AM, Andrzej Porebski <[email protected] > <javascript:>> wrote: > > Thanks for responding Jens. Would you be able to provide some sort of a > SQLLite feature/module list that Couchbase is depending upon so I can send > to vendor for verification? > > > At least SQLite 3.7, and it needs the rtree and fts3 modules enabled. > > Jens, I double-checked the project in Xcode and standard libsqlite3.dylib > is used. Vendor provides their framework which is included in the project > as well. It does not look like a custom build of sqllite is used ?? > > > I’ll bet the other framework/library includes a custom build of SQLite. If > the “sqlite3_” symbols are found in that library, the linker will use those > instead of the dylib, even if the project includes the dylib in its link > instructions. And if you *did* make the app link against the dylib > instead, the other module would break because it’s expecting functionality > not found in the dylib. > > —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/74a691f9-589d-467e-a0e2-27826879b03c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
