-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releaseenhancementNew feature or requestNew feature or requestfixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.
Description
As part of the extensibility capability of RepoDb, we had introduced the SchemaSeparator property in the IDbSetting interface.
With the knowledge we have after asking the community, and also based on our internal assessment, all the current supported RDBMS (and the future RDBMS to be supported) will most likely be using the .
schema separator.
Action Items:
- Remove the usage of this property in the RepoDb Core code base.
- Pre-assume in all code-lines to write the
.
character when separating the Schema and Table. - Add the
Obsolete
attribute so the consumers will not be affected. - All the extension libraries must follow the changes.
Acceptance Criteria
- All the existing Unit and Integration Tests must "still" be running and all green (within the Core and the Extended libraries).
- Remove the unnecessary Unit Tests and Integration Tests.
Metadata
Metadata
Assignees
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releaseenhancementNew feature or requestNew feature or requestfixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.