Re: [sqlalchemy] NoSuchColumnError and _key_fallback

2013-10-10 Thread Wu Jiang
; > > On Oct 10, 2013, at 4:46 PM, Wu Jiang > > wrote: > > It seems to only happen when we connect to Amazon Redshift. According to > Redshift doc > (http://docs.aws.amazon.com/redshift/latest/dg/r_names.html), delimited > identifiers are > case insensitive. > >

Re: [sqlalchemy] NoSuchColumnError and _key_fallback

2013-10-10 Thread Wu Jiang
It seems to only happen when we connect to Amazon Redshift. According to Redshift doc (http://docs.aws.amazon.com/redshift/latest/dg/r_names.html), delimited identifiers are case insensitive. On Thursday, October 10, 2013 2:06:09 PM UTC-4, Michael Bayer wrote: > > can you produce a test case? c