mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
Added README file about async support.
This commit is contained in:
parent
0fc94be496
commit
1c9fa1355d
8
README.async
Normal file
8
README.async
Normal file
|
@ -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.
|
|
@ -139,6 +139,7 @@
|
|||
<None Include="psycopg\typecast_basic.c.old" />
|
||||
<None Include="sandbox\test_isready_connection_closed.py" />
|
||||
<None Include="psycopg\adapter_pfloat.h" />
|
||||
<None Include="README.async" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="psycopg\adapter_asis.c" />
|
||||
|
@ -175,8 +176,8 @@
|
|||
<ChangeLogPolicy UpdateMode="Nearest" VcsIntegration="None" inheritsSet="Mono">
|
||||
<MessageStyle FileSeparator=", " LineAlign="0" />
|
||||
</ChangeLogPolicy>
|
||||
<TextStylePolicy FileWidth="144" RemoveTrailingWhitespace="True" inheritsSet="VisualStudio" inheritsScope="text/plain" />
|
||||
<TextStylePolicy NoTabsAfterNonTabs="True" RemoveTrailingWhitespace="True" inheritsSet="Mono" inheritsScope="text/plain" scope="text/x-changelog" />
|
||||
<TextStylePolicy FileWidth="144" NoTabsAfterNonTabs="False" inheritsSet="Mono" inheritsScope="text/x-python" />
|
||||
<TextStylePolicy TabWidth="8" TabsToSpaces="False" inheritsSet="Mono" inheritsScope="text/x-python" scope="text/x-changelog" />
|
||||
</Policies>
|
||||
</Properties>
|
||||
</MonoDevelop>
|
||||
|
|
Loading…
Reference in New Issue
Block a user