Skip to content

Releases: stonebig/baresql

bugfix in readme.rst

12 Nov 06:39
Compare
Choose a tag to compare

and removal of readme.md

first release on pypi

11 Nov 23:06
Compare
Choose a tag to compare
v0.7.0

final cleanup

manages "temp" database and "main" database

14 Jun 13:04
Compare
Choose a tag to compare

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

10 Jun 21:36
Compare
Choose a tag to compare

Warning + Confirmation request if Python code is in the script being uploaded.
(better safe than sorry)

simpler database tree creation code

09 Jun 14:29
Compare
Choose a tag to compare
v0.6.7.6

simplify dbtree code

Python 3.4 compatibility fix

09 Jun 09:56
Compare
Choose a tag to compare

Python3.4 correctly rejects this

a = None
"{0:s}".format(a) # Previous Pythons translate it to "{0!s}".format(a) without telling

bug fix

08 Jun 21:29
Compare
Choose a tag to compare
v0.6.7.4

a new database overwrite previous datas

pep 8 (forth pass)

08 Jun 18:52
Compare
Choose a tag to compare
v0.6.7.3

pep 8 till the end

papercuts on the SQLite browser

08 Jun 10:23
Compare
Choose a tag to compare

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)

07 Jun 19:24
Compare
Choose a tag to compare
v0.6.7.1

Apply pep 8 (second pass)