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

Database compatibility Postgresql #22

Merged
merged 9 commits into from
Oct 20, 2018
Merged

Database compatibility Postgresql #22

merged 9 commits into from
Oct 20, 2018

Conversation

eczema
Copy link
Contributor

@eczema eczema commented Oct 19, 2018

Mysql compatibility is preserved.

This changes reduces the var_char length from 10G to 1G on all Created Table. ( 10G is not available on DBs except in Mysql )

'user' keyword is reserved in Postgresql. To avoid issue, force table name with "user" fix the issue on Postgresql and have no bad effect on mysql.

@SCadilhac SCadilhac self-assigned this Oct 20, 2018
@SCadilhac SCadilhac merged commit 2595977 into netfishers-onl:master Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants