Am not sure if that really is the case, but Optoins in GAConnectionString did not work for me as downloaded.
I patched it to:
options
options ifNil: [ options := connectionString query ].
^options.
And that worked
The problem was optionAt: 'user' was not filled here.
Am not sure if that really is the case, but Optoins in GAConnectionString did not work for me as downloaded.
I patched it to:
And that worked
The problem was optionAt: 'user' was not filled here.