safety-analytics-mapping / pysqldb3

Python3 version of pysqldb portion of ris library
1 stars 1 forks source link

Ensure all functions handle table name and "Table" name the same #80

Open shostetter opened 1 month ago

shostetter commented 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