|
| 1 | +#### 2.0.3 April 15, 2019 |
| 2 | +* Issue #332 Invalidate SqlFile type when referenced SQL file is modified. |
| 3 | + |
| 4 | +Contributor(s): Matti Oinas (https://github.com/oikku) |
| 5 | + |
1 | 6 | #### 2.0.2 January 19, 2019 |
2 | | - * Fix exception when using TVP parameter with fixed length string |
| 7 | +* Issue #325 Fix exception when using TVP parameter with fixed length string |
| 8 | + |
| 9 | +Contributor(s): Ryan Riley (https://github.com/panesofglass) |
3 | 10 |
|
4 | 11 | #### 2.0.1-alpha November 11, 2018 |
5 | | - * Add netstandard2.0 target |
| 12 | +* Issue #314 Add netstandard2.0 target |
| 13 | + |
| 14 | +Contributor(s): Sam Hanes (https://github.com/samhanes) |
6 | 15 |
|
7 | 16 | #### 1.8.6 - June 2, 2018 |
8 | | - * Issue #303 Enable typed data table constructor to initialize an empty datatable with the expected columns |
| 17 | +* Issue #303 Enable typed data table constructor to initialize an empty datatable with the expected columns |
| 18 | + |
| 19 | +Contributor(s): Gauthier Segay (https://github.com/smoothdeveloper) |
9 | 20 |
|
10 | 21 | #### 1.8.5 - May 20, 2018 |
11 | | - * Issue #278 Add TempTableDefinitions and TableVarMapping |
| 22 | +* Issue #278 Add TempTableDefinitions and TableVarMapping |
| 23 | + |
| 24 | +Contributor(s): David Teasdale (https://github.com/davidoptima) |
12 | 25 |
|
13 | 26 | #### 1.8.4 - May 12, 2018 |
14 | | - * Issue #221 - Expose custom getter/setter methods on provided DataColumn properties |
15 | | - * Issue #224 - TVP generated type implicitly from SqlDataRecord. |
16 | | - * Issue #232 - BREAKING CHANGE! SqlFile type provider is a new way to feed external sql files into SqlCommandProvider/CreateCommand |
17 | | - * Issue #233 - Optional continueUpdateOnError parameter added Update method on statically typed data tables |
18 | | - * Issue #234 - Design-time captured value of named connection string used at runtime if code runs under fsi.exe |
19 | | - * Issue #252 - Add factory method to SqlProgrammabilityProvider-generated types |
20 | | - * Issue #280 - Upgrade TSQL parser version |
21 | | - * Issue #286 - SqlCommand disposes underlying connection in its Dispose method |
22 | | - * Issue #289 - Pass `null` if table value argument has zero records |
| 27 | +* Issue #221 - Expose custom getter/setter methods on provided DataColumn properties |
| 28 | +* Issue #224 - TVP generated type implicitly from SqlDataRecord. |
| 29 | +* Issue #232 - BREAKING CHANGE! SqlFile type provider is a new way to feed external sql files into SqlCommandProvider/CreateCommand |
| 30 | +* Issue #233 - Optional continueUpdateOnError parameter added Update method on statically typed data tables |
| 31 | +* Issue #234 - Design-time captured value of named connection string used at runtime if code runs under fsi.exe |
| 32 | +* Issue #252 - Add factory method to SqlProgrammabilityProvider-generated types |
| 33 | +* Issue #280 - Upgrade TSQL parser version |
| 34 | +* Issue #286 - SqlCommand disposes underlying connection in its Dispose method |
| 35 | +* Issue #289 - Pass `null` if table value argument has zero records |
| 36 | + |
| 37 | +Contributor(s): |
| 38 | +* Dmitry Morozov (https://github.com/dmitry-a-morozov) |
| 39 | +* Overlord-Zurg (https://github.com/Overlord-Zurg) |
| 40 | +* antonkocherin (https://github.com/antonkocherin) |
| 41 | +* Vasily Kirichenko (https://github.com/vasily-kirichenko) |
| 42 | +* Gauthier Segay (https://github.com/smoothdeveloper) |
| 43 | + |
23 | 44 |
|
24 | 45 | #### 1.8.2 - May 16, 2016 |
25 | 46 | * Issue #192 - Invert order of release notes so most recent is on top |
|
0 commit comments