Settings and activity
11 results found
-
9 votes
Wolfgang Reh
supported this idea
·
-
11 votes
Wolfgang Reh
supported this idea
·
-
22 votes
Wolfgang Reh
supported this idea
·
-
25 votes
Wolfgang Reh
supported this idea
·
-
25 votes
Wolfgang Reh
supported this idea
·
-
28 votes
Wolfgang Reh
supported this idea
·
-
31 votes
Wolfgang Reh
supported this idea
·
-
33 votes
Wolfgang Reh
supported this idea
·
-
35 votes
Wolfgang Reh
supported this idea
·
-
530 votes
Thanks for this suggestion and for the many comments and upvotes. I realize that this is a pain point.
I have a few shorter-term workarounds to summarize as well as some information on the longer roadmap in this update. I know these shorter-term workarounds aren’t perfect (I summarize the pros and cons), but I’m posting them as they may help a few folks.
Workaround 1) When data changes to static data need to be made, use a “relink the table” pattern
One can “cleanly rescript” a static data table in SQL Source Control by:- Unlinking the static data table
- Committing
- Relinking the static data table
- Committing
Pro: This works with the GUI and requires no special knowledge or comfort with TSQL. This may help folks with just a few static data tables.
Con: This requires extra steps and results in extra commits in the history, which I realize can…An error occurred while saving the comment
Wolfgang Reh
supported this idea
·
-
24 votes
Wolfgang Reh
supported this idea
·
I agree. This needs to be part of the software. How can you every use a *_Data.sql file with any kind of source control system when the order or the rows is not consistent. In the meantime I have to sort the data files manually which only works if the primary key is in the first column(s)