Menu

Tree [e2ce94] master /
 History

HTTPS access


File Date Author Commit
 .settings 2011-11-11 olof olof [06a810] workie
 data 2011-11-10 olof olof [a54fa8] More work
 letalite 2011-11-16 olof olof [e2ce94] More fixes
 .project 2010-10-30 Rikard Björklind Rikard Björklind [af71a6] Initial commit
 .pydevproject 2010-11-11 Rikard Björklind Rikard Björklind [7d3727] Added SQL dump feature.
 LICENCE.txt 2010-10-30 Rikard Björklind Rikard Björklind [af71a6] Initial commit
 MANIFEST.in 2010-11-03 Rikard Björklind Rikard Björklind [556e0c] Renamed src folder, added distutils script for ...
 README.txt 2011-11-11 olof olof [06a810] workie
 devlog.txt 2011-11-11 olof olof [06a810] workie
 letalite.iss 2010-11-13 Rikard Björklind Rikard Björklind [748a58] Added windows installer
 res.qrc 2011-11-10 olof olof [a54fa8] More work
 setup-windows.py 2010-11-13 Rikard Björklind Rikard Björklind [748a58] Added windows installer
 setup.py 2010-11-03 Rikard Björklind Rikard Björklind [556e0c] Renamed src folder, added distutils script for ...
 uic-build.sh 2011-11-10 olof olof [4ccbf2] more work

Read Me

Installation instructions and so on goes here
---------------------------------------------

On linux, run the following command to install:
python setup.py install

This program needs PySide and the relevant db connectors (mysqldb).
For SSH tunneling, you also need to install 'paramiko'.
Only tested on Linux so far.

On Ubuntu:
sudo apt-get install python-mysqldb python-paramiko


Notes of value
--------------

When encountering an error during a series of queries that updates the database, for example when multiple changes have been
made to a table before saving, Letalite always tries to rollback the active transaction. If the table engine does not support
transactions (MyIsam etc.), you might end up with only some of the changes applied. Therefore, after an error, always examine
your table carefully. It is a good idea to check the SQL log to see what queries were executed as well.

Icons from the KDE theme Reflektions. 
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.