[Modeling-users] [Core] Release 0.8.1
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-01-26 19:47:35
|
Hi all, The Modeling's core v0.8.1 has been released today. It includes support for the python postgresql adaptor PyGreSQL, plus an additional mechanism one can use to choose which python pg-adaptor should be preferred by the Modeling.DatabaseAdaptors.PostgresqlAdaptorLayer. More explicitely, as stated in docstrings of PostgresqlAdaptorLayer.PostgresqlAdaptor, the modules are searched in the following order: psycopg, then pgdb, then PyGreSQL. If you have more than one of these modules installed, you may want to decide which one you be used. The environment variable 'PREFERRED_PYTHON_POSTGRESQL_ADAPTOR' is now checked by the framework, and, if set to either 'psycopg', 'pgdb' or 'pygresql', the corresponding python postgresql module will be preferred over the others. Full changelog is dropped at the end of this message. Regards, -- S=E9bastien. ------------------------------------------------------------------------ 0.8.1 ----- * Added python postgresql module PyGreSQL to the list of modules that the PostgresqlAdaptorLayer can use. The PostgresqlAdaptorLayer now checks the environment variable 'PREFERRED_PYTHON_POSTGRESQL_ADAPTOR' * Fixed MANIFEST.in: forgot to include top-level files, mainly INSTALL and DEPENDENCIES. Thanks to Mario <ma...@ru...> for reporting the pb. * Fixed KeyValueCoding.valueForKeyPath: a 'map' statement was missing its second argument * misc.: GlobalID's docstrings updated. ------------------------------------------------------------------------ |