Releases: stonebig/sqlite_bro
Releases · stonebig/sqlite_bro
Give PyPy a chance !
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
previously, un-named Tabs couldn't be renamed nor moved.
Continous Integration !
Each change generate a build on AppVeyor at https://ci.appveyor.com/project/stonebig/sqlite-bro
small fix for python 2.7
0.8.7.4 fix for python 2.7
Re-structure project according to Wheel packaging format
Wheel is indeed a much better packaging format
.Import this ! (weak)
default encoding for '.once' is 'utf-8-sig' on windows
.Import this !
.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
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)
0.8.5 oups !
drag the tabs with the mouse
Yes ! tk/tkk can do it too.