From 1c9fa1355dd63581845b917a290c35912ad1c4fb Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Sun, 4 Oct 2009 11:33:35 +0200 Subject: [PATCH] Added README file about async support. --- README.async | 8 ++++++++ psycopg2.cproj | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 README.async diff --git a/README.async b/README.async new file mode 100644 index 00000000..ce29424b --- /dev/null +++ b/README.async @@ -0,0 +1,8 @@ +Asynchronous support in psycopg +******************************* + +The support for asynchronous queries in psycopg is only half-backed and +won't work unless a good deal of time is put into fixing bugs. Currently +I (the author) have no need for asycnhronous queries but patches are +welcome. Also welcome are short tests that show how the async path fails +(miserably) so that I can at least fix obvious problems. diff --git a/psycopg2.cproj b/psycopg2.cproj index a61d7a71..74f45730 100644 --- a/psycopg2.cproj +++ b/psycopg2.cproj @@ -139,6 +139,7 @@ + @@ -175,8 +176,8 @@ - - + +