yessql icon indicating copy to clipboard operation
yessql copied to clipboard

A .NET document database working on any RDBMS

Results 100 yessql issues
Sort by recently updated
recently updated
newest added

Hi, if I do a ContentItem query with index, generated SQL has format error: var query = _session.Query(); query = query.With(ci => ci.Published); query.With().OrderByDescending(x => x.CreateTime); var contents = await...

AWS MySql Aurora supports Autoscaling by providing a separated reader end-point. Basically Reader Endpoint load-balances connections across the pool of available Read Replicas by reducing the load on the primary...

Hi, I would like to connect to my Azure SQL Server from my Azure Web App using managed identity like it's described here: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-connect-msi But is there any way to...

I have something like this: protected IQuery PublishedItemQuery() where TIndex : class, YesSql.Indexes.IIndex => Session.Query() .Where(q => q.Published) .OrderByDescending(q => q.CreatedUtc) .With(); When I use an additional ordering... await PublishedItemQuery()...

Because I am using PostgreSQL, it is weird that the table names are in Pascal Case. This makes it harder to do queries directly to the database. It would be...

Once we had inserted data, and need to change or add additional indexes, is their a way to recreate all the indexes from the existing data?

Session.cs line 810 is throwing a "Sequence contains more than one element" error. The problem is happening because the GroupBy() on the same line is doing a case-sensitive grouping. But...

The IsIn method fails in sqlserver if over 2100 values are passed to it (due to the parameter limits on sqlazure for `column IN (,)` Any chance we could intelligently...

Might be worth adding a package description to the nuget packages... Currently this; ![image](https://user-images.githubusercontent.com/619530/71510053-6fd1c000-2885-11ea-9a17-89ffa002f5e3.png)