-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Auto tables currently lack canonical names, which means that during synchronization, the system relies solely on matching dbName
. This approach is flawed, both in the context of potential changes to dbNamingPolicy
and possible modifications to the dbName
values stored in the database structure. Such changes might occur, for instance, if we decide to normalize these dbName
values to lowercase or if we aim to support future backward compatibility when running on an older version of the platform.
Additionally, at the reflection level, table canonical names are not stored (probably due to their absence in auto tables). Instead, identification is performed using dbName
, which could also lead to issues if these dbName
values are changed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
New