issues
search
piskvorky
/
sqlitedict
Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k
stars
131
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Saving tuples as keys using sqlitedict
#25
ziky90
closed
9 years ago
3
sqlitedict freezes when there is Error in one of the threads
#24
ziky90
closed
9 years ago
3
sets as value in an SqliteDict not updated
#23
blaiseli
closed
9 years ago
2
SqliteDict doesn't seem to accept frozensets as keys.
#22
blaiseli
closed
9 years ago
1
it works awesome
#21
kalessin
closed
9 years ago
1
should we have a .copy() method?
#20
jquast
closed
9 years ago
2
Storing unicode keys returns bytestrings that must be decoded as utf8.
#19
jquast
closed
9 years ago
4
Python3port
#18
vrescobar
closed
9 years ago
3
Python3port
#17
vrescobar
closed
10 years ago
3
Python3port
#16
vrescobar
closed
10 years ago
6
Python3port
#15
vrescobar
closed
10 years ago
1
Fixing bool(), MRO and License
#14
vrescobar
closed
10 years ago
3
__bool__ is broken
#13
vrescobar
closed
10 years ago
4
Added compatibility for pickle
#12
vrescobar
closed
10 years ago
5
support sqlitedict in memory
#11
ownport
closed
10 years ago
3
Support filenames without an explicit path.
#10
da4089
closed
10 years ago
1
Join thread after close()
#9
avian2
closed
10 years ago
1
unittests separated & fixed issue with removing file until thread alive
#8
ownport
closed
10 years ago
6
Update Readme.rst
#7
sente
closed
10 years ago
1
Update README.rst
#6
and34
closed
11 years ago
0
setdefault seems not to be working
#5
and34
closed
10 years ago
8
Add __enter__ and __exit__ methods to enable with-statement
#4
pswaminathan
closed
11 years ago
0
Bug correction
#3
shoyu63
closed
11 years ago
0
There is a "static" error in SqliteDict destructor.
#2
shoyu63
closed
11 years ago
2
install with setup.py fails due to no README.txt
#1
asemx
closed
11 years ago
3
Previous