| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RepoDb.1.12.7.nupkg | 2021-02-09 | 395.2 kB | |
| RepoDb.SqlServer.1.1.3.nupkg | 2021-02-09 | 23.6 kB | |
| RepoDb.SqlServer.BulkOperations.1.1.4.nupkg | 2021-02-09 | 93.9 kB | |
| RepoDb.PostgreSql.1.1.3.nupkg | 2021-02-09 | 21.7 kB | |
| RepoDb.SqLite.1.1.3.nupkg | 2021-02-09 | 19.6 kB | |
| RepoDb.MySqlConnector.1.1.3.nupkg | 2021-02-09 | 20.9 kB | |
| RepoDb.MySql.1.1.4.nupkg | 2021-02-09 | 20.8 kB | |
| Bug Fixes, Enhancements, Requests, Upgrades.tar.gz | 2021-02-06 | 3.6 MB | |
| Bug Fixes, Enhancements, Requests, Upgrades.zip | 2021-02-06 | 4.5 MB | |
| README.md | 2021-02-06 | 7.0 kB | |
| Totals: 10 Items | 8.7 MB | 0 | |
This release has included the recent bug fixes, enhancements, community pull-requests, requests and upgrades.
Credits
Thank you to our contributors and to all the collaborators.
Contributors
- @tommasobertoni - Bugfix: TDbConnection handling #757
- @fredliex - for the following PRs
- @SimonCropp - for these awesome code refactoring.
- try fix null reference during fetch #749
- Create RepoDb.All.sln 747
- remove some redundant null checks 745
- some redundant usings 744
- fix some spelling 743
- page and rowsPerBatch can never be null [741]https://github.com/mikependon/RepoDB/pull/741)
- remove some un used variables 740
- use some null Propagation 739
- fix broken Xml docs 734
- fix 2 more null ref querybuilders 733
- unnecessary delegate 731
- spelling 730
- minor ToUpper perf tweak 729
- simplify some ternaries 728
- remove some redundant constructors 727
- inline some outs 726
- pass some cancellationTokens 725
- use some discards 724
- merge type checks 723
- add some null coalescing 722
- no point concating single strings 721
- remove redundant filteredDbFields (might be a Bug?) 720
- remove redundant UtcNow 719
- remove some redundant equality checks 718
- fix more null refs 717
- enable c# 9 716
- add props file for shared settings 715
- fix queryBuilder NullRefException 714
- redundant tostring 713
- add some missing param names to arg exceptions 695
- remove some async state machines 694
- Fixx some Spelling 693
Collaborators
For our active collaborators on this release:
- @fredliex
- @SimonCropp
- @cajuncoding
For the other collaborators of this release (filing the Issues/Bugs, Questions, Recommendations, Verification/Validations, etc)
- @vmohan074
- @DarkRoku12
- @chopswil15
- @keithn
- @TimCorwin
- @kbilsted
- @mchinchilla
- @tommasobertoni
- @tmyllymaki
- @simmohall
- @NicoKno
- @myalo
- @SpaceOgre
- @spiesserheim
- @xracer007
Please continue to do so and many thanks!
RepoDB (v1.12.7)
- Enhancement: Add a
Reset()method into the Parameter object. #709 - Enhancement: Add a method
DbParameterinto the QueryField object. #711 - Enhancement: Revisits the Immutable Classes Instantiation #753
- Bug: Extract function throws exception when using ExecuteQueryMultiple #761
- Bug: RepoDb.SqlServer Enum picking up 2 types when upgraded from 1.1.1 -> 1.1.2 #736
- Bug: null reference during fetch #748
RepoDB.SqlServer (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).
RepoDB.SqlServer.BulkOperations (v1.1.4)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version RepoDb.SqlServer (v1.1.3).
RepoDB.SqlServer.BulkOperations (v1.1.3)
- Bug: Identity Values not set correctly with Bulk Insert from Sql Server due to Incorrect Sorting of data. #691
- The
hintsargument is removed from the BulkInsert viaDbDataReader. - Added the
WriteToServermethod to cater the ordered resultset of the__RepoDb_OrderColumncustom column.
RepoDB.PostgreSql (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version Npgsql (v5.0.2).
RepoDB.SqLite (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version Microsoft.Data.Sqlite (v5.0.2).
RepoDB.MySql (v1.1.4)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version MySql.Data (v5.0.2).
RepoDB.MySqlConnector (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.7).