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

Importing connection log uses a permanent table (WE) #204

Closed smurthys closed 6 years ago

smurthys commented 6 years ago

The script addConnectionActivityLoggingReco.sql unnecessarily creates the permanent table ClassDB.PostgresLog. Function Classdb.importConnectionLog uses the permanent table and at end truncates it. Instead, the function should use a temporary table.