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

Correct capitalisation of table names in unit tests #81

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

jrha
Copy link
Contributor

@jrha jrha commented Feb 8, 2017

As MySQL tables are files on disk, MySQL follows the case-sensitivity of the Operating System,
so tests using mangled capitalisation fail.

These may have been missed before as Oracle (on any platform) and MySQL (on Windows) are case-insensitive.

This corrects the capitalisation to match that generated by Doctrine.

As MySQL tables are files on disk, MySQL follows the  case-sensitivity of the Operating System,
so tests using mangled capitalisation fail.

These may have been missed before as Oracle and MySQL on Windows are case-insensitive.
@GRyall
Copy link
Contributor

GRyall commented Feb 8, 2017

(That's oracle in general that is case insensitive)

@GRyall GRyall merged commit cce0432 into GOCDB:dev Feb 8, 2017
@jrha jrha deleted the capitalisation branch February 8, 2017 15:43
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.

2 participants