We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The document store performs a mb_strtolower when extracting the schema, see here: https://github.com/event-engine/php-postgres-document-store/blob/master/src/PostgresDocumentStore.php#L774
mb_strtolower
Prooph's event store uses the schema as-is. That said, when using the MultiModelStore this can lead to problems and confusion.
We need to address the issue.
ProophEventStore
The text was updated successfully, but these errors were encountered:
ping @sandrokeil @heiglandreas
Sorry, something went wrong.
No branches or pull requests
The document store performs a
mb_strtolower
when extracting the schema, see here: https://github.com/event-engine/php-postgres-document-store/blob/master/src/PostgresDocumentStore.php#L774Prooph's event store uses the schema as-is. That said, when using the MultiModelStore this can lead to problems and confusion.
We need to address the issue.
Options
mb_strtolower
(breaking change, but it's relatively new behavior, so maybe not a big deal)ProophEventStore
wrapper and perform amb_strtolower
before passing the schema name to prooph's event storeThe text was updated successfully, but these errors were encountered: