-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deduplicate public facing type names to avoid issues with input #8981
Comments
jdunkerley
added
--bug
Type: bug
-libs
Libraries: New libraries to be implemented
labels
Feb 6, 2024
This was referenced Feb 12, 2024
mergify bot
pushed a commit
that referenced
this issue
Feb 12, 2024
Rename wrapped_error to DB_wrapped_error and make it private to avoid name clashes as part of #8981
mergify bot
pushed a commit
that referenced
this issue
Feb 14, 2024
Rename database column to DB_Column to avoid name collisions as part of #8981
This was referenced Feb 19, 2024
Merged
mergify bot
pushed a commit
that referenced
this issue
Feb 19, 2024
Rename database.Table to database.DB_Table to avoid name collisions as part of #8981
mergify bot
pushed a commit
that referenced
this issue
Feb 20, 2024
Now Table and DB_Table have different names we can remove a lot of aliases. This closes #8981
github-project-automation
bot
moved this from 🔧 Implementation
to 🟢 Accepted
in Issues Board
Feb 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Want to rename:
Standard.Database.Data.SQL.Builder
=>Standard.Database.Data.SQL.SQL_Builder
Standard.Database.Data.Column.Column
=>Standard.Database.Data.DB_Column.DB_Column
Standard.Database.Data.Table.Table
=>Standard.Database.Data.DB_Table.DB_Table
Want to merge the 3
Empty_Error
into 1.Move
Standard.Database.Data.Table.Wrapped_Error
into a private module and avoid exporting, and pick a new name!Where possible remove any aliases.
The text was updated successfully, but these errors were encountered: