Menu

Release 1.6 Notes

adepoch

Changes:
1. Repaired the parsing of comments. Now there are special pyCSVDB commands that can be embedded into comments to control things, including connecting, disconnecting, importing and exporting. Previously if a statement had a comment leading it then it parsed as a comment for the entried statement meaning it didn't get executed. Now comments are seen as separate statements. To find out more about these commands go to the [General Help] .
2. Cell highlighting is clearer as a better shade of blue in a cell is used for the background.
3. More database file types are automatically displayed when trying to search for one. Including .sqlite and .sl3, also inluding the .gpkg for Geopackage files.
4. Generated select statements now also include the object name qualifying the column names. This is to aid in copy paste of statements together to make more complex ones, including joins.
5. Begin and End were removed from the possible wrappers of SQL as I found out that Sqlite doesn't seem to have these (to my knowledge), unlike other databases. Begin can be the start of a transaction instead with Sqlite.
6. The SQL code editor now keeps indents to indent levels of the line previous.


Related

Wiki: General Help

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.