Menu

Release 1.75 Notes

adepoch

The following things have changed in this edition:

  • Map available and Geopackage added.
  • Refresh schema at end of all scripts. (Instead of after every command has run).
  • Add package import option. Enabled. Though no packages included in python install.
  • Add more SQL options such as pragma and select without table name.
  • Change size of result widget cell. It's now a little bit bigger.
  • Popup to reveal more of result widget cell. Included in the right click options as ttk not available on Python 2.6, and I want people to be able to run this on older version of Python if possible.
  • Virtual table option. Extension loading was enabled but CSV extension doesn’t seem to be available in Python, so probably a useless move on my part.
  • Send database to from command-line.
  • Paste in database name with quotes okay but strips on connect.
  • Parse trigger statement. It wasn't working before. It's not perfect now, but simple triggers should hopefully work.
  • Add the modelling widget in to dynamically model the schema. It’s got issues. Still worth it for small scale. But looks like a spider web on large scale, and occassionaly falls over.
  • New tables should not be purely in upper case.
  • Colouring of key words. Experimental, and may need fine tuning in future, but it seems to be working.
  • Exiting import and export dialogues will cancel process.
  • Colour or the tables, views, and indexes in the schema widget.
  • Column data types can be scanned for, instead of mandating just text data types for all columns.