From d2f8c83e25ea7abb49315c30518f6415b497f1a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 22 Apr 2013 17:08:02 -0400 Subject: - change to [ticket:2681], pre-coerce the array to list unconditonally instead so that it works in all cases. --- doc/build/changelog/changelog_08.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index b64a188f7..489cad582 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,12 +11,9 @@ :tickets: 2681 The operators for the Postgresql ARRAY type supports - input types of sets, generators, etc. but only when a dimension - is specified for the ARRAY; otherwise, the dialect - needs to peek inside of "arr[0]" to guess how many - dimensions are in use. If this occurs with a non - list/tuple type, the error message is now informative - and directs to specify a dimension for the ARRAY. + input types of sets, generators, etc. even when + a dimension is not specified, by turning the given + iterable into a collection unconditionally. .. change:: :tags: bug, mysql -- cgit v1.2.1