[PATCH] Add/fix docs, add a sanity check, make abstract method explicit

Issue #1651 resolved
Former user created an issue

The attached patch:

  • documents the PostgreSQL ARRAY support and the rowcount property
  • adds a fail-fast sanity check to the PGArray constructor so that others waste less time than I did trying to nest PGArray type engines. (It resulted in a not-immediately-obvious error.)
  • adds and documents an abstract (NotImplementedError) method on ExecutionContext that is already implicitly there (exists in subclasses and is called by ResultProxy.rowcount)
  • fixes a trivial error in a doc comment (method vs. function)

(I file this patch under “documentation” even though there are code changes, since both of them involve clarifying API usage and should not break calling application code that wasn't already broken.)

Comments (4)

  1. Log in to comment