ophiuchus2 / wrongthink

self hosted discord clone
GNU Affero General Public License v3.0
4 stars 0 forks source link

Moved all but one sql statement into postgres abstraction class #24

Closed owwk closed 3 years ago

owwk commented 3 years ago

Every SQL statement in the implementation class has now been moved into the postgres abstraction class, aside from the statement in SendWrongthinkMessageImp which I wasn't sure what to do with because it's highly coupled to the logic around it (executed multiple times with different local variables).