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 := [ (
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
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
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
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
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
Hello!
This testing code:
| databaseFile login accessor sqlString |
databaseFile := Smalltalk imageDirectory asFileReference /
'play.sqlite'.
login := Login new
database: SQLite3Platform new;
host: '';
port: