Commit Graph

854 Commits

Author SHA1 Message Date
Daniele Varrazzo
9a6c4c4c93 Fixed repetition in exceptions docs. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
c8010cfd47 Big documentation cleanup. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
6ea6d48f5d Added docutils SQL role. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
5491dd8db0 Added documentation to type casting objects. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
74403ff5a8 Fixed newline in docstring. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
c176a9d075 Fixed jumbled COPY methods. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
6199ce5127 Fixed typo in example. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
5431890938 Added introductive section about sessions. 2010-02-14 00:39:48 +01:00
Daniele Varrazzo
10f1a5b57a Added CSS style for TODO admonitions. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
5cb07685ca Showing the points where Psycopg diverges from the DB API. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
5417d7153d Added `extension` directive to mark Psycopg extensions to the DB API. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
3e66529864 Uniform usage of DB API spelling. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
9955b2f32f Using uppercase P when dealing with Psycopg - not the module. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
5c732ac2a3 Asynchronous queries marked as experimental. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
4708704f16 Added documentation about asynchronous notifications. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
ac6640fd9e Completed documentation for the COPY-related methods. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
d081d533b9 A few index entries fixed. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
e0065bfbef Added a bunch of index entries for the connection class. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
a9b793a371 Added documentation for `connection.notices` 2010-02-14 00:39:47 +01:00
Jonathan Ballet
1a7a12c833 Fixed some typos 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
961b4eedc5 First iteration with the Sphinx module documentation. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
442d8693cd Ignore vim temporary files. 2010-02-14 00:39:47 +01:00
Daniele Varrazzo
04db8e7428 Fixed docstring for 'QueryCanceledError' exception. 2010-02-14 00:35:48 +01:00
Daniele Varrazzo
f6e87fbb30 Moved status from beta to stable in trove classifier. 2010-02-14 00:35:48 +01:00
Daniele Varrazzo
08e14e1049 Restored meaning of the word "respectively". 2010-02-14 00:35:48 +01:00
Daniele Varrazzo
e1b3c7b940 Fixed Inet constructor. 2010-02-14 00:35:48 +01:00
Daniele Varrazzo
0dbe068df4 Stop the loop variable used to create __all__ leaking in the module. 2010-02-14 00:35:47 +01:00
Federico Di Gregorio
0089201ba2 Binary was not imported from _psycopg; now it is 2010-02-13 00:52:36 +01:00
Federico Di Gregorio
a9673f31d6 SQL_IN adapter is now automatically registered 2010-02-13 00:40:29 +01:00
Federico Di Gregorio
3b4c0443e4 Removed debug logging calls 2010-02-13 00:15:39 +01:00
Federico Di Gregorio
611606d532 Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
Federico Di Gregorio
e5bed4993b Fixed register_tstz_w_secs() error 2010-02-10 18:16:00 +01:00
Federico Di Gregorio
bcc836c661 Now adapt() errors include the type name 2009-11-25 11:51:54 +01:00
Federico Di Gregorio
d40a5321f2 Fixed test broken by float precision fix 2009-11-25 10:38:31 +01:00
Federico Di Gregorio
7b730f3935 Fixed float loss of precision 2009-11-09 09:17:05 +01:00
Jason Erickson
b537404487 Fixed --have_ssl command line parameter
Added initialization of have_ssl variable so passing --have_ssl on the
command line works.
2009-10-08 13:18:55 +02:00
Jason Erickson
ac1b5ce68a Unclear error message when no pg_config found
If unable to find pg_config, a warning will be printed instead of stopping
the build process and displaying a generic error message.
2009-10-08 13:17:26 +02:00
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
Jason Erickson
69a8400e60 Added additional library required for PostgreSQL 8.4.x
For MSVC, added an additional library to include that is required for
PostgreSQL 8.4.x.
2009-10-04 23:37:14 +02:00
Jason Erickson
0f00ee129d Moved declarations of varaibles/pointers to the beginning of functions
Moved the declarations of varaibles/pointers to the beginning of the functions,
where MSVC requires them to be defined.
2009-10-04 23:35:29 +02:00
Federico Di Gregorio
69224032ce Fixed missing entry in NEWS file 2009-10-04 12:55:28 +02:00
Federico Di Gregorio
9bd771cda0 Preparing release 2.0.13 2009-10-04 12:53:42 +02:00
Federico Di Gregorio
8bb617ee76 Added very large lobject creation to the lobject.py example 2009-10-04 12:50:16 +02:00
Federico Di Gregorio
9670c9eddc Enabled linking to static libpq 2009-10-04 12:43:30 +02:00
Federico Di Gregorio
390a9c2451 Added support for UUID arrays 2009-10-04 12:34:02 +02:00
Federico Di Gregorio
7022269b3d Fixed a deadlock when using the same connection from multiple threads 2009-10-04 12:02:02 +02:00
Federico Di Gregorio
1c9fa1355d Added README file about async support. 2009-10-04 11:33:35 +02:00
Federico Di Gregorio
0fc94be496 Preparing release 2.0.12 2009-08-09 17:22:18 +02:00
Federico Di Gregorio
3a6911216b Fixed problem with large writes in large objects code 2009-08-09 17:05:16 +02:00
Federico Di Gregorio
a2af059e6c Fixed PostgreSQL version detection 2009-08-09 16:28:27 +02:00