Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
Stephane Ducasse wrote: ah yes. probably a missing rename during the migration to the new ffi. Stef Unfortunately there's more: PharoDatabaseAccessor(DatabaseAccessor)>>handleError:for: [ :ex | self handleError: ex for: command ] in [ | result | self checkPermissionFor: command. result := [ (

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Stephane Ducasse
ah yes. probably a missing rename during the migration to the new ffi. Stef On Sun, Aug 13, 2017 at 9:04 PM, Herby Vojčík wrote: > Stephane Ducasse wrote: >> >> Do you have the same bug in 5.0? >> Because I do not know if garage was really tested on 60. > > > Don't know (don't have it), but last

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
Stephane Ducasse wrote: Do you have the same bug in 5.0? Because I do not know if garage was really tested on 60. Don't know (don't have it), but last commit in Garage-SQLite GuillermoPolito.26 from 2016. The mentioned #nbBindingOf: is sent at no place at all in the image (except supersend in

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Stephane Ducasse
Do you have the same bug in 5.0? Because I do not know if garage was really tested on 60. Stef On Sun, Aug 13, 2017 at 8:41 PM, Herby Vojčík wrote: > Stephane Ducasse wrote: >> >> Hi Herby >> >> On which version of Pharo are you trying? Because lot of changes >> happened on Pharo 60 FFI. >> >> S

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
Stephane Ducasse wrote: Hi Herby On which version of Pharo are you trying? Because lot of changes happened on Pharo 60 FFI. Stef On Sun, Aug 13, 2017 at 6:11 PM, Herby Vojčík wrote: Hello! This testing code: | databaseFile login accessor sqlString | databaseFile := Smalltalk image

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Stephane Ducasse
Hi Herby On which version of Pharo are you trying? Because lot of changes happened on Pharo 60 FFI. Stef On Sun, Aug 13, 2017 at 6:11 PM, Herby Vojčík wrote: > Hello! > > This testing code: > > | databaseFile login accessor sqlString | > databaseFile := Smalltalk imageDirectory asFileRe

[Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
Hello! This testing code: | databaseFile login accessor sqlString | databaseFile := Smalltalk imageDirectory asFileReference / 'play.sqlite'. login := Login new database: SQLite3Platform new; host: ''; port: