piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Forgot to pickle when using the update method with a sequence #49

Closed Digenis closed 8 years ago

Digenis commented 8 years ago

When pickling using a sequence of 2-tuples the values do not get pickled. (see example in the failed build)

piskvorky commented 8 years ago

Thanks @Digenis ! Will be part of the next release :)