Skip to content
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

Closed
jdunkerley opened this issue Feb 6, 2024 · 0 comments · Fixed by #9098
Closed

Deduplicate public facing type names to avoid issues with input #8981

jdunkerley opened this issue Feb 6, 2024 · 0 comments · Fixed by #9098
Assignees
Labels
--bug Type: bug -libs Libraries: New libraries to be implemented

Comments

@jdunkerley
Copy link
Member

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.

@jdunkerley jdunkerley added --bug Type: bug -libs Libraries: New libraries to be implemented labels Feb 6, 2024
@github-project-automation github-project-automation bot moved this to ❓New in Issues Board Feb 6, 2024
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Feb 6, 2024
@AdRiley AdRiley moved this from 📤 Backlog to 🔧 Implementation in Issues Board Feb 7, 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
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 mergify bot closed this as completed in #9098 Feb 20, 2024
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 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
Labels
--bug Type: bug -libs Libraries: New libraries to be implemented
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants