psycopg2/psycopg
Jason Erickson 5a3e07a610 Rearranged code to fix recent MSVC errors
Rearranged code to fix recent MSVC errors, such as mutex locking in conn_setup
to after the delcarations of variables.
2009-10-04 23:38:16 +02:00
..
adapter_asis.c Use Py_CLEAR() in a few more places, and do INCREF's before setting 2008-07-21 13:41:54 +08:00
adapter_asis.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_binary.c * psycopg/utils.c (psycopg_escape_string): same here. 2009-02-17 16:00:52 +09:00
adapter_binary.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_datetime.c Use Py_CLEAR() in a few more places, and do INCREF's before setting 2008-07-21 13:41:54 +08:00
adapter_datetime.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_list.c Use Py_CLEAR() in a few more places, and do INCREF's before setting 2008-07-21 13:41:54 +08:00
adapter_list.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_mxdatetime.c Use Py_CLEAR() in a few more places, and do INCREF's before setting 2008-07-21 13:41:54 +08:00
adapter_mxdatetime.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_pboolean.c Use Py_CLEAR() in a few more places, and do INCREF's before setting 2008-07-21 13:41:54 +08:00
adapter_pboolean.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
adapter_pfloat.c Added adapter to handle float('inf') and float('nan') 2009-01-23 00:09:20 +01:00
adapter_pfloat.h Added adapter to handle float('inf') and float('nan') 2009-01-23 00:09:20 +01:00
adapter_qstring.c Unified string quoting 2008-11-25 19:18:17 +01:00
adapter_qstring.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
config.h More cross-platform build fixes 2009-03-02 09:19:23 +01:00
connection_int.c Rearranged code to fix recent MSVC errors 2009-10-04 23:38:16 +02:00
connection_type.c Fixed a deadlock when using the same connection from multiple threads 2009-10-04 12:02:02 +02:00
connection.h Implemented connection.reset() 2009-08-09 16:19:08 +02:00
cursor_int.c * psycopg/cursor_type.c (cursor_setup): incref before setting 2008-05-28 17:45:37 +08:00
cursor_type.c Moved declarations of varaibles/pointers to the beginning of functions 2009-10-04 23:35:29 +02:00
cursor.h Fixed problem with lots of columns in COPY operations 2009-08-09 15:13:42 +02:00
lobject_int.c Fixed problem with large writes in large objects code 2009-08-09 17:05:16 +02:00
lobject_type.c Fixed memory leak in lobject 2008-12-04 16:58:05 +01:00
lobject.h * psycopg/lobject.h (lobjectObject): remove "mode" struct member, 2008-05-06 18:12:50 +08:00
microprotocols_proto.c Fixed both Python 2.5 and 64 bit problems. 2007-04-10 06:36:18 +00:00
microprotocols_proto.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
microprotocols.c Fixed error when adapt()ing None 2009-03-09 21:45:49 +01:00
microprotocols.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
pgtypes.h Added aync.txt to distribution. 2005-11-29 12:01:46 +00:00
pgversion.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
pqpath.c Implemented connection.reset() 2009-08-09 16:19:08 +02:00
pqpath.h Implemented connection.reset() 2009-08-09 16:19:08 +02:00
psycopg.h Remove backward compatibility support for Python versions older than 2008-12-26 09:37:44 +09:00
psycopgmodule.c Fixed error in register_type() 2009-03-02 10:56:53 +01:00
python.h Remove backward compatibility support for Python versions older than 2008-12-26 09:37:44 +09:00
typecast_array.c * psycopg/*.[ch]: add const qualifier to various string arguments 2008-01-21 17:34:08 +00:00
typecast_basic.c If we are depending on Python 2.4, we don't need to make decimal module 2008-12-27 00:03:11 +09:00
typecast_basic.c.old Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_binary.c * psycopg/*.[ch]: add const qualifier to various string arguments 2008-01-21 17:34:08 +00:00
typecast_binary.h * psycypg/*.h: apply HIDDEN to all global variables and functions 2008-01-21 05:54:01 +00:00
typecast_builtins.c * psycopg/typecast.c (typecast_pydatetime): make array static. 2008-01-21 21:41:17 +00:00
typecast_datetime.c * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test 2009-02-17 15:03:33 +09:00
typecast_mxdatetime.c * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test 2009-02-17 15:03:33 +09:00
typecast.c * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test 2009-02-17 15:03:33 +09:00
typecast.h * psycopg/*.[ch]: add const qualifier to various string arguments 2008-01-21 17:34:08 +00:00
utils.c * psycopg/utils.c (psycopg_escape_string): same here. 2009-02-17 16:00:52 +09:00