summaryrefslogtreecommitdiff
path: root/psycopg/adapter_qstring.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-3/+3
* Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-3/+2
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-2/+5
* Added Python codec name to the connection.Daniele Varrazzo2010-12-211-18/+5
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-2/+0
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-4/+4
* Changed Python const RO -> READONLY.Daniele Varrazzo2010-12-121-3/+3
* Internal imports simplified.Daniele Varrazzo2010-12-121-10/+5
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Unified string quotingFederico Di Gregorio2008-11-251-78/+17
* Applied COPY patch from Alejandro DubrovskyFederico Di Gregorio2008-11-251-2/+2
* Merge from jhFederico Di Gregorio2008-07-261-9/+20
|\
| * Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-6/+6
| * * psycopg/adapter_qstring.c (qstring_traverse): add cyclic GCJames Henstridge2008-07-181-3/+14
* | get_backend_pid() patch and fixesFederico Di Gregorio2008-07-261-5/+2
|/
* Add more const qualifiers.James Henstridge2008-01-211-4/+4
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-3/+3
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-4/+9
* int->size_t transition.Federico Di Gregorio2007-04-131-5/+20
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-28/+35
* Encoding fixes.Federico Di Gregorio2007-01-161-2/+4
* Piet Delport patches: 2 of 3.Federico Di Gregorio2006-09-231-1/+1
* Fixed segfault in Binary/QString.Federico Di Gregorio2006-06-181-7/+5
* #warning fix.Federico Di Gregorio2006-06-111-0/+2
* Better PostgreSQL version check.Federico Di Gregorio2006-05-261-6/+8
* Final of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-1/+2
* First half of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-5/+24
* Code cleanup.Federico Di Gregorio2005-10-181-3/+4
* mingw patch from Daniele Varazzo.Federico Di Gregorio2005-04-101-1/+1
* Fixed .rowcount (closes: #6).Federico Di Gregorio2005-03-311-1/+1
* Added __conform__ to all adapters (typos excluded.)Federico Di Gregorio2005-03-031-1/+1
* Added __conform__ to all adapters.Federico Di Gregorio2005-03-031-0/+17
* Preparing release 1.99.12.Federico Di Gregorio2005-03-021-2/+1
* Renaming types.Federico Di Gregorio2004-12-131-1/+1
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+354