psycopg2/psycopg
2006-09-01 08:29:30 +00:00
..
adapter_asis.c Code cleanup. 2005-10-18 01:29:47 +00:00
adapter_asis.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_binary.c Empty binary buffer segfault fix (closes: #119). 2006-09-01 08:23:51 +00:00
adapter_binary.h Second half of 8.1.4 securiy patch. 2006-05-24 10:02:33 +00:00
adapter_datetime.c Interval conversion fix. 2006-07-26 05:13:08 +00:00
adapter_datetime.h * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
adapter_list.c (Really) fixed list adaptation. 2006-06-11 03:40:53 +00:00
adapter_list.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_mxdatetime.c Definitely fixed date and time adapting problems (for mx too!) 2005-11-16 17:30:45 +00:00
adapter_mxdatetime.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_pboolean.c Boolean fix for arrays. 2006-04-24 05:42:02 +00:00
adapter_pboolean.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
adapter_qstring.c Fixed segfault in Binary/QString. 2006-06-18 05:57:01 +00:00
adapter_qstring.h First half of 8.1.4 securiy patch. 2006-05-24 09:43:55 +00:00
config.h Fixed handle leak on win32 and preparing 2.0 beta 8. 2006-02-11 11:01:17 +00:00
connection_int.c Fixed string allocation (loses: #109) 2006-06-11 03:19:18 +00:00
connection_type.c Exposed connection status. 2006-09-01 08:20:11 +00:00
connection.h Implemented named cursors. 2005-10-22 06:59:31 +00:00
cursor_int.c Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
cursor_type.c .executemany() fix (closes: #116). 2006-09-01 07:42:30 +00:00
cursor.h Implemented named cursors. 2005-10-22 06:59:31 +00:00
microprotocols_proto.c * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +00:00
microprotocols_proto.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
microprotocols.c Extra attributes for ProgrammingError exception. 2006-01-05 08:13:03 +00:00
microprotocols.h * psycopg/psycopgmodule.c: fixed exceptions refcount. 2005-11-26 07:47:48 +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 Null query segfault fix (closes: #117). 2006-09-01 07:45:58 +00:00
pqpath.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
psycopg.h * Docstrings added/fixed 2006-01-12 18:36:57 +00:00
psycopgmodule.c .connect() port parameter as string or int (closes: #120). 2006-09-01 08:29:30 +00:00
python.h Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_array.c Fix for #93. 2006-06-11 05:09:59 +00:00
typecast_basic.c Fixed compile problems on old gcc. 2006-09-01 08:02:41 +00:00
typecast_basic.c.old Initial psycopg 2 import after SVN crash. 2004-10-19 03:17:12 +00:00
typecast_binary.c Code cleanup. 2005-10-18 01:29:47 +00:00
typecast_binary.h chunk/buffer patch applied. 2005-05-09 08:11:43 +00:00
typecast_builtins.c Fixed very stupid typo that resulted in a very big bug (reported by Andrea Arcangeli.) 2005-12-06 05:38:39 +00:00
typecast_datetime.c New time/date locale-safe typecasting code. 2005-11-14 11:57:45 +00:00
typecast_mxdatetime.c New time/date locale-safe typecasting code. 2005-11-14 11:57:45 +00:00
typecast.c Fixed problem with "fractionary" time zones (Closes: #78). 2005-12-11 07:50:27 +00:00
typecast.h Code cleanup. 2005-10-18 01:29:47 +00:00