Clean up formatting in Database.cpp

* Single quotes for strings
* Semicolons at the end of all commands
* No double colons around identifiers
* Spaces for alignment
* Some parts indented for readability

Not everything is perfectly consistent, but it should all be pretty
readable now.

Non-SQL changes:
* Opening braces shouldn't be on their own line
* Removed trailing spaces
* exit(1) should be used instead of terminate(0) during server init
This commit is contained in:
dongresource 2020-12-14 22:37:42 +01:00
parent b1375c69f5
commit fcd9b55ea7
1 changed files with 367 additions and 381 deletions

File diff suppressed because it is too large Load Diff