On Mac OS X 10.10
Pe 25 ian. 2015, la 00:57, Mircea S. <mir...@unom.ro> a scris: > Hmm. Both "(NBSQLite3Connection on: 'test.db') open". or "NBSQLite3Connection > openOn: 'test.db' " produce an "unable to open database file" error and no > file gets created. Even tried to move the image to a FAT32 usb stick to make > sure it wasn't a permission issue. > > This is on a Pharo 3.0 image with NBSqlite3 installed via the Gopher script > on github. > > Pe 24 ian. 2015, la 07:27, Pierce Ng <pie...@samadhiweb.com> a scris: > >>> On Mon, Jan 19, 2015 at 07:26:28PM +0200, Mircea S. wrote: >>> NBSQLite3Connection on: 'myfile.db'. >> >> Without sending "open" to the resulting NBSQLite3Connection instance, no file >> gets created, IIRC. That's why I added "openOn:" in newer versions, although >> the tests may not be using openOn:. >> >> >> >