diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 06:09:40 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 06:09:40 +0000 |
| commit | 753f720cb8b9c8e66ab486b1b6a7379e472b9a7a (patch) | |
| tree | 3cbdec737cb8c43c7969fe62c2fb1119e7d9e10f /src/interfaces/python/ChangeLog | |
| parent | 98018c4b93073ae7afb705a9ad93d461fbf07aa1 (diff) | |
| download | postgresql-753f720cb8b9c8e66ab486b1b6a7379e472b9a7a.tar.gz | |
Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)
Diffstat (limited to 'src/interfaces/python/ChangeLog')
| -rw-r--r-- | src/interfaces/python/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/interfaces/python/ChangeLog b/src/interfaces/python/ChangeLog new file mode 100644 index 0000000000..71e4d9f897 --- /dev/null +++ b/src/interfaces/python/ChangeLog @@ -0,0 +1,31 @@ +PyGreSQL changelog. +=================== + +This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr) +Further copyright 1997 by D'Arcy J.M. Cain (darcy@druid.net) +See file README for copyright information. + +Version 2.0 (23/12/1997): + - updated code for PostgreSQL 6.2.1 and Python 1.5 + - reformatted code and converted to ANSI + - Changed name to PyGreSQL (from PyGres95) + - changed order of arguments to connect function + - Created new type pgqueryobject and moved certain methods to it. + - Added a print function for pgqueryobject +Version 1.0b (4/11/1995): + - keyword support for connect function moved from library file to C code + and taken away from library. + - rewrote documentation + - bug fix in connect function + - enhancements in large objects interface methods +Version 1.0a (30/10/1995) (limited release): + - module adapted to standard Python syntax + - keyword support for connect function in library file + - rewrote default parameters interface (internal use of strings) + - fixed minor bugs in module interface + - redefinition of error messages +Version 0.9b (10/10/1995) (first public release): + - large objects implementation + - many bug fixes, enhancments, ... +Version 0.1a (7/10/1995): + - basic libpq functions (SQL access) |
