Skip to content

Commit b7146e7

Browse files
committed
Added patch notes
1 parent 562f7c2 commit b7146e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ T-SQL Flex can script out the returned schema and data of any T-SQL query simply
3030
Please create issues on GitHub or reach out to Steve on Twitter at [@nycdotnet](https://twitter.com/nycdotnet).
3131

3232
**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).
3340
* v0.0.5-alpha (2014-08-22):
3441
* Export to "XML Spreadsheet 2003" functionality added - this is very early alpha for this feature.
3542
* Started significant refactoring effort for data scripting in T-SQL field vs general presentation.

0 commit comments

Comments
 (0)