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

Convert column names to lowercase #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Convert column names to lowercase #17

wants to merge 1 commit into from

Conversation

axel-angel
Copy link

I had to convert an old web application using PHP and Mysql to Postgresql. In the process I learned MySQL has case-sensitive columns whereas Postgres converts to lower case and then match against the DB. In my case it was easier to have columns in lower case, so the legacy code with upper case would work as expected. It would have been more work to add quotes in the code, so here is a possible solution for this cases.

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

Successfully merging this pull request may close these issues.

1 participant