summaryrefslogtreecommitdiff
path: root/lib/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* Use dict comprehensionsDaniele Varrazzo2017-11-281-1/+1
* Expose *DATETIMETZ* objects in the extensions moduleDaniele Varrazzo2017-03-221-4/+4
* Ignore None arguments passed to make_dsn()fix-517Daniele Varrazzo2017-03-011-0/+3
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-1/+1
* Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-0/+1
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-42/+40
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-11/+2
* Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-1/+1
* Validate output result from make_dsn()Daniele Varrazzo2016-03-031-1/+6
* Verify that the dsn is not manipulated by make_dsn if not necessaryDaniele Varrazzo2016-03-031-0/+7
* Implementation of make_dsn in PythonDaniele Varrazzo2016-03-031-3/+42
* Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-1/+1
* Merge branch 'master' into feature/parse-dsnOleksandr Shulgin2015-06-021-1/+1
|\
| * Add libpq version discoveryOleksandr Shulgin2015-06-011-1/+1
* | Move parse_dsn to extensions, add testsOleksandr Shulgin2015-06-011-1/+1
|/
* Make Column picklable on Python >= 3.3Daniele Varrazzo2015-02-081-1/+1
* Add register_default_jsonb() and register the typeDaniele Varrazzo2014-08-131-2/+4
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
* Dropped __all__ from modulesDaniele Varrazzo2013-04-071-2/+0
* Enable by default the range typecastersDaniele Varrazzo2013-04-071-0/+4
* Expose the Diagnostics object in the extensions moduleDaniele Varrazzo2013-03-171-1/+1
* Merge branch 'json' into develDaniele Varrazzo2012-09-271-0/+11
|\
| * Added register_default_json() functionDaniele Varrazzo2012-09-191-6/+3
| * Added json typecasterDaniele Varrazzo2012-09-191-0/+14
* | Fixed SQL_IN when getquoted() is called without prepare()Daniele Varrazzo2012-09-241-5/+6
|/
* Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED valueDaniele Varrazzo2011-12-151-3/+1
* Reverted isolation level values to backward compatible valuesFederico Di Gregorio2011-12-151-4/+6
* Added new_array_type() functionDaniele Varrazzo2011-09-221-1/+1
* Don't leak private variables into the psycopg2.extensions interfaceDaniele Varrazzo2011-09-221-0/+1
* Merge branch 'neg-escape' into develDaniele Varrazzo2011-05-301-1/+1
|\
| * Fixed escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-1/+1
* | Use all the isolation levels accepted by PostgreSQLDaniele Varrazzo2011-05-111-7/+5
|/
* Only use absolute imports in the packageDaniele Varrazzo2011-01-081-23/+23
* None/IN adaptation ported to Python 3.Daniele Varrazzo2011-01-021-5/+6
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-011-0/+14
|\
| * Fixed adaptation of None in composite types (ticket #26).Daniele Varrazzo2011-01-011-0/+13
* | Added b() function to return bytes in both Py2 and Py3.Daniele Varrazzo2010-12-311-0/+10
* | Fixed PG -> Py encodings mapping with non-alnum chars.Daniele Varrazzo2010-12-211-0/+8
|/
* Expose the Xid object in the extension module.Daniele Varrazzo2010-11-051-1/+1
* Added tpc_prepare and CONN_STATUS_PREPARED.Daniele Varrazzo2010-11-051-2/+3
* Notify object exposed in the extensions module.Daniele Varrazzo2010-11-051-1/+1
* Added typecasters for arrays of specific MX/Py time-related types.Daniele Varrazzo2010-05-151-0/+2
* Added 'get_wait_callback()' function.Daniele Varrazzo2010-04-211-1/+1
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-211-0/+6
* PY* and MX* typecasters imported into the extensions module.Daniele Varrazzo2010-04-141-0/+3
* DECIMAL typecaster imported into the extensions module.Daniele Varrazzo2010-04-141-1/+1
* NOTIFYs fix and poll status changesFederico Di Gregorio2010-04-051-2/+2
* Support asynchronous connection buildingFederico Di Gregorio2010-04-051-0/+5
* Stop the loop variable used to create __all__ leaking in the module.Daniele Varrazzo2010-02-141-1/+1
* Binary was not imported from _psycopg; now it isFederico Di Gregorio2010-02-131-1/+1