I don't know about the instructions because I don't maintain the
DBXTalk/Garage website.

But for Pharo 5 the #stable/#release version is 0.5, which in the case
of MySQL should load the package Garage-Mysql-GuillermoPolito.24.

You should load it by executing:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'Garage';
    configurationOf: 'Garage';
    load.

#ConfigurationOfGarage asClass project stableVersion load: 'mysql'.

Regards!


Esteban A. Maringolo


2016-06-13 18:36 GMT-03:00 Mark Bratcher <mdbra...@gmail.com>:
> Esteban
>
> I think this is a versioning issue.
>
> The installation instructions for DBXTalk/Garage show 0.1. I looked all over
> the DBXTalk website, and the smalltalkhub.com location for the package, but
> I couldn't find any listing of what version is the latest to use.
>
> Do you know what the latest version is I should pull?
>
> Thanks
>
> Mark
>
>
> On 6/13/2016 12:06 PM, Esteban A. Maringolo wrote:
>>
>> Hi Mark,
>>
>> I tested it on a Linux host connecting to a server in Linux also, and
>> it doesn't fail.
>>
>> I'll test it later in a Windows host.
>>
>> Regards!
>> Esteban A. Maringolo
>>
>>
>> 2016-06-11 18:20 GMT-03:00 Mark Bratcher <mdbra...@gmail.com>:
>>>
>>> Hello
>>>
>>>
>>>
>>> Not sure where else to post this. I have posted what looks like a bug in
>>> the
>>> GAMySQLDriver#execute: selector. Here is the bug report on tracker:
>>> https://github.com/guillep/DBXTalk/issues/8. But there is very, very
>>> little
>>> activity there or in the DBXTalk Google discussion group.
>>>
>>>
>>>
>>> Is DBXTalk/Garage still considered a supported means of interfacing to an
>>> existing database (like MySQL or PostgreSQL)? If so, is there something
>>> I’m
>>> doing wrong as shown in the tracker post, or is there a known bug?
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> -------
>>> Sent from Mail for Windows 10
>>>
>>>
>
>

Reply via email to