RE: sqlite and iOS 8

2015-03-07 Thread Dave Kilroy
Also no problems here with sqlite and iOS - however for me the iOS simulator has recently been almost useless and I test directly on the device. However there is currently a problem with sqlite drivers on OS X http://quality.runrev.com/show_bug.cgi?id=14295 (but there is a workaround) - "Th

RE: sqlite and iOS 8

2015-03-06 Thread Ralph DiMola
I have not had any problems but I don’t create a blank database. My DB is copied from the assets to the documents. I do just about everything else (Select, Multiple Joins, Attach, Alter Table, Detach, Delete, Update, Pragma...) with no problems. Ralph DiMola IT Director Evergreen Information Se

Re: sqlite and iOS 8

2015-03-06 Thread Mike Kerner
I'm not having any issues with a pile of devices with 8 and SQLite. On Thu, Mar 5, 2015 at 2:40 PM, PystCat wrote: > I have an app that worked fine… then iOS 8 came out and everything went > fubar… what I am having a problem with is the app seeing an sqlite table > under iOS 8… I’ve started us