The source code changes every day. Once in a while we release a stable version. Stable releases are backward compatible.
sql.py is the production database abstraction layer. dal.py is an experimental attempt to replace sql.py and remain backward compatible. It is there for testers. It is not used in stable versions. On Jun 3, 9:41 am, Jean Guy <[email protected]> wrote: > Hi, > > I would like to know if the source of the current version are fixed or if > they change over time? > > I compared the dal.py and sql.py and they were differents for the same > version of current version? > > Thanks. > > Jonhy

