[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why no LedgerSMB name space



Reading this I get the impression that we have a fair number of secrets that are probably kept too well.  The most obvious is our current db test framework which runs scripts which can be found in sql/modules/test/ but the second is the fact that the test framework can be told to install, set up, and test a database, then leave it there for production.  To be sure the core tests are not core functions of the software, but the test scripts can be run without any special setup by cding to sql/modules/test then running the scripts via psql from there.

In the past we have considered moving everything to a set of schemas but such would be a very long-term project and then the extension system came along which is likely to be more flexible.

Best Wishes,
Chris Travers