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

fix case insensitive column names #166

Merged
merged 22 commits into from
Jan 19, 2022

Conversation

DavidBadura
Copy link
Member

@DavidBadura DavidBadura commented Jan 12, 2022

fix #165

and added integration tests for:

  • sqlite
  • postgres: 9.4, 13, 14
  • mysql: 5.7, 8.0
  • mariadb: 10.0, 10.2, 10.5

@DavidBadura DavidBadura added the bug Something isn't working label Jan 12, 2022
@DavidBadura DavidBadura added this to the 1.0.2 milestone Jan 12, 2022
@DavidBadura DavidBadura changed the base branch from 1.3.x to 1.0.x January 12, 2022 14:39
@DavidBadura DavidBadura changed the title fix case insensitive column names WIP: fix case insensitive column names Jan 12, 2022
@DavidBadura DavidBadura marked this pull request as ready for review January 12, 2022 14:44
@DavidBadura DavidBadura changed the title WIP: fix case insensitive column names fix case insensitive column names Jan 12, 2022
@@ -55,7 +63,10 @@ private static function normalizeRecordedOn(string $recordedOnAsString, Abstract
return $recordedOn;
}

private static function normalizePlayhead(string $playheadAsString, AbstractPlatform $platform): int
/**
* @param string|int $playheadAsString
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should adjust the type for normalizeResult parameter too then.

@DavidBadura DavidBadura merged commit fbfcf26 into 1.0.x Jan 19, 2022
@DavidBadura DavidBadura deleted the fix-postgres-case-insensitive-column-names branch January 19, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants