sofastatistics:fix_close

Last commit made on 2019-05-18
Get this branch:
git clone -b fix_close https://git.launchpad.net/sofastatistics
Only Grant Paton-Simpson can upload to this branch. If you are Grant Paton-Simpson please log in for upload directions.

Branch merges

Branch information

Name:
fix_close
Repository:
lp:sofastatistics

Recent commits

4aba4f1... by Grant Paton-Simpson <email address hidden>

Experiments on fixing close bugs

4c34910... by Grant Paton-Simpson <email address hidden>

Minor tweaks

54046d6... by Grant Paton-Simpson <email address hidden>

lib.escape_pre_write now accepts pathlib.Paths as well as strings

c95b3ca... by Grant Paton-Simpson <email address hidden>

Bug fixes towards 1.5.1

* Fix postgreSQL project definitions so it copes with newer versions of PostgreSQL
* Fix bug on older versions of Ubuntu that stopped data being imported on the grounds that sqlite couldn't validate the table name (older sqlite couldn't receive pathlib.Paths only strings)
* Apply rule within project code that it should be pathlib.Paths everywhere except when writing out or passing as args where a string is required
* Fix handling of default db settings across db engines
* Improve user instructions about default PostgreSQL table identification (schema needed unless public)

c0b7eff... by Grant Paton-Simpson <email address hidden>

Fix bug stopping Project dialog from opening.

Bug was caused by swap from os.listdir to pathlib iterdir. The former
lists file names only whereas the other returns full paths. Which is
better but created bug in this case because unexpected.

5d01c1d... by Grant Paton-Simpson <email address hidden>

Add main tests

2aa7fdd... by Grant Paton-Simpson <email address hidden>

Misc

* Fix sensible sorting function
* Improve and better document value quoting for SQL
* Misc Path vs string fixes
* Fix tests
* Misc python style changes inc in doc strings

45fa823... by Grant Paton-Simpson <email address hidden>

Fix URLs for matplotlib images on Windows when added to report

5a10fe4... by Grant Paton-Simpson <email address hidden>

Misc fixes:

* Script path now takes into account different launch paths by OS
* Fix bug in getting histogram display path when saving to report or
displaying in browser

5787b71... by Grant Paton-Simpson <email address hidden>

Misc tiny fixes inc removing agw and busy box destroy