Releases: stonebig/baresql
Releases · stonebig/baresql
bugfix in readme.rst
first release on pypi
v0.7.0 final cleanup
manages "temp" database and "main" database
Remark : in "select * from table_x", SQLite searches table_x
- first in "temp" database,
- then in "main" database,
- then in other attached databases by order of attachement.
Sanitizer of Pythons
Warning + Confirmation request if Python code is in the script being uploaded.
(better safe than sorry)
simpler database tree creation code
v0.6.7.6 simplify dbtree code
Python 3.4 compatibility fix
Python3.4 correctly rejects this
a = None
"{0:s}".format(a) # Previous Pythons translate it to "{0!s}".format(a) without telling
bug fix
pep 8 (forth pass)
v0.6.7.3 pep 8 till the end
papercuts on the SQLite browser
DateTime of last Refresh is indicated
Better management of master tables
Better management of foreign keys
More Internal cleanup of code
Internal cleanups (pep8, yield)
v0.6.7.1 Apply pep 8 (second pass)