You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ Follow the instructions [here](https://github.com/nycdotnet/TSqlFlex/blob/master
18
18
Please either create issues on GitHub, or reach out to Steve on Twitter at [@nycdotnet](https://twitter.com/nycdotnet).
19
19
20
20
**Patch notes:**
21
+
* v0.0.7-alpha (2014-09-02):
22
+
* Significant bug fixes for internationalization issues surrounding time and number formatting including tests. Cultures where . is used as the time separator and , as a decimal point should work OK now for both Excel and SQL INSERT scripts. Special thanks to Gianluca Sartori (@SpaghettiDBA) for assistance with troubleshooting these issues.
23
+
* Bug fixes for incorrect columns and commas appearing in INSERT scripts due to hidden fields.
24
+
* Added more line-feeds to the scripted XML Spreadsheet 2003 output.
25
+
* Finished refactoring to "format" functions (this is an internal change only).
21
26
* v0.0.6-alpha (2014-08-30):
22
27
* Significant improvements to exception handling during all phases of querying and scripting
23
28
* Significant changes to disk-based buffering. Now uses .NET IsolatedStorage.
0 commit comments