GitHub / piskvorky/sqlitedict issues and pull requests
#181 - Memory leak when using values() on large database
Issue -
State: open - Opened by ecbftw 3 months ago
- 3 comments
#180 - update python version matrix
Pull Request -
State: open - Opened by theavey 3 months ago
- 1 comment
#179 - Build failing (seems to be because can't find old Python versions)
Issue -
State: open - Opened by theavey 3 months ago
#178 - Type Hints
Issue -
State: open - Opened by dineshbvadhia 4 months ago
#177 - bug: fix misquoted string literal
Pull Request -
State: open - Opened by theavey 4 months ago
#176 - mis-quoted string literal
Issue -
State: open - Opened by theavey 5 months ago
- 2 comments
#175 - Vulnerable to SQL Injection Attacks
Issue -
State: closed - Opened by rharder 11 months ago
- 5 comments
#174 - How can I report if there's a potential vulnerability
Issue -
State: closed - Opened by William957-web about 1 year ago
- 16 comments
#81 - autocommit = off/on.
Issue -
State: closed - Opened by sionking almost 7 years ago
- 3 comments
#80 - Nested dictionaries not supported
Issue -
State: closed - Opened by sshindesiddesh about 7 years ago
- 1 comment
#79 - Add license file and include it in sdists
Pull Request -
State: closed - Opened by toddrme2178 about 7 years ago
- 1 comment
#78 - License file
Issue -
State: closed - Opened by toddrme2178 about 7 years ago
- 1 comment
#77 - Replace easy_install installation with pip
Pull Request -
State: closed - Opened by thechief389 about 7 years ago
- 1 comment
#75 - Retrieving value of a specific key is slow
Issue -
State: closed - Opened by MiladAlshomary over 7 years ago
- 6 comments
#72 - Retrieve all table names from existing SQLite file.
Pull Request -
State: closed - Opened by transfluxus over 7 years ago
- 5 comments
#71 - add method that lists all tables
Issue -
State: closed - Opened by transfluxus over 7 years ago
- 1 comment
Labels: feature, easy
#70 - Add PyPy to Travis
Pull Request -
State: closed - Opened by menshikh-iv almost 8 years ago
- 1 comment
#68 - Maximum number of keys and multiple dicts in a database?
Issue -
State: closed - Opened by ayaanhossain almost 8 years ago
- 2 comments
#67 - in-memory use
Issue -
State: open - Opened by dineshbvadhia over 8 years ago
- 7 comments
#66 - Question: Issues with json encode? Also, is it multiprocess safe?
Issue -
State: closed - Opened by Jwink3101 over 8 years ago
- 2 comments
#65 - Custom serialization
Pull Request -
State: closed - Opened by erosennin over 8 years ago
- 2 comments
#64 - Find a way to test with sqlite latest version in Travis
Issue -
State: open - Opened by tmylk over 8 years ago
- 2 comments
Labels: medium difficult, testing, wishlist
#63 - Update sqlite version to 3.8.2
Pull Request -
State: closed - Opened by tmylk over 8 years ago
#62 - Update .travis.yml with sqlite version output
Pull Request -
State: closed - Opened by tmylk over 8 years ago
- 2 comments
#61 - test SqliteDict(autocommit=False)
Pull Request -
State: closed - Opened by bit over 8 years ago
- 1 comment
#60 - Add Python 3.6 to Travis
Pull Request -
State: closed - Opened by bit over 8 years ago
#59 - commit before turning off synchronous
Pull Request -
State: closed - Opened by bit over 8 years ago
- 1 comment
#58 - Python 3.6 support: sqlite3.OperationalError: Safety level may not be changed inside a transaction
Issue -
State: closed - Opened by bit over 8 years ago
- 7 comments
Labels: bug
#57 - Update incorrect URLs in README
Pull Request -
State: closed - Opened by pombredanne over 8 years ago
- 1 comment
#56 - Remove downloads
Issue -
State: closed - Opened by piskvorky almost 9 years ago
- 1 comment
Labels: documentation
#55 - Let __enter__ re-open a closed connection. Fixes #54
Pull Request -
State: closed - Opened by ecederstrand about 9 years ago
#54 - Using context manager fails if used more than once
Issue -
State: closed - Opened by ecederstrand about 9 years ago
- 3 comments
Labels: bug
#51 - Revert "Table name quoting"
Pull Request -
State: closed - Opened by tmylk about 9 years ago
- 2 comments
#50 - Table name quoting
Pull Request -
State: closed - Opened by Digenis about 9 years ago
- 5 comments
#49 - Forgot to pickle when using the update method with a sequence
Pull Request -
State: closed - Opened by Digenis about 9 years ago
- 1 comment
#47 - Python 3.5 support
Pull Request -
State: closed - Opened by jtatum about 9 years ago
- 1 comment
#46 - program without close does not stop
Issue -
State: closed - Opened by grizlupo about 9 years ago
- 18 comments
#45 - Fix exit error TypeError("'NoneType' object is not callable",) using catch try block in close method
Pull Request -
State: closed - Opened by janrygl over 9 years ago
- 4 comments
#44 - Fix exit errors: TypeError("'NoneType' object is not callable",)
Issue -
State: closed - Opened by piskvorky over 9 years ago
- 1 comment
#43 - Pull request proposal: Fixing the python 2->3 UnicodeError
Issue -
State: open - Opened by shirish93 over 9 years ago
#41 - fix #40
Pull Request -
State: closed - Opened by guyskk over 9 years ago
- 1 comment
#40 - AttributeError: 'NoneType' object has no attribute 'filename'
Issue -
State: closed - Opened by guyskk over 9 years ago
- 2 comments
#39 - Fix for terminating tempfile error
Pull Request -
State: closed - Opened by adibo over 9 years ago
- 3 comments
#38 - fixed failure to check item deletion
Pull Request -
State: closed - Opened by nrhinehart almost 10 years ago
- 4 comments
#37 - Read-only mode
Pull Request -
State: closed - Opened by nrhinehart almost 10 years ago
- 2 comments
#36 - Fixed issue with dict iterators.
Pull Request -
State: closed - Opened by olavurmortensen almost 10 years ago
- 4 comments
#35 - Use pickle.dumps(key) as key, so any picklable object can be the key
Pull Request -
State: closed - Opened by cy18 almost 10 years ago
- 2 comments
#34 - setdefault does not work as for dict
Issue -
State: closed - Opened by ziky90 almost 10 years ago
- 1 comment
#33 - Added PyPy to the build
Pull Request -
State: closed - Opened by thedrow about 10 years ago
- 8 comments
#32 - docs: add section on motivation
Issue -
State: open - Opened by ianozsvald about 10 years ago
- 9 comments
#31 - Key pickling 2.0: reverse unused
Pull Request -
State: closed - Opened by jquast over 10 years ago
- 3 comments
#30 - Key pickling2.0
Pull Request -
State: closed - Opened by ziky90 over 10 years ago
- 2 comments
#29 - Beginning of (backards-compatible) Key pickling
Pull Request -
State: closed - Opened by jquast over 10 years ago
- 20 comments
#28 - Report exceptions in SqliteMultithread.
Pull Request -
State: closed - Opened by jquast over 10 years ago
- 7 comments
#27 - Provide 100% testcov
Pull Request -
State: closed - Opened by jquast over 10 years ago
- 2 comments
#26 - Pickling keys for possibility of saving any picklable objects as keys
Pull Request -
State: closed - Opened by ziky90 over 10 years ago
- 7 comments
#25 - Saving tuples as keys using sqlitedict
Issue -
State: closed - Opened by ziky90 over 10 years ago
- 3 comments
#24 - sqlitedict freezes when there is Error in one of the threads
Issue -
State: closed - Opened by ziky90 over 10 years ago
- 3 comments
#23 - sets as value in an SqliteDict not updated
Issue -
State: closed - Opened by blaiseli over 10 years ago
- 2 comments
#22 - SqliteDict doesn't seem to accept frozensets as keys.
Issue -
State: closed - Opened by blaiseli over 10 years ago
- 1 comment
#21 - it works awesome
Issue -
State: closed - Opened by kalessin over 10 years ago
- 1 comment
#20 - should we have a .copy() method?
Issue -
State: closed - Opened by jquast over 10 years ago
- 2 comments
#19 - Storing unicode keys returns bytestrings that must be decoded as utf8.
Issue -
State: closed - Opened by jquast over 10 years ago
- 4 comments
#18 - Python3port
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 3 comments
#17 - Python3port
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 3 comments
#16 - Python3port
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 6 comments
#15 - Python3port
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 1 comment
#14 - Fixing bool(), MRO and License
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 3 comments
#13 - __bool__ is broken
Issue -
State: closed - Opened by vrescobar about 11 years ago
- 4 comments
#12 - Added compatibility for pickle
Pull Request -
State: closed - Opened by vrescobar about 11 years ago
- 5 comments
#11 - support sqlitedict in memory
Pull Request -
State: closed - Opened by ownport about 11 years ago
- 3 comments
#10 - Support filenames without an explicit path.
Pull Request -
State: closed - Opened by da4089 about 11 years ago
- 1 comment
#9 - Join thread after close()
Pull Request -
State: closed - Opened by avian2 about 11 years ago
- 1 comment
#8 - unittests separated & fixed issue with removing file until thread alive
Pull Request -
State: closed - Opened by ownport about 11 years ago
- 6 comments
#7 - Update Readme.rst
Pull Request -
State: closed - Opened by sente over 11 years ago
- 1 comment
#6 - Update README.rst
Pull Request -
State: closed - Opened by and34 over 11 years ago
#5 - setdefault seems not to be working
Issue -
State: closed - Opened by and34 over 11 years ago
- 8 comments
#4 - Add __enter__ and __exit__ methods to enable with-statement
Pull Request -
State: closed - Opened by pswaminathan almost 12 years ago
#3 - Bug correction
Pull Request -
State: closed - Opened by shoyu63 over 12 years ago
#2 - There is a "static" error in SqliteDict destructor.
Issue -
State: closed - Opened by shoyu63 over 12 years ago
- 2 comments
#1 - install with setup.py fails due to no README.txt
Issue -
State: closed - Opened by asemx over 12 years ago
- 3 comments