Releases: csgsolutions/Csg.Data
Releases · csgsolutions/Csg.Data
v3.3.31
4.0 Preview 1
Preview release of 4.0
3.3 Release
Bug fixes from last RC
Release pushed to nuget.org
https://www.nuget.org/packages/Csg.Data/3.3.23
3.3 Release Candidate 3
Changes:
- 55e9f9e Fix bug where parameters are not populated when using DbQueryBuilder as an element in RenderBatch()
- 16c1653 Add fluent API for Prefix/Suffix
- bde1cc7 Implement Prefix/Suffix sql statements
- 3830892 Fix bad example code using System.Tuple<>
- b477acd Fixes for DbScope and DbTransactionScope behavior with EnsureTransaction and disposing/rolling back
- 2ad9ed5 Merge pull request #18 from csgsolutions/buchanan/update-docs
- 9007d48 Merge branch 'master' into buchanan/update-docs
- ef3c66b Move icon setting to package
- 6ea0bd1 Update docs
- f8f1380 Merge pull request #17 from csgsolutions/buchanan/improve-fluent-exists
See More
- bba72b2 Fix icon URL
- 79f8b45 Merge pull request #16 from csgsolutions/buchanan/improve-fluent-exists
- bb1da91 Tick version
- 3441130 Improve the Exists() extension method on the fluent API
- 87d6799 public releases only come from tags right now
- e81bd09 add public release config
- 5b1d56f Cleanup some warnings; Switch to nerdbank gitversioning
- fff84f8 Add Replace selection pararmeter; Add new overloadds to Select; Add extension methods for creating columns from tables.
- bc57f28 Tick version for rc
- 1a8b0c5 Merge pull request #14 from csgsolutions/remove-extra-groups
- d87584e Remove un-necessary groups
- 99e4794 Merge pull request #13 from csgsolutions/fix-offsetbug
- 902fc4f Fix bug where OFFSET is not rendered with zero index
- 520b61d Merge pull request #12 from csgsolutions/renderbatch
- 5cd61d1 Add Limit fluent api method
- 2b849f7 Merge pull request #10 from csgsolutions/renderbatch
- 0ce9b38 Add new return type for batch statments.
- 23fb9d3 Merge pull request #9 from csgsolutions/renderbatch
- e587a99 Implement renderbatch
- b0f8c2b Merge pull request #8 from csgsolutions/langer/sqlrawcolumn
- 77c0c13 Add new SqlRawColumn and test
- 179eb00 Forgot to set paging options when rendering DbQueryBuilder
- bedbff5 Fix bug where trailing tabs and such are not removed in derived tables
- 775669b Add paging LIMIT/OFFSET options to query builder and select builder.
- 62d2286 Merge pull request #7 from csgsolutions/new-filters
- a2737a9 Add fluent SubQueryCount() method
- 8132f20 Merge pull request #6 from csgsolutions/new-filters
- 52cc06c Add fluent API for IN/NOT IN filters;
- c44cc32 Move count filter to a new type; Update tests;
- f623881 Merge pull request #5 from csgsolutions/new-filters
- 3ffb8f9 Changes to support Csg.Data.ListQuery
- 2ca941e Merge pull request #4 from csgsolutions/new-filters
- 2c38387 Add raw & count filters
- 3e9a88f Merge pull request #3 from csgsolutions/buchanan/vnext
- 30859b3 get vsts build number
- 2ce4d4f Merge pull request #2 from csgsolutions/buchanan/vnext
- 97213ce Add WhereAny() that accepts collections
- 35b194b Add test to demonstrate joining multiple sets of filters with an OR between them
- 2646283 Merge pull request #1 from csgsolutions/buchanan/vnext
- d49d2a1 Freaking crap
- f96a71e AHHHH
- f4ce084 Update sources props
- b2a8187 Output test result files
- e857691 Remove deprecated methods; Add additional extension methods for Where clause
This list of changes was auto generated.
3.3 Release Candidate 2
Changes:
- 2ad9ed5 Merge pull request #18 from csgsolutions/buchanan/update-docs
- 9007d48 Merge branch 'master' into buchanan/update-docs
- ef3c66b Move icon setting to package
- 6ea0bd1 Update docs
- f8f1380 Merge pull request #17 from csgsolutions/buchanan/improve-fluent-exists
- bba72b2 Fix icon URL
- 79f8b45 Merge pull request #16 from csgsolutions/buchanan/improve-fluent-exists
- bb1da91 Tick version
- 3441130 Improve the Exists() extension method on the fluent API
- 87d6799 public releases only come from tags right now
See More
- e81bd09 add public release config
- 5b1d56f Cleanup some warnings; Switch to nerdbank gitversioning
- fff84f8 Add Replace selection pararmeter; Add new overloadds to Select; Add extension methods for creating columns from tables.
- bc57f28 Tick version for rc
- 1a8b0c5 Merge pull request #14 from csgsolutions/remove-extra-groups
- d87584e Remove un-necessary groups
- 99e4794 Merge pull request #13 from csgsolutions/fix-offsetbug
- 902fc4f Fix bug where OFFSET is not rendered with zero index
- 520b61d Merge pull request #12 from csgsolutions/renderbatch
- 5cd61d1 Add Limit fluent api method
- 2b849f7 Merge pull request #10 from csgsolutions/renderbatch
- 0ce9b38 Add new return type for batch statments.
- 23fb9d3 Merge pull request #9 from csgsolutions/renderbatch
- e587a99 Implement renderbatch
- b0f8c2b Merge pull request #8 from csgsolutions/langer/sqlrawcolumn
- 77c0c13 Add new SqlRawColumn and test
- 179eb00 Forgot to set paging options when rendering DbQueryBuilder
- bedbff5 Fix bug where trailing tabs and such are not removed in derived tables
- 775669b Add paging LIMIT/OFFSET options to query builder and select builder.
- 62d2286 Merge pull request #7 from csgsolutions/new-filters
- a2737a9 Add fluent SubQueryCount() method
- 8132f20 Merge pull request #6 from csgsolutions/new-filters
- 52cc06c Add fluent API for IN/NOT IN filters;
- c44cc32 Move count filter to a new type; Update tests;
- f623881 Merge pull request #5 from csgsolutions/new-filters
- 3ffb8f9 Changes to support Csg.Data.ListQuery
- 2ca941e Merge pull request #4 from csgsolutions/new-filters
- 2c38387 Add raw & count filters
- 3e9a88f Merge pull request #3 from csgsolutions/buchanan/vnext
- 30859b3 get vsts build number
- 2ce4d4f Merge pull request #2 from csgsolutions/buchanan/vnext
- 97213ce Add WhereAny() that accepts collections
- 35b194b Add test to demonstrate joining multiple sets of filters with an OR between them
- 2646283 Merge pull request #1 from csgsolutions/buchanan/vnext
- d49d2a1 Freaking crap
- f96a71e AHHHH
- f4ce084 Update sources props
- b2a8187 Output test result files
- e857691 Remove deprecated methods; Add additional extension methods for Where clause
This list of changes was auto generated.
3.3.3 Release Candidate 1
Changes:
- 87d6799 public releases only come from tags right now
- e81bd09 add public release config
- 5b1d56f Cleanup some warnings; Switch to nerdbank gitversioning
- fff84f8 Add Replace selection pararmeter; Add new overloadds to Select; Add extension methods for creating columns from tables.
- bc57f28 Tick version for rc
- 1a8b0c5 Merge pull request #14 from csgsolutions/remove-extra-groups
- d87584e Remove un-necessary groups
- 99e4794 Merge pull request #13 from csgsolutions/fix-offsetbug
- 902fc4f Fix bug where OFFSET is not rendered with zero index
- 520b61d Merge pull request #12 from csgsolutions/renderbatch
See More
- 5cd61d1 Add Limit fluent api method
- 2b849f7 Merge pull request #10 from csgsolutions/renderbatch
- 0ce9b38 Add new return type for batch statments.
- 23fb9d3 Merge pull request #9 from csgsolutions/renderbatch
- e587a99 Implement renderbatch
- b0f8c2b Merge pull request #8 from csgsolutions/langer/sqlrawcolumn
- 77c0c13 Add new SqlRawColumn and test
- 179eb00 Forgot to set paging options when rendering DbQueryBuilder
- bedbff5 Fix bug where trailing tabs and such are not removed in derived tables
- 775669b Add paging LIMIT/OFFSET options to query builder and select builder.
- 62d2286 Merge pull request #7 from csgsolutions/new-filters
- a2737a9 Add fluent SubQueryCount() method
- 8132f20 Merge pull request #6 from csgsolutions/new-filters
- 52cc06c Add fluent API for IN/NOT IN filters;
- c44cc32 Move count filter to a new type; Update tests;
- f623881 Merge pull request #5 from csgsolutions/new-filters
- 3ffb8f9 Changes to support Csg.Data.ListQuery
- 2ca941e Merge pull request #4 from csgsolutions/new-filters
- 2c38387 Add raw & count filters
- 3e9a88f Merge pull request #3 from csgsolutions/buchanan/vnext
- 30859b3 get vsts build number
- 2ce4d4f Merge pull request #2 from csgsolutions/buchanan/vnext
- 97213ce Add WhereAny() that accepts collections
- 35b194b Add test to demonstrate joining multiple sets of filters with an OR between them
- 2646283 Merge pull request #1 from csgsolutions/buchanan/vnext
- d49d2a1 Freaking crap
- f96a71e AHHHH
- f4ce084 Update sources props
- b2a8187 Output test result files
- e857691 Remove deprecated methods; Add additional extension methods for Where clause
This list of changes was auto generated.
Initial release from the public repo.
v3.1.7 Tick version for first release from github