~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Federico Di Gregorio
  • Date: 2005-06-13 04:25:09 UTC
  • Revision ID: fog-b8c0a69e8ec4a82385e259afca892aae19ac0afb
Fixed connection parameters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2005-06-13  Federico Di Gregorio  <fog@initd.org>
2
2
 
 
3
        * psycopg/psycopgmodule.c (psyco_connect): changed the port keyword
 
4
        parameter type to int (instead of string); this should fix #23.
 
5
        
3
6
        * psycopg/cursor_type.c (_psyco_curs_execute): now checks for empty queries
4
7
        and raise a ProgrammingError if appropriate (closes: #24).
5
8