Hi list,

Pytrainer version 1.12.0 has been released! This version contains an
important bugfix to users who still have python-webkit available. Other
than that, the major change is a rewrite of the database access layer,
now using SQLAlchemy instead of the previously used home-grown ORM for
certain parts (Equipment and Sport) and hand-written SQL statements and
manual data conversions for others (Record, Waypoint, etc). The
conversion greatly improves performance, and fixes many long-standing
bugs (for example using quoting or non-ascii characters in ride
descriptions and such now works). Also support for databases other than
sqlite should now work (previously there was Mysql support which wasn't
expected to work, in addition to fixing that this release also adds
support for Postgresql). Please see CHANGES
(https://github.com/pytrainer/pytrainer/blob/v1.12.0/CHANGES) or the git
log itself for more information.

You can download the release from Github:

https://github.com/pytrainer/pytrainer/releases/tag/v1.12.0

-- 
Arto Jantunen

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Pytrainer-devel mailing list
Pytrainer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytrainer-devel

Reply via email to