2013/12/12 Sven Van Caekenberghe <s...@stfx.eu>: > Hi Esteban, > > It’s a mess ;-)
Don't get me started... ;-) > PharoDatabaseAccessor DefaultDriver is NativePostgresDriver. Not in my installation. I'm using this to install my Glorp+Postgres combo: Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGlorp'; load. Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPostgresV2'; load. ((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '2.5') load. ((Smalltalk at: #ConfigurationOfPostgresV2 ) project version: '2.1') load. I'm using ConfigurationOfGlorpDBX instead of ConfigurationOfGlorp because somebody told me so several months ago when I asked. ConfigurationOfGlorp seems really outdated. If you can send me the NativePostgresDriver class I'll test if that solves the problem. Now I see the 2.5 spec of ConfigurationOfGlorpDBX tries to load the NativePostgresDriver... but from the 1.0... > Anyway, other advantages of this driver are that you can go from one machine > to another, over ssh, double-check with psql, > You can even go from your dev machine / image to your production server db > (over ssh) over the internet … I know, I rather go with self-contained solutions whenever possible. Regards,