summaryrefslogtreecommitdiff
path: root/sandbox
Commit message (Collapse)AuthorAgeFilesLines
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-1023-71/+73
| | | | Forward compatible with newer Pythons.
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-0114-26/+12
| | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Remove trailing semicolonsHugo2017-11-281-3/+3
|
* Simplify BooleanHugo2017-11-281-1/+1
|
* cleanup remaining GPL license textChris Mildebrandt2014-05-201-70/+0
|
* Script to test ticket #58 moved into sandboxDaniele Varrazzo2013-04-071-0/+75
| | | | We don't need it distributed in the sdist
* Close the connection on error in callbackDaniele Varrazzo2012-10-091-11/+36
| | | | | | | Unfortunately PQcancel blocks, so it's not better than PQgetResult. It has been suggested to use PQreset in non-blocking way but this would give the Python program the burden of handling a connection done but not configured in an unexpected place.
* Get the result from the connection after the green panicDaniele Varrazzo2012-10-091-1/+9
| | | | | | Otherwise the connection won't be usable in case we manage to put it back on track (libpq reports "another command is already in progress")
* Attempt to fix issue #113.Daniele Varrazzo2012-10-091-0/+48
| | | | | | | | | If the network is down, trying to read blocking will hang the process hard (ctrl-c not working). Send a cancel signal instead (as suggested in http://archives.postgresql.org/pgsql-hackers/2012-07/msg00903.php) and go back into a green polling: this should allow a further error (e.g. another ctrl-c) to break the loop. In this case we cannot assume anything about the state of the connection, so we close it.
* Fixed error related to calling C typecasters from Python onesFederico Di Gregorio2010-05-151-0/+15
|
* Fix to double free segfault in connectionFederico Di Gregorio2009-04-191-0/+61
|
* Added a couple of test scripts to sandboxFederico Di Gregorio2009-04-192-0/+82
|
* Added isready() error test to sandboxFederico Di Gregorio2009-01-101-0/+31
|
* COPY problem tests and partial fixFederico Di Gregorio2008-05-273-0/+60765
|
* Added a couple of files used for tests.Federico Di Gregorio2008-04-142-0/+89
|
* Added support for NULL in arrays (closes: #154)Federico Di Gregorio2007-01-191-4/+7
|
* Added a couple of tests to the sandbox.Federico Di Gregorio2006-09-012-0/+28
|
* Fix for #93.Federico Di Gregorio2006-06-111-14/+21
|
* Sandbox stuff (not distributed but can help others to debug.)Federico Di Gregorio2006-06-073-0/+41
|
* Some more tests in sandbox.Federico Di Gregorio2006-01-103-18/+61
|
* Added sandbox stuff to the repository.Federico Di Gregorio2005-11-284-0/+554
|
* New time/date locale-safe typecasting code.Federico Di Gregorio2005-11-141-11/+25
|
* SUSE addition to setup.cfg.Federico Di Gregorio2005-10-251-3/+5
|
* named cursors are working.Federico Di Gregorio2005-10-251-0/+29
|
* Fixed segfault in connection.set_client_encoding().Federico Di Gregorio2005-09-301-2/+3
|
* Solid tokenization code.Federico Di Gregorio2005-03-231-1/+1
|
* Array support for all basic types.Federico Di Gregorio2005-03-231-5/+9
|
* Array tokenization seems working.Federico Di Gregorio2005-03-231-1/+3
|
* Array quoting (not completely working.)Federico Di Gregorio2005-03-231-0/+15
|
* isready/prefetch fix.Federico Di Gregorio2004-12-141-0/+5
|
* First fixed to the async core.Federico Di Gregorio2004-11-201-5/+23
|
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-193-0/+44