File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ T-SQL Flex can script out the returned schema and data of any T-SQL query simply
30
30
Please create issues on GitHub or reach out to Steve on Twitter at [ @nycdotnet ] ( https://twitter.com/nycdotnet ) .
31
31
32
32
** Patch notes:**
33
+ * v0.0.6-alpha (2014-08-30):
34
+ * Significant improvements to exception handling during all phases of querying and scripting
35
+ * Significant changes to disk-based buffering. Now uses .NET IsolatedStorage.
36
+ * Significant refactoring - moved query processing logic from UI to Core DLL.
37
+ * Fixed bug where synthetic columns (select 'a' as [z]) were incorrectly hidden.
38
+ * Fixed bug with scripting binary and other byte[] data fields to Excel.
39
+ * Updated SIP Framework to 1.0.1.243 (from July 2014).
33
40
* v0.0.5-alpha (2014-08-22):
34
41
* Export to "XML Spreadsheet 2003" functionality added - this is very early alpha for this feature.
35
42
* Started significant refactoring effort for data scripting in T-SQL field vs general presentation.
You can’t perform that action at this time.
0 commit comments