Open shostetter opened 1 month ago
Currently some functions standardize tables names to lowercase, some will only do it if no "s are found others automatically add the " to preserve the formatting. These inconsistencies should be identified and standardized
"
Maybe look at how PR https://github.com/safety-analytics-mapping/pysqldb3/pull/77 updates table_exists and use that as the model or come up with a cleaner implementation
table_exists
Currently some functions standardize tables names to lowercase, some will only do it if no
"
s are found others automatically add the"
to preserve the formatting. These inconsistencies should be identified and standardizedMaybe look at how PR https://github.com/safety-analytics-mapping/pysqldb3/pull/77 updates
table_exists
and use that as the model or come up with a cleaner implementation