summaryrefslogtreecommitdiff
path: root/psycopg/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-6/+3
* Functions setting exception return a negative value on errorDaniele Varrazzo2012-03-011-9/+9
* Flag the psycopg_ensure_*() functions as stealing a refDaniele Varrazzo2012-02-241-0/+2
* The cursor name can be a non-valid PostgreSQL identifierDaniele Varrazzo2011-02-231-0/+37
* COPY sends unicode to a file if it derives from io.TextIoBaseDaniele Varrazzo2011-02-051-0/+40
* Function psycopg_ensure_bytes converted in a "filter" stealing a ref.Daniele Varrazzo2010-12-311-4/+11
* Added utility function to convert bytes to string in Python 3.Daniele Varrazzo2010-12-311-0/+24
* Added utility function to get bytes from a str/unicode.Daniele Varrazzo2010-12-311-0/+26
* Added psycopg_strdup utility function.Daniele Varrazzo2010-12-211-0/+22
* Internal imports simplified.Daniele Varrazzo2010-12-121-4/+3
* Dropped unused include file.Daniele Varrazzo2010-12-121-1/+0
* Compiler warning dropped.Daniele Varrazzo2010-11-181-0/+1
* Dropped PSYCOPG_OWN_QUOTING.Daniele Varrazzo2010-10-081-32/+0
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-0/+21
* * psycopg/utils.c (psycopg_escape_string): same here.James Henstridge2009-02-171-3/+1
* Patch from Jason Erickson to build on MSVCFederico Di Gregorio2008-11-261-1/+3
* Unified string quotingFederico Di Gregorio2008-11-251-23/+64
* Applied COPY patch from Alejandro Dubrovsky (missing files and project)Federico Di Gregorio2008-11-251-0/+43