-
- Downloads
Update to PyGreSQL 3.1:
Fix some quoting functions. In particular handle NULLs better. Use a method to add primary key information rather than direct manipulation of the class structures. Break decimal out in _quote (in pg.py) and treat it as float. Treat timestamp like date for quoting purposes. Remove a redundant SELECT from the get method speeding it, and insert since it calls get, up a little. Add test for BOOL type in typecast method to pgdbTypeCache class. (tv@beamnet.de) Fix pgdb.py to send port as integer to lower level function (dildog@l0pht.com) Change pg.py to speed up some operations Allow updates on tables with no primary keys. D'Arcy J.M. Cain
Showing
- src/interfaces/python/Announce 22 additions, 12 deletionssrc/interfaces/python/Announce
- src/interfaces/python/ChangeLog 15 additions, 0 deletionssrc/interfaces/python/ChangeLog
- src/interfaces/python/README 9 additions, 1 deletionsrc/interfaces/python/README
- src/interfaces/python/README.linux 9 additions, 1 deletionsrc/interfaces/python/README.linux
- src/interfaces/python/pg.py 41 additions, 29 deletionssrc/interfaces/python/pg.py
- src/interfaces/python/pgdb.py 3 additions, 1 deletionsrc/interfaces/python/pgdb.py
- src/interfaces/python/pgmodule.c 3 additions, 4 deletionssrc/interfaces/python/pgmodule.c
- src/interfaces/python/setup.py 1 addition, 1 deletionsrc/interfaces/python/setup.py
- src/interfaces/python/tutorial/basics.py 1 addition, 1 deletionsrc/interfaces/python/tutorial/basics.py
Loading
Please register or sign in to comment