-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
db-schemaThis issue is related to or will impact the database schema, likely requiring a DB schema update.This issue is related to or will impact the database schema, likely requiring a DB schema update.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Please consider changing approach from using implicit dt.CurrentTaskHub() to explicit parameter in all procedures.
Rational. Flexibility in support database sharing/isolation approaches and simplicity.
For example, from documentation: "This is often valuable when your organization has many small apps but prefers to manage only a single backend database. When multitenancy is enabled, different apps connect to a shared database using different database login credentials and each app will only have access to its own data." Explicit assumption of different login is not flexible, and might be not reflecting reality for majority of financial organizations that actually want to share the database schema.
Metadata
Metadata
Assignees
Labels
db-schemaThis issue is related to or will impact the database schema, likely requiring a DB schema update.This issue is related to or will impact the database schema, likely requiring a DB schema update.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed