some work on sessions

This commit is contained in:
simon987
2019-02-07 22:29:05 -05:00
parent 6ad42366ea
commit f577e76afa
31 changed files with 323 additions and 186 deletions

View File

@@ -132,7 +132,7 @@ func (database *Database) UpdateProject(project *Project) error {
}
func (database Database) GetAllProjects() *[]Project {
var projects []Project
projects := make([]Project, 0)
db := database.getDB()
rows, err := db.Query(`SELECT