summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Dropped __all__ from modulesDaniele Varrazzo2013-04-073-38/+28
* Enable by default the range typecastersDaniele Varrazzo2013-04-071-0/+4
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-2/+9
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-17/+0
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-181-1/+1
|\
| * Expose the Diagnostics object in the extensions moduleDaniele Varrazzo2013-03-171-1/+1
* | Fixed range adaptation on Python 3Daniele Varrazzo2013-03-161-10/+10
* | Merge branch 'dead-bytes' into develDaniele Varrazzo2013-03-161-24/+0
|\ \ | |/ |/|
| * Dropped configuration of unused logger inside the pool moduleDaniele Varrazzo2012-12-031-24/+0
* | Fixed pickling of DictRow objects tooDaniele Varrazzo2012-12-111-1/+8
* | Fixed pickling of RealDictRow objectsDaniele Varrazzo2012-12-101-0/+7
* | Added specific pool implementation for ZPsycopgDADaniele Varrazzo2012-12-041-0/+4
* | Fixed empty strings handling in composite casterDaniele Varrazzo2012-12-031-2/+2
|/
* Fixed pickling of FixedOffsetTimezone objectsDaniele Varrazzo2012-10-211-2/+5
* More idiomatic way to call FixedOffsetTimezone.__new__ superclassDaniele Varrazzo2012-10-211-1/+1
* Dropped redundant call to FixedOffsetTimezone.__init__Daniele Varrazzo2012-10-211-1/+0
* Using super() in the connection/cursor subclassesDaniele Varrazzo2012-09-281-29/+28
* Merge branch 'range-type' into develDaniele Varrazzo2012-09-272-0/+475
|\
| * More helpful error messasge on Range order attemptsDaniele Varrazzo2012-09-251-1/+3
| * Added documentation for range types and adaptationDaniele Varrazzo2012-09-241-35/+44
| * Don't need to implement __new__ to make an immutable classDaniele Varrazzo2012-09-241-4/+1
| * Fixed search of types into schemas.Daniele Varrazzo2012-09-241-3/+3
| * Range objects cannot be orderedDaniele Varrazzo2012-09-231-0/+5
| * Range objects are nonzero when not emptyDaniele Varrazzo2012-09-231-0/+3
| * Range objects are immutable and hashableDaniele Varrazzo2012-09-231-1/+14
| * Dropped Range._empty attributeDaniele Varrazzo2012-09-231-13/+13
| * Added in operator for rangesDaniele Varrazzo2012-09-231-0/+16
| * NumberRange renamed to NumericRangeDaniele Varrazzo2012-09-232-8/+8
| * Dropped Range classes for specific numeric typesDaniele Varrazzo2012-09-232-16/+3
| * Added first implementation of Range type, adapter, typecasterDaniele Varrazzo2012-09-232-0/+442
* | Merge branch 'json' into develDaniele Varrazzo2012-09-273-0/+212
|\ \
| * | Fixed json doc errorDaniele Varrazzo2012-09-251-1/+1
| * | Json documentation improvedDaniele Varrazzo2012-09-241-52/+5
| * | Don't create/register a json array typecaster if no oid providedDaniele Varrazzo2012-09-241-1/+4
| * | Pasto fixedDaniele Varrazzo2012-09-201-1/+1
| * | Fixed json typecaster with NULL inputDaniele Varrazzo2012-09-201-0/+2
| * | Dropped keywords passthrough in Json adapterDaniele Varrazzo2012-09-191-23/+55
| * | Added register_default_json() functionDaniele Varrazzo2012-09-193-9/+23
| * | First parameter of register_json defaults to NoneDaniele Varrazzo2012-09-191-1/+1
| * | Added json typecasterDaniele Varrazzo2012-09-193-55/+207
| * | Added Json adapterDaniele Varrazzo2012-09-191-0/+55
| |/
* | Merge branch 'composite-custom' into develDaniele Varrazzo2012-09-271-39/+29
|\ \
| * | Added schema attribute to CompositeCasterDaniele Varrazzo2012-09-221-2/+3
| * | Info about versions history moved from code to docsDaniele Varrazzo2012-09-221-6/+0
| * | Added documentation about CompositeCaster subclassingDaniele Varrazzo2012-09-221-26/+9
| * | Make CompositeCaster easier to subclassDaniele Varrazzo2012-09-221-7/+19
* | | Merge remote-tracking branch 'github/connect-keywords' into develDaniele Varrazzo2012-09-261-28/+27
|\ \ \
| * | | Raise TypeError instead of InterfaceError on bad params on connect()Daniele Varrazzo2012-09-261-2/+2
| * | | Improved error message on connect when kwargs are passed together with dnsDaniele Varrazzo2012-09-261-3/+2
| * | | Dropped quirks in connection arguments handlingDaniele Varrazzo2012-09-251-26/+26