Hello,

This line in my app failed with <type 'exceptions.KeyError'> '*table_name*'


dblabels_en = cache.ram('dblabels_en',
    lambda: dict([(r.*table_name* + r.column_name, r.column_name_en_ui)\
                 for r in db().select(db.dict_database.ALL)]),
    time_expire=3600)

Is the way row behave have change?

Richard

On Fri, Jul 6, 2012 at 9:27 AM, Richard Vézina <ml.richard.vez...@gmail.com>
wrote:
>
> I try and report back!
>
> Richard
>
>
> On Fri, Jul 6, 2012 at 8:59 AM, Alec Taylor <alec.tayl...@gmail.com>
wrote:
>>
>> > By the way, what is "salt password"? I searched dictionary, but didn't
find
>> > a good translation. Sorry my poor English.
>> http://en.wikipedia.org/wiki/Salt_%28cryptography%29
>>
>> Basically means adding some padding to increase the strength of the
>> encryption without having the user create a longer password. (although
>> longer password would make that even more secure)
>
>

Reply via email to