Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        python-pgsql - Enhanced python interface to PostgreSQL
        
        - This is a simple PostgreSQL interface for Python which is derived
from the PyGreSQL 3.8.1 sources module. The main changes from the
PyGreSQL module are:
- support for bind parameters, alleviating the need for
  extensive, expensive and vulnerable quoting of user-supplied
  data
- support for server side cursors for looping through large query
  results without loading up the entire result set in the client's
  memory
- returned values are translated to Python objects in the C layer,
  resulting in some speed improvement
- better DB API 2.0 compliance 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | python-pgsql | 0.9.5 | 2.fc6 | src | 35 KiB | Sun Jun 10 09:29:38 2007 | 
        
        Changelog
        
            - * Thu Jun  7 18:00:00 2007 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.9.5-2
- - Set license according to what rpmlint wants 
            - * Mon Mar 12 18:00:00 2007 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.9.5-1
- - Upstream 0.9.5
- Drop obsolete patch 
            - * Fri Jan 26 17:00:00 2007 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.9.3-2
- - Patch for python-2.3