DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

ClassDB.PostgresLog is not temporary (W) #162

Closed wildtayne closed 6 years ago

wildtayne commented 6 years ago

ClassDB.PostgresLog is not created as a temporary table, however its use is strictly temporary - it is filled and then truncated withing importConnectionLog() only. It should be created as a temporary table within importConnectionLog().

smurthys commented 6 years ago

It seems this is a duplicate of #204 (my fault creating 204).

I am closing this issue because #204 already has some metadata associated.