You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally to the inconsistencies mentioned above, we encountered another inconsistency:
The in-memory-database converts simple string-wrapper objects in a filter value into actual strings. Therefore, if you forget to cast the filter value to string in the code, the in-memory-database still finds the queried data while the postgresql database does not.
Hey there :),
we really enjoy working with event-engine - thank you!
We recently encountered two inconsistencies compared to the postgres database:
Versions:
"event-engine/discolight": "^0.2",
"event-engine/php-data": "^1.0",
"event-engine/php-document-store": "^0.6.0",
"event-engine/php-engine": "^0.14",
"event-engine/php-engine-utils": "^0.1",
"event-engine/php-json-schema": "^1.0",
"event-engine/php-logger": "^0.1",
"event-engine/php-messaging": "^0.1",
"event-engine/php-persistence": "^0.7",
"event-engine/php-postgres-document-store": "^0.9.1",
"event-engine/php-schema": "^0.1",
"event-engine/prooph-v7-event-store": "^0.8",
Any help is appreciated :)!
Cheers
The text was updated successfully, but these errors were encountered: