On Wed, Oct 10, 2018 at 11:12:37AM +0200, Sven Van Caekenberghe wrote: > I know that the actual PSQL DB that I am using has all the Glorp test > tables in it, I forgot whether that happened automatically or not.
The Glorp test database is set up by "#GlorpDemoTablePopulatorResource asClass invalidateSetup". In the case of Glorp-SQLite3, that step is done by BaselineOfGlorpSQLite>>postLoadDoIt. Pierce