Bug Fixes, Enhancements, Requests, Upgrades
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]#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:
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
DbParameter
into 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
hints
argument is removed from the BulkInsert viaDbDataReader
. - Added the
WriteToServer
method to cater the ordered resultset of the__RepoDb_OrderColumn
custom 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).