summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/dbClass.py
Commit message (Collapse)AuthorAgeFilesLines
* finallygsmselftest2011-10-271-16/+22
|
* I added the Mutex to the dbClass and example in dbDemo!Refik Hadzialic2011-09-021-0/+78
|
* The deviceAddress function didn't work since I modified the table name ↵Refik Hadzialic2011-07-261-2/+17
| | | | before or someone else and I had to change it! dbDemo.py shows how to use the function now!
* Added in the select statement to select the number of the device!Refik Hadzialic2011-07-261-1/+1
|
* I made some changes, I added an attribute field if the task was done before ↵Refik Hadzialic2011-07-261-0/+2
| | | | so we dont have to remove items in tasksList where we had before the problem of shifting indexes.
* Made some changes to the DB class, and a modification to make the deleting ↵Refik Hadzialic2011-07-251-61/+0Star
| | | | of tasks work!
* debugged the function responsible for inserting new tasks in the temporary ↵Refik Hadzialic2011-07-151-9/+32
| | | | and normal task table!
* changed it to make it workRefik Hadzialic2011-07-151-41/+15Star
|
* Added a function that searches for a task inside the task list!Refik Hadzialic2011-07-151-11/+26
|
* I added two new functions that were requested by Tri, for checking is there ↵Refik Hadzialic2011-07-151-3/+79
| | | | a test between two devices and if not to insert the test!
* pasword for dbtt412011-07-071-1/+1
|
* I modifed the dbClass and added a function for inserting results into the ↵Refik Hadzialic2011-07-061-4/+35
| | | | ResultTable on the DB.
* I modified the dbClass, I added a function for deleting a task from the ↵Refik Hadzialic2011-07-061-20/+47
| | | | temporary task table. And I added checking if the updates or insertions were successful!
* In the meantime I created the client with a client class, later on it will ↵Refik Hadzialic2011-07-061-0/+186
be used on the controller side, the testServer is the basic idea how the handlers will work. dbClass is the testing code and class for the DB connection and data handling between the controller and the handlers.