mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Compiler warning dropped.
This commit is contained in:
parent
bcacdc8461
commit
67793ed989
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user