ChangeLog
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:3k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. PyGreSQL changelog.
  2. ===================
  3. This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr)
  4. Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain (darcy@druid.net)
  5. See file README for copyright information.
  6. Version 2.4
  7.   - Insert returns None if the user doesn't have select permissions
  8.     on the table.  It can (and does) happen that one has insert but
  9.     not select permissions on a table.
  10.   - Added ntuples() method to query object (brit@druid.net)
  11.   - Corrected a bug related to getresult() and the money type
  12.   - Corrected a but related to negative money amounts
  13.   - Allow update based on primary key if munged oid not available and
  14.     table has a primary key
  15.   - Add many __doc__ strings. (andre@via.ecp.fr)
  16. Version 2.3
  17.   - connect.host returns "localhost" when connected to Unix socket 
  18.     (torppa@tuhnu.cutery.fi)
  19.   - Use PyArg_ParseTupleAndKeywords in connect() (torppa@tuhnu.cutery.fi)       
  20.   - fixes and cleanups (torppa@tuhnu.cutery.fi)       
  21.   - Fixed memory leak in dictresult() (terekhov@emc.com)
  22.   - Deprecated pgext.py - functionality now in pg.py
  23.   - More cleanups to the tutorial
  24.   - Added fileno() method - terekhov@emc.com (Mikhail Terekhov)
  25.   - added money type to quoting function
  26.   - Compiles cleanly with more warnings turned on
  27.   - Returns PostgreSQL error message on error
  28.   - Init accepts keywords (Jarkko Torppa)
  29.   - Convenience functions can be overridden (Jarkko Torppa)
  30.   - added close() method
  31. Version 2.2
  32.   - Added user and password support thanks to Ng Pheng Siong <ngps@post1.com>
  33.   - Insert queries return the inserted oid
  34.   - Add new pg wrapper (C modile renamed to _pg)
  35.   - Wrapped database connection in a class.
  36.   - Cleaned up some of the tutorial.  (More work needed.)
  37.   - Added version and __version__.  Thanks to thilo@eevolute.com for 
  38.     the suggestion.
  39. Version 2.1
  40.   - return fields as proper Python objects for field type
  41.   - Cleaned up pgext.py
  42.   - Added dictresult method
  43. Version 2.0  (23/12/1997):
  44.   - updated code for PostgreSQL 6.2.1 and Python 1.5
  45.   - reformatted code and converted to ANSI
  46.   - Changed name to PyGreSQL (from PyGres95)
  47.   - changed order of arguments to connect function
  48.   - Created new type pgqueryobject and moved certain methods to it.
  49.   - Added a print function for pgqueryobject
  50. Version 1.0b (4/11/1995):
  51.   - keyword support for connect function moved from library file to C code
  52.     and taken away from library.
  53.   - rewrote documentation
  54.   - bug fix in connect function
  55.   - enhancements in large objects interface methods
  56. Version 1.0a (30/10/1995) (limited release):
  57.   - module adapted to standard Python syntax
  58.   - keyword support for connect function in library file
  59.   - rewrote default parameters interface (internal use of strings)
  60.   - fixed minor bugs in module interface
  61.   - redefinition of error messages
  62. Version 0.9b (10/10/1995) (first public release):
  63.   - large objects implementation
  64.   - many bug fixes, enhancements, ...
  65. Version 0.1a (7/10/1995):
  66.   - basic libpq functions (SQL access)