aboutsummaryrefslogtreecommitdiff
path: root/scripts/database.py
Commit message (Collapse)AuthorAge
* Fix wrong configuration reading from databaseKarel Kočí2015-08-12
|
* Add measure tool desription to databaseKarel Kočí2015-08-12
|
* Add generator identifier to configuration in databaseKarel Kočí2015-07-28
| | | | This identifier is for recognition what generator generated specified configuration as first.
* Add database table linuxgit and fix prepare sql commandKarel Kočí2015-07-28
|
* Fix big amount of bugs in recently commited codeKarel Kočí2015-07-24
| | | | | Recently committed code wasn't tested, because most of the required infrastructure wasn't yet written. So bugs must be fixed after more parts of system are reimplemented.
* Add database initialisation checkKarel Kočí2015-07-22
| | | | On object creation, when connection to server is established, is now implemented check if database has all tables as it should have.
* Implemented databaseKarel Kočí2015-07-22
Database will be used for storing measured data.