Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table name case inconsistency #1

Open
mgkahn opened this issue Mar 7, 2023 · 1 comment
Open

Table name case inconsistency #1

mgkahn opened this issue Mar 7, 2023 · 1 comment

Comments

@mgkahn
Copy link
Contributor

mgkahn commented Mar 7, 2023

BigQuery table names is case sensitive (for some reason, column names are case insensitive). I know PG and MSSQL table names are not case sensitive. Don't know about Oracle.

See attached screen shot from clinical phenotype script.
Lines 16, 19, 21, 23 are upper-case.
Line 17 is lower-case

Just FYI -- Colorado, like Columbia and Stanford, standardized OMOP table names to lower-case. You picked upper-case in your scripts. Next time, please use lower case table names if it doesn't matter to others.
Clinical_Cohort_Table_Create

@mgkahn
Copy link
Contributor Author

mgkahn commented Mar 7, 2023

Two more examples of use of mixed cases in table names. In one example measurement is LC and is UC in the other example.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant