Talk:SetTableToSql: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This function seems too opinionated to be a useful function. The author is using "executeSQLQuery" which acts only upon registry.db. 1) What is registry.db meant for? 2) This...") |
(No difference)
|
Latest revision as of 16:23, 12 August 2021
This function seems too opinionated to be a useful function. The author is using "executeSQLQuery" which acts only upon registry.db. 1) What is registry.db meant for? 2) This is not good because the user can't choose where it want it to be stored which potentially creates a mess on the data management. My suggestion is to pass in the connection as an argument of the function.