Skip to content

Releases: stonebig/sqlite_bro

Give PyPy a chance !

22 Apr 17:44
Compare
Choose a tag to compare

Changes are;

  • compatiblity with PyPy:
    • PyPy doesn't behave the same when executing an empty query (answers 42, very fun but annoying)
    • PyPy handles well writing to files only via 'with io.open" style of code (implicit closing), but that one is a long known detail of PyPy
  • handle '~' convention for Home directory
  • indicate Python Executable and Home directory in the Information bubble:
    • ease a lot for debuging

support un-named tabs

16 Jun 13:09
Compare
Choose a tag to compare

previously, un-named Tabs couldn't be renamed nor moved.

Continous Integration !

16 Apr 10:19
Compare
Choose a tag to compare

small fix for python 2.7

10 Sep 18:08
Compare
Choose a tag to compare
0.8.7.4

fix for python 2.7

Re-structure project according to Wheel packaging format

10 Sep 16:30
Compare
Choose a tag to compare

Wheel is indeed a much better packaging format

.Import this ! (weak)

03 Sep 22:00
Compare
Choose a tag to compare

default encoding for '.once' is 'utf-8-sig' on windows

.Import this !

03 Sep 21:36
Compare
Choose a tag to compare

.once FILENAME Output for the next SQL command only to FILENAME
.import FILE TABLE Import data from FILE into TABLE (create table if it doesn't exist, keep existing records)

Committed to speed

09 Aug 18:03
Compare
Choose a tag to compare

use a transaction to import a csv file, to ensure importing a big table on a disk database is quick

Rename your tabs ! (by double-click)

02 Jul 09:24
Compare
Choose a tag to compare

drag the tabs with the mouse

30 Jun 20:42
Compare
Choose a tag to compare

Yes ! tk/tkk can do it too.