Compiler warning dropped.

This commit is contained in:
Daniele Varrazzo 2010-11-18 03:23:49 +00:00
parent bcacdc8461
commit 67793ed989
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* psycopg/connection.h: Added enum with possilbe isolation level states.
Also, general isolation levels cleanup and tests added.
* psycopg/utils.c: compiler warning dropped.
2010-11-17 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* psycopg/connection_type.c: don't clobber exception if

View File

@ -26,6 +26,7 @@
#include <Python.h>
#include <string.h>
#define PSYCOPG_MODULE
#include "psycopg/config.h"
#include "psycopg/psycopg.h"
#include "psycopg/connection.h"