summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed interaction between RealDictCursor and named cursorsDaniele Varrazzo2011-09-121-0/+4
* errorcodes map updated to PostgreSQL 9.1Daniele Varrazzo2011-08-221-0/+33
* Fixed NamedTupleCursor.executemany() (ticket #65)Daniele Varrazzo2011-08-091-1/+1
* Check the connection status before putting back into the poolDaniele Varrazzo2011-08-091-1/+16
* Raise PoolError when putting a connection not belonging to the poolDaniele Varrazzo2011-08-091-1/+1
* lazy import for uuid moduleMarko Kreen2011-06-281-52/+43
* Fixed version checkDaniele Varrazzo2011-06-041-6/+2
* 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
|/
* Don't fetch all the records iterating a NamedTuple cursor on a named cursorDaniele Varrazzo2011-04-261-1/+8
* Fixed interaction between NamedTuple and named cursorDaniele Varrazzo2011-04-261-2/+2
* Dropped unused importDaniele Varrazzo2011-04-261-1/+0
* Fixed use of the new return value of HstoreAdapter.get_oids()Daniele Varrazzo2011-02-251-3/+1
* Don't limit the hstore search to the public schema onlyDaniele Varrazzo2011-02-251-7/+16
* Added oid parameter to register_hstore()Daniele Varrazzo2011-02-211-18/+32
* Documentation cleanupDaniele Varrazzo2011-02-191-15/+12
* Import _psycopg as the first module in the packageDaniele Varrazzo2011-02-171-1/+6
* Fixed mapping for composite types defined in a schemaDaniele Varrazzo2011-02-091-3/+10
* Fields order enforced in composite types adapterDaniele Varrazzo2011-02-091-1/+2
* Only use absolute imports in the packageDaniele Varrazzo2011-01-082-31/+31
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-4/+6
|\
| * Fixed TYPE adaptation to basic tuplesDaniele Varrazzo2011-01-031-4/+6
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-021-0/+142
|\ \ | |/
| * Added PostgreSQL composite types typecaster to Python tuples.Daniele Varrazzo2011-01-021-0/+142
* | None/IN adaptation ported to Python 3.Daniele Varrazzo2011-01-021-5/+6
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-012-0/+15
|\ \ | |/
| * Fixed adaptation of None in composite types (ticket #26).Daniele Varrazzo2011-01-012-0/+14
* | Inet adapter compatible with Python 3.Daniele Varrazzo2010-12-311-1/+1
* | Hstore adapter compatible with Python 3.Daniele Varrazzo2010-12-311-25/+20
* | Added b() function to return bytes in both Py2 and Py3.Daniele Varrazzo2010-12-311-0/+10
* | Deal with slices passed to __*item__ in Python 3.Daniele Varrazzo2010-12-231-2/+2
* | Fixed PG -> Py encodings mapping with non-alnum chars.Daniele Varrazzo2010-12-211-0/+8
* | Some light cleanup for Py3 conversion.Daniele Varrazzo2010-12-212-13/+22
|/
* DictRow items can be updated. Patch by Alex Aster.Daniele Varrazzo2010-12-011-0/+5
* hstore registration doesn't fail if typarray column not available.Daniele Varrazzo2010-11-191-4/+6
* NamedTupleCursor doesn't change exception when fetching with no result.Daniele Varrazzo2010-11-111-1/+1
* Build the namedtuple only once per execution, not once per fetch.Daniele Varrazzo2010-11-111-3/+23
* Avoid pointless string manipulation in NamedTupleCursor.Daniele Varrazzo2010-11-091-2/+1
* Added NamedTupleCursor.Daniele Varrazzo2010-11-061-0/+55
* Hstore documentation improved.Daniele Varrazzo2010-11-051-13/+17
* Added some documentation for the hstore adaptation.Daniele Varrazzo2010-11-051-6/+6
* The hstore typecast can be registered globally.Daniele Varrazzo2010-11-051-27/+40
* Favour the PG9 implementation of the hstore adapter.Daniele Varrazzo2010-11-051-5/+5
* Hstore can return unicode keys and values.Daniele Varrazzo2010-11-051-5/+26
* Correctly parse escaped quotes from hstore.Daniele Varrazzo2010-11-051-9/+4
* Added special cases to store empty dicts.Daniele Varrazzo2010-11-051-0/+6
* Added hstore typecaster registration.Daniele Varrazzo2010-11-051-0/+43