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

- [ ] SQLite - [ ] SQL Server - [ ] MySQL - [ ] Postgres SQL

Hello. I have finished Oracle provider support for YesSql. Please add it to the YesSql project, if you agree.

Vulnerable Library - YesSql.Provider.SqlServer-1.0.0 Path to vulnerable library: /home/wss-scanner/.nuget/packages/azure.identity/1.10.3/azure.identity.1.10.3.nupkg Found in HEAD commit: 5317ab86fbdd0de6386163a65a2f549aad3d4768 ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type | Fixed in (YesSql.Provider.SqlServer...

Mend: dependency security vulnerability

Here is an example ```c# public class PropertyDynamicIndexProvider : IndexProvider { public override void Describe(DescribeContext context) { context .For(typeof(PropertyIndex)) // in addition to the existing ".For()" .Map(property => new PropertyIndex...

I have an index, and I want a background job to go through each document one by one and process each in a separate transaction. Thus, Query is not useful...

https://github.com/OrchardCMS/OrchardCore/issues/12797#issuecomment-1320554788

for example, in the following code, I want for to support the base class and then return the object of the actual type in the Map ```c# public class CarIndex...

Hi all, The following (simplified) query using an predicate and an index ``` var tokens = session.Query( token => token.CreationDate < threshold.UtcDateTime, collection: OpenIdToken.OpenIdCollection) .Take(100).ListAsync(); ``` results in the following...

Trying to replicate the #472 error on SqlServer.