summaryrefslogtreecommitdiff
path: root/lib/extras.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Closes ticket #10. Reported by Marko Kreen.
* 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
| | | | Parse regexp simplified.
* Added special cases to store empty dicts.Daniele Varrazzo2010-11-051-0/+6
|
* Added hstore typecaster registration.Daniele Varrazzo2010-11-051-0/+43
|
* parse_hstore converted in class method.Daniele Varrazzo2010-11-051-50/+52
|
* Added function to parse an hstore into a dict.Daniele Varrazzo2010-11-051-1/+51
|
* Added implementation of python dict adapter to hstore.Daniele Varrazzo2010-11-051-0/+43
|
* The Inet type knows how to adapt itself.Daniele Varrazzo2010-09-251-1/+4
| | | | | Implemented __conform__ as the Adaptation PEP suggests. It is not required for the type to be registered as adapter.
* Added deprecation warning to register_tstz_w_secsFederico Di Gregorio2010-07-131-1/+2
|
* Dropped register_tstz_w_secs() implementation.Daniele Varrazzo2010-05-201-45/+7
| | | | | The function is no-op now that the default type caster can deal with seconds in the tz offset.
* Changed 'psyco_wait()' to only take the connection.Daniele Varrazzo2010-04-211-3/+2
|
* Added wait callback and functions to deal with it.Daniele Varrazzo2010-04-211-0/+24
|
* Make asynchronous connections produce asynchronous cursors by defaultJan UrbaƄski2010-04-051-8/+8
| | | | | | | | | | | Drop the async kwarg from cursor.execute(), cursors created by asynchronous connections will be asynchronous by default, ones created by synchronous connections will be synchronous. Mind that this might break third party subclasses of psycopg2.extensions.cursor, if they try to chain to the superclass in their execute() implementation and are passing the async kwarg. The example cursors in psycopg2.extras have been fixed no to do that.
* Use the default role for cross referencing Python objects.Daniele Varrazzo2010-02-261-7/+7
|
* Typo fixed in DictRow doc.Daniele Varrazzo2010-02-161-1/+1
|
* Inet adapter fixed.Daniele Varrazzo2010-02-141-1/+5
|
* Added documentation for the extras module.Daniele Varrazzo2010-02-141-20/+29
|
* Fixed Inet constructor.Daniele Varrazzo2010-02-141-1/+1
|
* Stop the loop variable used to create __all__ leaking in the module.Daniele Varrazzo2010-02-141-1/+1
|
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+17
|
* Fixed register_tstz_w_secs() errorFederico Di Gregorio2010-02-101-1/+1
|
* Added support for UUID arraysFederico Di Gregorio2009-10-041-3/+24
|
* Fixed bug in RealDictCursor when prefetchingFederico Di Gregorio2009-05-091-22/+39
|
* Applied DictRow "diet" patchFederico Di Gregorio2009-05-091-0/+5
|
* Added missing dict methods in DictRowFederico Di Gregorio2009-04-191-0/+11
|
* Support for seconds in time zone offsetsFederico Di Gregorio2009-03-021-0/+49
|
* Fixed error in register_type()Federico Di Gregorio2009-03-021-10/+15
|
* Removed some spurious tabsFederico Di Gregorio2009-02-231-6/+5
|
* Added inet supportFederico Di Gregorio2008-09-241-2/+37
|
* Support for NULLs in UUIDFederico Di Gregorio2008-09-231-2/+2
|
* Added suppport for UUID and related test.Federico Di Gregorio2008-09-191-1/+42
|
* Added name parameters to .cursor() calls in extras.Federico Di Gregorio2007-09-011-9/+21
|
* Added RealDictCursor from #143.Federico Di Gregorio2007-01-161-35/+91
|
* Moved SQL_IN to extensions and away from extras.Federico Di Gregorio2007-01-161-24/+0
|
* Added iteritem method to DictRow.Federico Di Gregorio2006-10-061-0/+3
|
* Fixed syntax error in extras module (closes: #123).Federico Di Gregorio2006-09-101-1/+2
|
* First half of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-1/+8
|
* DictCursor now support iteration.Federico Di Gregorio2006-03-081-1/+8
|
* Tab removedDaniele Varrazzo2006-01-211-1/+1
|
* Logging connection/cursor implementation inspired by #90.Federico Di Gregorio2006-01-201-0/+101
|
* Whitespace cleanup.Federico Di Gregorio2006-01-061-11/+9
|
* Better DictCursor.Federico Di Gregorio2005-12-061-0/+6
|
* Better docstrings for lib/ modules.Federico Di Gregorio2005-10-181-2/+2
|