Cricle

Results 18 issues of Cricle

- [x] SelectDatePart - [x] GroupByDatePart - [x] OrderByDatePart

From https://sqlkata.com/docs/where-date#wheredate support where datepart. Will it support in the feature?

## 1. Description Describe the issue or propose a feature. ## 2. Exception ```c# public class DataSetA { public string Name { get; set; } public int Id { get;...

[list-merge-requests-related-to-issue](https://docs.gitlab.com/ee/api/issues.html#list-merge-requests-related-to-issue) Provide any method to get merge requests related to issue.

![image](https://user-images.githubusercontent.com/26201412/198917951-bac4c8db-8c7c-4f77-9224-6daec251ad8d.png) Code like ```csharp var modelBuilder = new ModelBuilder(); modelBuilder.Entity(dynamicType, x => { //xxx }); var builder = new DbContextOptionsBuilder(Options) .UseModel(modelBuilder.FinalizeModel()); var opt = builder.Options; var conn=opt.CreateLinqToDbConnection(); context.GetTable().AsQueryable();//Will throw ```...

Will it support minio later?

enhancement

Is also support MariaDB?

From [Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=net7%2Cwindows) DuckDB.NET challenge for AOT maybe it's just a reflection, I change reflection to use `Expression`. But the test is non-standard. - [ ] Use [testing-your-native-aot-dotnet-apps](https://devblogs.microsoft.com/dotnet/testing-your-native-aot-dotnet-apps/) to write...