Defined helper functions and unit tests. The script addHelperFunctions.sql should be the first step in adding ClassDB to a database. All other scripts (except prepareClassServer.sql) can then use the helper functions. This should significantly reduce the total LOC.
We can look for other opportunities to create helper functions this way.
Defined helper functions and unit tests. The script
addHelperFunctions.sql
should be the first step in adding ClassDB to a database. All other scripts (exceptprepareClassServer.sql
) can then use the helper functions. This should significantly reduce the total LOC.We can look for other opportunities to create helper functions this way.