Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-26 Thread Pierce Ng
On Wed, May 17, 2017 at 04:04:18PM +0200, Sven Van Caekenberghe wrote: > > On 17 May 2017, at 16:01, Pierce Ng wrote: > > I've adapted your Reddit application to work with Glorp-SQLite. It was > > pretty > > much simply subclassing RedditDatabaseResource and wiring up > >

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-24 Thread Tim Mackinnon
Hi Sven - my suggestion would be to simply put it on the links TestClass, it's a minor change that preserves your same flow. I had noticed that Stef had a note at this point as he hadn't understood what you were trying to convey, and I think this simply sorts it. I'll try and submit my fork

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-23 Thread Sven Van Caekenberghe
> On 24 May 2017, at 01:36, Tim Mackinnon wrote: > > I just forked the booklet today and was working through it. I don’t know if > your changes were already in there, but most things are working for me. I > have hit a few typos and inconsistencies that I’ve noted and I would

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-23 Thread Tim Mackinnon
I just forked the booklet today and was working through it. I don’t know if your changes were already in there, but most things are working for me. I have hit a few typos and inconsistencies that I’ve noted and I would recommend a change to the unit test bit as it feels weird to add a test

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Sven Van Caekenberghe
> On 17 May 2017, at 19:35, Esteban A. Maringolo wrote: > > 2017-05-17 11:04 GMT-03:00 Sven Van Caekenberghe : >> >>> On 17 May 2017, at 16:01, Pierce Ng wrote: >>> >>> On Tue, May 16, 2017 at 11:58:50AM +0200, Sven Van Caekenberghe

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Stephane Ducasse
A this can be good for the reddit booklet :) But sven has the last word on it. On Wed, May 17, 2017 at 7:35 PM, Esteban A. Maringolo wrote: > 2017-05-17 11:04 GMT-03:00 Sven Van Caekenberghe : > > > >> On 17 May 2017, at 16:01, Pierce Ng

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Esteban A. Maringolo
2017-05-17 11:04 GMT-03:00 Sven Van Caekenberghe : > >> On 17 May 2017, at 16:01, Pierce Ng wrote: >> >> On Tue, May 16, 2017 at 11:58:50AM +0200, Sven Van Caekenberghe wrote: >>> I am bringing my Reddit example back up to date >>>

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Sven Van Caekenberghe
> On 17 May 2017, at 16:01, Pierce Ng wrote: > > On Tue, May 16, 2017 at 11:58:50AM +0200, Sven Van Caekenberghe wrote: >> I am bringing my Reddit example back up to date >> (https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740) >> for an

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Pierce Ng
On Tue, May 16, 2017 at 11:58:50AM +0200, Sven Van Caekenberghe wrote: > I am bringing my Reddit example back up to date > (https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740) > for an upcoming Pharo Booklet. Hi Sven, I've adapted your Reddit application to

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-16 Thread Esteban A. Maringolo
The "recommended" way would be to use ConfigurationOfGarageGlorp and use Garage's PostgreSQL driver (which is a fork from the PostgresV2 one). However I couldn't tell whether there is a difference (both in performance and/or features) between them because the codebase moves a glaciar speed; I'm

[Pharo-users] Loading Glorp+PostgreSQL

2017-05-16 Thread Sven Van Caekenberghe
I am bringing my Reddit example back up to date (https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740) for an upcoming Pharo Booklet. I used to depend on and load Glorp+PostgreSQL in my Configuration as follows: spec project: 'Glorp' with: [ spec className: