about summary refs log tree commit diff
path: root/src/db.go
Commit message (Collapse)AuthorAge
* correct errorEmile2019-10-26
|
* one value instead of twoEmile2019-10-26
|
* fixed errorsEmile2019-10-26
|
* prepared statements in dbGetChallengeByUUID and dbDeleteChallengeByUUIDEmile2019-10-26
|
* prepared statements in dbEditChallengeUUIDEmile2019-10-26
|
* selecting all challenge namesEmile2019-10-26
| | | | previously, just challenges with 200 points
* uuidsEmile2019-10-21
|
* correct databaseEmile2019-10-21
|
* create table if not exist yet functionEmile2019-10-21
|
* database connectionEmile2019-10-21
|
* revertEmile2019-10-21
|
* updated the database nameEmile2019-10-21
|
* fixed the edit function + error handlingEmile2019-10-20
|
* delete challenge functionEmile2019-10-20
|
* dont need to hand over global varsEmile2019-10-20
|
* consistet naming for the db functionsEmile2019-10-20
|
* implemented dbGetChallengeByUUID functionEmile2019-10-19
|
* removed debug printsEmile2019-10-19
|
* edit challenge functionEmile2019-10-19
|
* using uuidsEmile2019-10-19
|
* implemented the dbNewChallenge functionEmile2019-10-19
|
* added the newChallenge function signatureEmile2019-10-19
|
* updated the struct fields to exported fieldsEmile2019-10-19
|
* getAllChallenges functionEmile2019-10-19
|
* basic database connectionEmile2019-10-18