Skip to content

Commit 5e29e5d

Browse files
committed
big readme updates.
1 parent 783446f commit 5e29e5d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ T-SQL Flex is a scripting productivity tool for SQL Server Management Studio tha
55

66
*This is alpha-quality software - DO NOT RUN IN PRODUCTION!!!*
77

8-
T-SQL Flex should be able to script out the returned schema and data of any T-SQL query simply and with high accuracy. Much more is planned.
8+
T-SQL Flex can script out the returned schema and data of any T-SQL query simply and with high accuracy. It can also export the data to the XML spreadsheet format which can be opened in Excel without having messed-up date formatting or losing leading zeros. Much more is planned.
9+
910

1011

1112

12-
![tsqlflex-0 0 4-alpha](https://cloud.githubusercontent.com/assets/3755379/3309662/46c2a2e4-f6a2-11e3-90ba-3026e9560181.png)
1313

1414

1515
**To install T-SQL Flex:**
@@ -32,8 +32,10 @@ T-SQL Flex should be able to script out the returned schema and data of any T-SQ
3232
Please create issues on GitHub or reach out to Steve on Twitter at [@nycdotnet](https://twitter.com/nycdotnet).
3333

3434
**Patch notes:**
35-
* v0.0.5-alpha (2014-08-07):
35+
* v0.0.5-alpha (2014-08-22):
3636
* Export to "XML Spreadsheet 2003" functionality added - this is very early alpha for this feature.
37+
* Started significant refactoring effort for data scripting in T-SQL field vs general presentation.
38+
* Started work to use a file stream rather than a string builder for scripting the data. Currently only used with the Excel XML export.
3739
* v0.0.4-alpha (2014-06-18):
3840
* Converted to background worker. Added cancel button, timer, and progress bar.
3941
* Additional scripted output "minification" improvements (dropping insignificant decimals for example).
@@ -43,4 +45,12 @@ Please create issues on GitHub or reach out to Steve on Twitter at [@nycdotnet](
4345
* v0.0.1-alpha (2014-06-01): Initial release. Schema scripting working.
4446

4547
**Debugging an add-in:**
46-
* See the Red Gate document on this issue: http://documentation.red-gate.com/display/MA/Debugging+an+SSMS+addin
48+
* See the Red Gate document on this issue: http://documentation.red-gate.com/display/MA/Debugging+an+SSMS+addin
49+
50+
**Build checklist**
51+
* Compiles and all tests pass.
52+
* Checked-in to master branch on GitHub.
53+
* Updated assembly revisions.
54+
* Build in release mode and test it out.
55+
* Zip up the three DLLs and post to GitHub.
56+
* Add a screenshot via GitHub and edit the README and release FAQ.

0 commit comments

Comments
 (0)