summaryrefslogtreecommitdiff
path: root/lib/extensions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SQL_IN adapter is now automatically registeredFederico Di Gregorio2010-02-131-2/+0
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+17
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-231-1/+1
* Added XXXARRAY imports to psycopg2.extenionsFederico Di Gregorio2008-05-301-0/+4
* Merge changes from psycopg2/trunk via psycopg2.r243.James Henstridge2008-05-051-1/+2
|\
| * Added some file-like attributes to lobject.Federico Di Gregorio2006-09-021-1/+2
| * Large objects landing..Federico Di Gregorio2006-09-021-8/+0
| * Work on large objects continue.Federico Di Gregorio2006-09-011-0/+8
| * Merge from 2_0_x branch up to r814.Federico Di Gregorio2006-09-011-2/+12
* | * tests/test_transaction.py (DeadlockSerializationTestCase): portJames Henstridge2008-01-161-0/+2
* | .get_transaction_status() implementation.Federico Di Gregorio2007-04-251-2/+8
* | Moved SQL_IN to extensions and away from extras.Federico Di Gregorio2007-01-161-0/+26
* | Exposed connection status.Federico Di Gregorio2006-09-011-2/+12
|/
* * Docstrings added/fixedDaniele Varrazzo2006-01-121-0/+2
* * libpq.dll not used anymore. win32 setup uses pg_config too.Daniele Varrazzo2006-01-051-1/+1
* * psycopg/psycopgmodule.c: fixed exceptions refcount.Daniele Varrazzo2005-11-261-4/+6
* In extensions.py: COMMITED -> COMMITTED. (Closes: #73)Federico Di Gregorio2005-11-191-3/+3
* Epydoc clean. :DFederico Di Gregorio2005-10-181-4/+4
* Better docstrings for lib/ modules.Federico Di Gregorio2005-10-181-4/+3
* Fixed typo in psycopg2.extensions.Federico Di Gregorio2005-10-081-1/+1
* Isolation level changes.Federico Di Gregorio2005-10-081-0/+9
* Array tokenization seems working.Federico Di Gregorio2005-03-231-1/+1
* License changes. Fixes. Added register_adapter().Federico Di Gregorio2005-01-201-0/+16
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+31