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
Vulnerable to SQL Injection Attacks
#175
rharder
opened
2 months ago
2
How can I report if there's a potential vulnerability
#174
William957-web
closed
5 months ago
13
Add reversed keys(), items(), values() to sqlitedict
#173
jiangwen365
opened
1 year ago
5
Can I write to a sqlite database without knowing the row number
#172
pranavlal
closed
1 year ago
1
Use case Discussion
#171
vigneshshettyin
closed
11 months ago
1
Documentation: WAL journal mode is faster
#170
presidento
opened
1 year ago
2
Support slice for iter* API
#169
Cologler
closed
1 year ago
2
Allow to change autocommit attribute
#168
presidento
opened
1 year ago
2
Support slice on iterkeys and itervalues
#167
Cologler
closed
1 year ago
0
Correct spelling mistakes
#166
EdwardBetts
closed
1 year ago
1
Introduce weak references
#165
mpenkov
closed
1 year ago
6
Properly handle the race condition
#164
mpenkov
closed
1 year ago
4
Change logging from info to debug
#163
nvllsvm
closed
2 years ago
5
DeprecationWarning: setDaemon() is deprecated
#162
Justintime50
closed
1 year ago
1
adding optional (not enabled by default) ability to encode keys
#161
rdyro
closed
2 years ago
4
Database connection stay in memory while killing the process (windows)
#160
instasck
opened
2 years ago
4
Update a whole dict in the sqlitedict db
#159
instasck
opened
2 years ago
0
Update supported versions in readme
#158
mheguy
closed
2 years ago
1
Fix setDaemon deprecated warning
#157
biostu24
closed
2 years ago
1
Use of deprecated threading.Thread.setDaemon raises warning in python 3.10
#156
biostu24
closed
2 years ago
2
Feature Proposal: SqliteList
#155
annovialb
opened
2 years ago
4
Feature Proposal: Key Prefix Scan
#154
robbitt07
opened
2 years ago
0
Fix interrupted iteration over a SqliteDict instance
#153
Cologler
closed
1 year ago
7
Version 2.0.0 significantly slower
#152
psinger
closed
1 year ago
13
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
#151
aalok-sathe
opened
2 years ago
5
v2 Release Not Completely Documented and Missing from Github
#150
Justintime50
closed
2 years ago
1
sqlite3.DatabaseError: database disk image is malformed
#149
instasck
opened
2 years ago
0
make outer_stack a parameter
#148
mpenkov
closed
2 years ago
1
minimum supported Py version is 3.7
#147
mpenkov
closed
2 years ago
1
UnicodeDecodeError
#146
dineshbvadhia
closed
2 years ago
6
Context manager operation thread-safe?
#145
teetone
closed
2 years ago
1
When using multiprocessing I get database is locked
#144
larytet
closed
2 years ago
3
Use setuptools instead of distutils which is deprecated in Python 3.10
#143
tirkarthi
closed
3 years ago
3
distutils has been deprecated in Python 3.10
#142
tirkarthi
closed
3 years ago
2
2 New Classes for improved Multi Table features
#141
anubhav-narayan
opened
3 years ago
1
bug while trying to insert or read records. [code inside]
#140
ashuezy
opened
3 years ago
0
multiple level defaultdict storage
#139
careervasu
closed
3 years ago
1
Is should be changed to ==
#138
cn-kali-team
closed
3 years ago
2
Self-contained solution to drop a table via SqliteDict API
#137
hholst80
opened
3 years ago
1
Shrink database
#136
tallero
opened
3 years ago
0
Unable to create dictionary in database
#135
justin-miller1213
closed
3 years ago
1
Fix interrupted iteration over a SqliteDict instance
#134
Cologler
closed
2 years ago
3
the big one
#133
NitinNR
closed
3 years ago
2
Documentation: Multiple tables in the README?
#132
turian
opened
3 years ago
2
Copy of "Fix deadlock where opening database fails"
#131
ronnymajani
closed
3 years ago
1
Copy of "Fix deadlock where opening database fails"
#130
ronnymajani
closed
3 years ago
0
Loading a corrupted database does not raise exception gracefully
#129
mtanti
opened
3 years ago
2
Do not create tables when in read-only mode
#128
hholst80
closed
3 years ago
2
SqliteDict read-only mode should not create table
#127
hholst80
closed
3 years ago
6
Cache operation
#126
ed2050
closed
3 years ago
2
Next