Commit Graph

  • a33c0670fd More idiomatic way to call FixedOffsetTimezone.__new__ superclass Daniele Varrazzo 2012-10-21 21:16:52 +0100
  • e4a07c3a30 Dropped redundant call to FixedOffsetTimezone.__init__ Daniele Varrazzo 2012-10-21 21:12:02 +0100
  • f5f2e2c092 Dropped redundant call to FixedOffsetTimezone.__init__ Daniele Varrazzo 2012-10-21 21:12:02 +0100
  • 6b8861d2d5 Clarification in copy_expert docs Daniele Varrazzo 2012-10-15 00:38:28 +0100
  • 71393b9ae9 Discard any result produced by cursor.executemany() Daniele Varrazzo 2012-10-11 22:17:47 +0100
  • 4ddad45feb Discard any result produced by cursor.executemany() Daniele Varrazzo 2012-10-11 22:17:47 +0100
  • 5fbf3ef147 Merge branch 'fix-113' into devel Daniele Varrazzo 2012-10-11 22:25:59 +0100
  • 20d3344972 Merge branch 'fix-113' into maint_2_4 Daniele Varrazzo 2012-10-09 02:02:28 +0100
  • 58d048198f Close the connection on error in callback Daniele Varrazzo 2012-10-06 11:58:52 +0100
  • 7632e1ae46 Get the result from the connection after the green panic Daniele Varrazzo 2012-10-06 01:45:24 +0100
  • 6b6aded90b Added compatibility PyErr_WarnEx macro for Python 2.4 Daniele Varrazzo 2012-10-06 01:16:57 +0100
  • fa032f09fb Attempt to fix issue #113. Daniele Varrazzo 2012-10-06 01:10:41 +0100
  • 6d1b3b21e6 Added function conn_close_locked() Daniele Varrazzo 2012-10-06 01:03:12 +0100
  • ee763e0f47 Copyright bumped to 2012 in docs pages Daniele Varrazzo 2012-10-07 13:14:31 +0100
  • a666432329 Docs front page adjustments Daniele Varrazzo 2012-10-07 02:07:47 +0100
  • 82dc32cebd Added install section to the manual Daniele Varrazzo 2012-10-07 02:04:39 +0100
  • b61a2a34c4 Close the connection on error in callback Daniele Varrazzo 2012-10-06 11:58:52 +0100
  • 2611d62283 Get the result from the connection after the green panic Daniele Varrazzo 2012-10-06 01:45:24 +0100
  • f4f67ad985 Dropped compiler warning on Py 2.4 Daniele Varrazzo 2012-10-06 01:22:05 +0100
  • 644b18a2c9 Dropped compiler warning on Py 2.4 Daniele Varrazzo 2012-10-06 01:22:05 +0100
  • 76815f1e92 Added compatibility PyErr_WarnEx macro for Python 2.4 Daniele Varrazzo 2012-10-06 01:16:57 +0100
  • 53b1c70f3a Attempt to fix issue #113. Daniele Varrazzo 2012-10-06 01:10:41 +0100
  • 2137db89d4 Added function conn_close_locked() Daniele Varrazzo 2012-10-06 01:03:12 +0100
  • 387b7b6b36 Using super() in the connection/cursor subclasses Daniele Varrazzo 2012-09-28 02:51:58 +0100
  • 9f9da182f1 Using super() in the connection/cursor subclasses Daniele Varrazzo 2012-09-28 02:51:58 +0100
  • 4244d5953a Merge branch 'range-type' into devel Daniele Varrazzo 2012-09-27 00:48:05 +0100
  • dda24f082f Merge branch 'json' into devel Daniele Varrazzo 2012-09-27 00:41:04 +0100
  • 465b5cf280 Mention JSON adaptation in the NEWS file Daniele Varrazzo 2012-09-27 00:40:35 +0100
  • 33043cd038 Merge branch 'composite-custom' into devel Daniele Varrazzo 2012-09-27 00:38:00 +0100
  • bc1d2f5d3a Merge remote-tracking branch 'github/connect-keywords' into devel Daniele Varrazzo 2012-09-26 13:15:33 +0100
  • 74e6efd717 Raise TypeError instead of InterfaceError on bad params on connect() Daniele Varrazzo 2012-09-26 11:55:21 +0100
  • 20d3d0f66d Raise TypeError instead of InterfaceError on bad params on connect() Daniele Varrazzo 2012-09-26 11:55:21 +0100
  • bc68b2ff1e Improved error message on connect when kwargs are passed together with dns Daniele Varrazzo 2012-09-26 11:47:06 +0100
  • cf3c6f86ff Improved error message on connect when kwargs are passed together with dns Daniele Varrazzo 2012-09-26 11:47:06 +0100
  • 32fae728b3 Dropped quirks in connection arguments handling Daniele Varrazzo 2012-09-25 23:46:46 +0100
  • cd316a94f1 Dropped quirks in connection arguments handling Daniele Varrazzo 2012-09-25 23:46:46 +0100
  • b894539007 Fixed json doc error Daniele Varrazzo 2012-09-25 00:12:57 +0100
  • b8b669611e More helpful error messasge on Range order attempts Daniele Varrazzo 2012-09-25 00:02:24 +0100
  • 7b1973354f Fixed SQL_IN when getquoted() is called without prepare() Daniele Varrazzo 2012-09-24 16:55:01 +0100
  • a733416241 Fixed SQL_IN when getquoted() is called without prepare() Daniele Varrazzo 2012-09-24 16:55:01 +0100
  • f70e6a1519 Grammar correction for RangeCaster.array_typecaster Daniele Varrazzo 2012-09-24 12:13:46 +0100
  • 71e2f190c2 Json documentation improved Daniele Varrazzo 2012-09-24 11:51:35 +0100
  • a3418052e9 Don't create/register a json array typecaster if no oid provided Daniele Varrazzo 2012-09-24 11:23:09 +0100
  • c756d580f2 Added documentation for range types and adaptation Daniele Varrazzo 2012-09-24 00:49:44 +0100
  • b1953640d2 Don't need to implement __new__ to make an immutable class Daniele Varrazzo 2012-09-24 00:46:43 +0100
  • a858987844 Fixed search of types into schemas. Daniele Varrazzo 2012-09-24 00:33:49 +0100
  • a1a2772a79 Added test for range not found Daniele Varrazzo 2012-09-24 00:20:48 +0100
  • a701e36d16 Added containment tests for unbounded intervals Daniele Varrazzo 2012-09-23 22:59:49 +0100
  • 841ddaba87 Range objects cannot be ordered Daniele Varrazzo 2012-09-23 22:54:50 +0100
  • 25ef540aa3 Range objects are nonzero when not empty Daniele Varrazzo 2012-09-23 22:43:23 +0100
  • a96a4349ed Range objects are immutable and hashable Daniele Varrazzo 2012-09-23 22:40:13 +0100
  • e002ea5937 Dropped Range._empty attribute Daniele Varrazzo 2012-09-23 22:10:33 +0100
  • d2cee6f9ad Added in operator for ranges Daniele Varrazzo 2012-09-23 22:01:39 +0100
  • 94c6353d55 NumberRange renamed to NumericRange Daniele Varrazzo 2012-09-23 21:11:06 +0100
  • 45cbcc0713 Dropped Range classes for specific numeric types Daniele Varrazzo 2012-09-23 21:08:18 +0100
  • 5e7c1d0b51 Added first implementation of Range type, adapter, typecaster Daniele Varrazzo 2012-09-23 21:03:36 +0100
  • 9949e04c70 Added schema attribute to CompositeCaster Daniele Varrazzo 2012-09-22 15:10:40 +0100
  • 59151886a0 Info about hstore versions history moved from code to docs Daniele Varrazzo 2012-09-22 02:10:58 +0100
  • d183657c11 Info about hstore versions history moved from code to docs Daniele Varrazzo 2012-09-22 02:10:58 +0100
  • 26cfdc1234 Info about versions history moved from code to docs Daniele Varrazzo 2012-09-22 02:08:21 +0100
  • fa9393b587 Added documentation about CompositeCaster subclassing Daniele Varrazzo 2012-09-22 02:01:04 +0100
  • 1b2c2c34b6 Make CompositeCaster easier to subclass Daniele Varrazzo 2012-09-22 01:46:53 +0100
  • 6d9a25e63a Deal with sys.platform = "linux" Daniele Varrazzo 2012-09-21 02:28:52 +0100
  • 7de8611607 errorcodes map updated to PostgreSQL 9.2 Daniele Varrazzo 2012-09-21 01:59:02 +0100
  • 469b6f8aff Return memoryview object of type "c" instead of "B" from bytea Daniele Varrazzo 2012-09-21 00:54:37 +0100
  • 526e270934 Use namedtuple._make in NamedTupleCursor and CompositeCaster Daniele Varrazzo 2012-09-20 16:27:50 +0100
  • 5645e7adef Pasto fixed Daniele Varrazzo 2012-09-20 03:44:50 +0100
  • abe2df5f57 Merge branch 'fix-array-parsing' into devel Daniele Varrazzo 2012-09-20 03:26:07 +0100
  • 62a54f64f7 Fixed infinite loop when parsing '{' as array Daniele Varrazzo 2012-09-20 03:19:24 +0100
  • 0e644f6d95 Fixed return value after malformed arrays Daniele Varrazzo 2012-09-10 04:20:39 +0100
  • c7bee92160 Fixed infinite loop when parsing '{' as array Daniele Varrazzo 2012-09-20 03:19:24 +0100
  • 9b2ad7abb5 Fixed json typecaster with NULL input Daniele Varrazzo 2012-09-20 00:36:53 +0100
  • 7386b8327c Dropped keywords passthrough in Json adapter Daniele Varrazzo 2012-09-19 16:32:57 +0100
  • d963b478e2 Added register_default_json() function Daniele Varrazzo 2012-09-19 15:49:00 +0100
  • 26d71b4cba First parameter of register_json defaults to None Daniele Varrazzo 2012-09-19 15:31:28 +0100
  • 024f0dbada Added json typecaster Daniele Varrazzo 2012-09-19 04:26:35 +0100
  • b8e7f02256 Added Json adapter Daniele Varrazzo 2012-09-19 04:12:20 +0100
  • 64e3e1199e Fixed note on rollback on close in the doc Daniele Varrazzo 2012-08-15 12:28:13 +0100
  • 9ae4bbd195 Fixed smell of pizza in the docs Daniele Varrazzo 2012-08-15 12:25:35 +0100
  • 72e9cf7b6d Fixed return value after malformed arrays Daniele Varrazzo 2012-09-10 04:20:39 +0100
  • 5fedaa5474 Fixed tests to run with PG 8.3 Daniele Varrazzo 2012-09-04 21:23:19 +0100
  • 40a512fe46 Fixed always true comparaison Federico Di Gregorio 2012-08-17 14:52:59 +0200
  • fc5cc1df01 Fixed note on rollback on close in the doc Daniele Varrazzo 2012-08-15 12:28:13 +0100
  • 7cb754fbc9 Fixed smell of pizza in the docs Daniele Varrazzo 2012-08-15 12:25:35 +0100
  • bc400f6961 Fixed tests to run with PG 8.3 Daniele Varrazzo 2012-09-04 21:23:19 +0100
  • 64674787fd Fixed always true comparaison Federico Di Gregorio 2012-08-17 14:52:59 +0200
  • 07e2c6a62f Merge branch 'scrollable' into devel Daniele Varrazzo 2012-08-15 11:27:43 +0100
  • 99b7683338 Added documentation for scrollable cursors Daniele Varrazzo 2012-08-15 11:26:45 +0100
  • a79a5292e7 Added support with cursors without scroll clause Daniele Varrazzo 2012-08-15 09:44:44 +0100
  • d074b096be Added test for scrollable cursor Daniele Varrazzo 2012-08-15 01:11:26 +0100
  • fa4994e471 Added scrollable cursor implementation Daniele Varrazzo 2012-08-15 00:30:54 +0100
  • cc951b5fbe Fixed tpc_recover() with RealDictStuff Daniele Varrazzo 2012-08-14 23:29:19 +0100
  • 91c2ff9296 Fixed tpc_recover() with RealDictStuff Daniele Varrazzo 2012-08-14 23:29:19 +0100
  • fd4153d632 Fixed register_hstore and register_composite with non-dbapi objects Daniele Varrazzo 2012-08-14 23:26:17 +0100
  • 21d323d2c8 Fixed register_hstore and register_composite with non-dbapi objects Daniele Varrazzo 2012-08-14 23:26:17 +0100
  • e369fb5f0d Fixed incorrect and outdated connection.commit() doc Daniele Varrazzo 2012-07-27 17:44:28 +0100
  • 8666693512 Fixed incorrect and outdated connection.commit() doc Daniele Varrazzo 2012-07-27 17:44:28 +0100
  • 2371166383 grammar Brian Sutherland 2012-07-27 12:48:28 +0300
  • ee7890d700 Fixed typo in docs Daniele Varrazzo 2012-07-08 22:52:24 +0100
  • 3559ea0d10 Fixed typo in docs Daniele Varrazzo 2012-07-08 22:52:24 +0100