summaryrefslogtreecommitdiff
path: root/psycopg/utils.c
Commit message (Expand)AuthorAgeFilesLines
* More straightforward semantics for psyco_GetDecimalTypeDaniele Varrazzo2019-01-211-6/+3
* Mark psyco_set_error as returning a borrowed objectDaniele Varrazzo2019-01-211-2/+1
* Added utils.h fileDaniele Varrazzo2019-01-211-0/+113
* psycopg_escape_string: don't make me cringeDaniele Varrazzo2019-01-211-8/+8
* Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-211-2/+2
* Fix typo in comment in utils.cRonan Amicel2017-12-141-1/+1
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+24
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-0/+54
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-6/+8
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-44/+12
|\
| * Dropped internal escape identifier functionDaniele Varrazzo2016-12-261-22/+18
* | Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-3/+35
|\ \ | |/
| * Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-151-2/+0
| * Throw an exception when a NUL character is used as a parameter.Alexander Schrijver2016-07-181-1/+6
| * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+29
* | Return input tuple in cur.callproc, factor code to use PQescapeIdentifier in ...mrmilosz2015-12-131-2/+31
|/
* Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-2/+2
* Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-1/+1
* Static-type psycopg_escape_string connection parameterDaniele Varrazzo2013-04-051-2/+1
* Set a memory exception in psycopg_escape_stringDaniele Varrazzo2013-04-041-8/+25
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-0/+6
* 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