[sqlalchemy] Re: Tiny doc clarification request

2018-11-08 Thread Jonathan Vanasco
On Thursday, November 8, 2018 at 12:45:57 PM UTC-5, Lele Gaifax wrote: > > But maybe I'm missing some detail on the "engine specific" > implementations, > where, say, "foo['string']" may be considered a very different operation > than > "bar[2]"... > Well that also has to do with whatever

[sqlalchemy] Re: Tiny doc clarification request

2018-11-08 Thread Lele Gaifax
Jonathan Vanasco writes: > is the list operation nested? > > i.e. the example states: > >- > >data_table.c.data[('key_1', 'key_2', 5, ..., 'key_n')] > > > does that correspond to: > > ['key_1']['key_2']['5']['...']['key_n'] = foo > > > If so, it might make sense to call