Skip to content

feature: add support for custom schemas in the MSSQL integration#1148

Open
CarlosZaldivar wants to merge 2 commits into
eventflow:develop-v1from
CarlosZaldivar:feature/set-mssql-schema
Open

feature: add support for custom schemas in the MSSQL integration#1148
CarlosZaldivar wants to merge 2 commits into
eventflow:develop-v1from
CarlosZaldivar:feature/set-mssql-schema

Conversation

@CarlosZaldivar

Copy link
Copy Markdown

This is technically a breaking change for people that specified a different default schema than "dbo" for their DB user, because now EventFlow will always use "dbo" without an explicit override, regardless of the DB user configuration.

I don't think that changing the default schema for a user is a common scenario though, because the snapshot code had a hardcoded "dbo" in its scripts, which tells me that almost no one has been doing it. Otherwise they would have run into schema inconsistency regarding the snapshot store.

This is technically a breaking change for people that specified a different
default schema than "dbo" for their DB user, because now EventFlow will
always use "dbo" without an explicit override, regardless of the DB user configuration.

I don't think that changing the default schema for a user is a common scenario
though, because the snapshot code had a hardcoded "dbo" in its scripts,
which tells me that almost no one has been doing it. Otherwise they would have run
into schema inconsistency regarding the snapshot store.
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.

1 participant