You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions, DBs and types are all referenced in the AST by name. Instead, we should refer to them by TLID. This means they won't go out of sync, they're faster to look up, and they're less likely or impossible to accidentally refer to a non-existing one. This will also mean that renaming them won't require changes to other toplevels (a key way these go out of sync)
The text was updated successfully, but these errors were encountered:
StachuDotNet
changed the title
Use IDs for DBs, UserTypes, and UserFunctions
Reference DBs, UserTypes, and UserFunctions by ID rather than Name
Jun 22, 2022
StachuDotNet
changed the title
Reference DBs, UserTypes, and UserFunctions by ID rather than Name
Reference DBs, UserTypes, and UserFunctions in ASTs by ID rather than Name
Jun 22, 2022
pbiggar
added this to the
Good experience for solo dev milestone
Oct 18, 2022
Functions, DBs and types are all referenced in the AST by name. Instead, we should refer to them by TLID. This means they won't go out of sync, they're faster to look up, and they're less likely or impossible to accidentally refer to a non-existing one. This will also mean that renaming them won't require changes to other toplevels (a key way these go out of sync)
The text was updated successfully, but these errors were encountered: