HybridDb icon indicating copy to clipboard operation
HybridDb copied to clipboard

It's an O/RM... it's a document store... no it's SQL Server!

Results 17 HybridDb issues
Sort by recently updated
recently updated
newest added

Look into the possibilities of doing full-text search e.g. with Lucene.

feature

It should be possible to do collection.Contains and collection.Any/All. Maybe by having a projection type that projects to a separate table with references back to the documents table.

feature

The LINQ implementaion misses a translations for string.EndsWith and that in turn might be best to implement by enabling custom projections - like one that reverses the string to speed...

feature

What if we want to fetch a referenced document or a projection of data from another table in one round-trip when we query for a document... Or what if we...

feature