Michael Camara Pendon

Results 51 issues of Michael Camara Pendon

### Describe the enhancement To simplify the calls to the [IStatementBuilder](https://github.com/mikependon/RepoDB/blob/master/RepoDb.Core/RepoDb/Interfaces/IStatementBuilder.cs) methods without requiring the caller to explicitly instantiate the [QueryBuilder](https://github.com/mikependon/RepoDB/blob/master/RepoDb.Core/RepoDb/QueryBuilder.cs) class, we therefore proposing to remove this argument in...

enhancement
breaking-changes

**TL;DR** Currently, the [ITrace](https://github.com/mikependon/RepoDB/blob/master/RepoDb.Core/RepoDb/Interfaces/ITrace.cs) interface as being the base of all tracing capabilities, contains the methods that are equivalent to the existing extended operations for the `IDbConnection`. **See below for...

enhancement
feature
optimization
needs-collaboration
breaking-changes

The intention is to only segregate the DOMAIN from the IMPLEMENTATIONS to simplify the extensibilities. All the existing objects and namespaces will not be affected even if they are moved...

request
needs-collaboration
breaking-changes

In the initial release of RepoDb.PostgrelSql, the bulk-insert is not yet supported. This feature will allow the users to do the actual bulk insert operations when connecting to PostgreSql DB....

feature

### Describe the enhancement The enum properties must be supported on the BulkOperations as is it with the normal operations (i.e.: Insert, InsertAll, Merge and MergeAll). ### Additional Context More...

enhancement
for grabs

### Describe the enhancement In order to encapsulate the aliasing on the fields, it is better to add an additional property 'Alias' on the 'Field' object. If this will happen,...

enhancement
refactoring

There is a user that reported that **ToLower()** (or **ToUpper()**) is not working in the Query Tree Expression like below. ```csharp connection.Query(c => c.ColumnName.ToUpper().Contains("A")); ``` **The expression above is failing.**...

enhancement
todo
help wanted
optimization
request

### Describe the enhancement Now that the user can able to set the `DbParameter.Direction` value via `DirectionAttribue` (or even via the customized `PropertyValueAttribute` class), therefore, RepoDB should be able to...

enhancement

### Describe the enhancement Currently, there is no way to pass the `IEnumerable` object as a qualifier to the bulk operations for the Entity-Based operations (i.e.: `BulkUpdate`, `BulkMerge` and `BulkDelete`)....

enhancement
invalid

### Describe the request An exception is being thrown if the F# Record Type and/or C# Immutable Class is used if you are querying a data from the database where...

request