Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more extensive UnitTest for IN, NOT IN, BETWEEN, NOT BETWEEN, LIKE and NOT LIKE operations. #186

Closed
mikependon opened this issue Apr 26, 2019 · 1 comment
Assignees
Labels
test Testing functionalities todo Things to be done in the future

Comments

@mikependon
Copy link
Owner

No description provided.

@mikependon mikependon added test Testing functionalities todo Things to be done in the future labels Apr 26, 2019
@mikependon mikependon self-assigned this Apr 26, 2019
@mikependon mikependon changed the title Add more extensive IntegrationTest for IN, NOT IN, BETWEEN and NOT BETWEEN Add more extensive UnitTest for IN, NOT IN, BETWEEN and NOT BETWEEN Apr 26, 2019
@mikependon mikependon changed the title Add more extensive UnitTest for IN, NOT IN, BETWEEN and NOT BETWEEN Add more extensive UnitTest for IN, NOT IN, BETWEEN, NOT BETWEEN, LIKE and NOT LIKE operations. Apr 26, 2019
mikependon added a commit that referenced this issue Apr 26, 2019
mikependon added a commit that referenced this issue Apr 28, 2019
RepoDb v1.9.2:
- [Core] Introduce the 'InsertAll', different from 'InsertMultiple'. #91
- [Core] Return the number of affected rows during 'BulkInsert' for DbDataReader. #192
- [Core] Add a 'SetParameters' extended methods for 'DbCommand' object. #196
- [Core, Requested] Re-enable the operation for DELETE via DataEntity object. #185
- [Core, Requested] Re-enable the operation for UPDATE via DataEntity object. #188
- [Core, Requested] Add support to exclude non-table Class Properties in all Operations. #189
- [Adhoc, Requested] Expose the DataEntityDataReader Class. #172
- [Adhoc, Requested] Expose the QueryGroup.Fix() method. #179
- [Adhoc] Revisit the 'async Task' in all 'DbRepository' methods. #190
- [Adhoc] Add a new repository method named ‘EnsureOpenAsync’. #111
- [Test] Add an extensive IntegrationTests for the Entity with Extra Fields. #183
- [Test] Add all UnitTests for Trace call for all Async operations. #193
- [Test] Add UnitTest for InsertAll. #194
- [Test] Add IntegrationTests for InsertAll. #195
- [Test] Add more extensive UnitTest for IN, NOT IN, BETWEEN, NOT BETWEEN, LIKE and NOT LIKE operations. #186
- [Test] Add extensive IntegrationTests for ConnectionPersistency. #191
- [Enhancement] Auto-set the 'PrimaryField' value of the object after calling the 'Insert<T>' operation. #187
@mikependon
Copy link
Owner Author

This has already been checked in to master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing functionalities todo Things to be done in the future
Projects
None yet
Development

No branches or pull requests

1 participant