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

Drop column is currently failing on SqLite. Need to investigate whether we can add support for the newer versions which apparently support it https://stackoverflow.com/questions/8442147/how-to-delete-or-add-column-in-sqlite

I'm learning Orchard CMS and using most recent versions of OrchardCore Preview. I tried to create and index migration logic with ISchemaBuilder.CreateMapIndexTable and ISchemaBuilder.AlterTable like it was done in the...

Currently it doesn't work because of the syntax we use. ```SQL -- Old block of code : what would work for all SQL Server versions IF EXISTS (SELECT * FROM...

Say I've adding a new `ReduceIndex` when there are already some existing documents in the database/store. How do I replay existing data so that this `ReduceIndex` is created that takes...

i.e. : ```csharp public class BlogPost { public string Title { get; set; } public string Author { get; set; } public string Content { get; set; } public DateTime...

How much data can be stored in Document? And efficiency!

Would be nice if you turned on C# 8 nullables so external libs know what they are dealing with

SQL server has in-memory optimized tables, which are tables stored entirely in RAM but still persisted to the storage, see some details [here](https://www.red-gate.com/simple-talk/sql/sql-development/beginner-guide-to-in-memory-optimized-tables-in-sql-server/). Such tables can offer much better performance,...

Using a character in any of the `.Contains()` or `StartsWith()` methods throws an Invalid operation exception - Operation is not valid due to the current state of the object Just...

I have two collections, Locations and Payloads; If I execute two queries in the same session on the same request I will get Unable to cast object of type 'Tesco.HRAM.APIAdaptor.Colleagues.Models.ColleagueContractualShifts'...