-
Notifications
You must be signed in to change notification settings - Fork 330
Generate code from SqlMetaData.xml #3372
Copy link
Copy link
Open
Labels
Performance 📈Issues that are targeted to performance improvements.Issues that are targeted to performance improvements.Up-for-Grabs 🙌Issues that are ready to be picked up for anyone interested. Please self-assign and remove the labelIssues that are ready to be picked up for anyone interested. Please self-assign and remove the label
Metadata
Metadata
Assignees
Labels
Performance 📈Issues that are targeted to performance improvements.Issues that are targeted to performance improvements.Up-for-Grabs 🙌Issues that are ready to be picked up for anyone interested. Please self-assign and remove the labelIssues that are ready to be picked up for anyone interested. Please self-assign and remove the label
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
Backlog
Today we are reading in the
SqlMetaData.xmlfile and parsing it into data structures at runtime. See if we can do that work at compile time and generate some static code or data structures instead to avoid runtime overhead and possible errors.