Groups
Groups
Sign in
Groups
Groups
RavenDB - an awesome database
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–21 of 21
Ivan Montilla
,
Igal Merhavia
2
4/20/21
Docker images targeting ARM
There are any plan to add official docker images targeting ARM processors? I know that I can download
unread,
Docker images targeting ARM
There are any plan to add official docker images targeting ARM processors? I know that I can download
4/20/21
Ivan Montilla
,
Grisha Kotler
4
11/25/20
.sum() on TimeSpan result in InvalidQueryException
I have this LINQ query: In the line 10, record.Lasts is a TimeSpan, and the generated RQL query is:
unread,
.sum() on TimeSpan result in InvalidQueryException
I have this LINQ query: In the line 10, record.Lasts is a TimeSpan, and the generated RQL query is:
11/25/20
Luke Eccleston
, …
Oren Eini (Ayende Rahien)
5
9/6/20
Client side Guid (string)
Hi Was reading this https://ravendb.net/docs/article-page/5.0/Csharp/server/kb/document-identifier-
unread,
Client side Guid (string)
Hi Was reading this https://ravendb.net/docs/article-page/5.0/Csharp/server/kb/document-identifier-
9/6/20
Ivan Montilla
,
Oren Eini (Ayende Rahien)
2
9/6/20
Why there are a HiLo series per collection instead a global HiLo series?
There are any reason why there are a HiLo series per collection instead a only one series used
unread,
Why there are a HiLo series per collection instead a global HiLo series?
There are any reason why there are a HiLo series per collection instead a only one series used
9/6/20
Ivan Montilla
, …
Oren Eini (Ayende Rahien)
6
6/7/20
Querying inside handler of event fired by changes API retrieve outdated data.
I have a hosted service with this Start method: public async Task StartAsync(CancellationToken
unread,
Querying inside handler of event fired by changes API retrieve outdated data.
I have a hosted service with this Start method: public async Task StartAsync(CancellationToken
6/7/20
Ivan Montilla
, …
Egor Shamanaev
7
8/11/21
Jint.Runtime.StatementsCountOverflowException
Hello, I'm generating a document, with an array of 1500 elements and each of these elements has
unread,
Jint.Runtime.StatementsCountOverflowException
Hello, I'm generating a document, with an array of 1500 elements and each of these elements has
8/11/21
Ivan Montilla
,
Oren Eini (Ayende Rahien)
2
1/27/20
ParseException when querying collection with especial characters
await session.Query<Order>(collectionName: "Core/Order") .Where(order => order.
unread,
ParseException when querying collection with especial characters
await session.Query<Order>(collectionName: "Core/Order") .Where(order => order.
1/27/20
Ivan Montilla
,
Oren Eini (Ayende Rahien)
2
1/27/20
Scope of session in Blazor Server-side
Hello, In Blazor Server-side, the scope of a service is the SignalR connection between the browser
unread,
Scope of session in Blazor Server-side
Hello, In Blazor Server-side, the scope of a service is the SignalR connection between the browser
1/27/20
Ivan Montilla
, …
Egor Shamanaev
10
1/14/20
Combine semantic ID and HiLo
Hello, Can be used HiLo combined with semantic ID? My idea is use the ID to perform a relationship,
unread,
Combine semantic ID and HiLo
Hello, Can be used HiLo combined with semantic ID? My idea is use the ID to perform a relationship,
1/14/20
Ivan Montilla
, …
Oren Eini (Ayende Rahien)
6
7/22/20
Will RavenDB use System.Text.Json in a future release?
Instead of Newtonsoft
unread,
Will RavenDB use System.Text.Json in a future release?
Instead of Newtonsoft
7/22/20
nirav sahayata
, …
Grisha Kotler
8
12/17/19
Access key having dot(.) for Raven Query Language
Hello, I have message structure as below, whats the correct syntax to retrieve key value having dot(.
unread,
Access key having dot(.) for Raven Query Language
Hello, I have message structure as below, whats the correct syntax to retrieve key value having dot(.
12/17/19
Ivan Montilla
,
Egor Shamanaev
2
12/12/19
x.Id.StartsWith() translates bad if precedes .OrderBy().ThenBy()
This query works as expected: await Session.Query<Vadavo.Vicim.Areas.Customers.Entities.Contract
unread,
x.Id.StartsWith() translates bad if precedes .OrderBy().ThenBy()
This query works as expected: await Session.Query<Vadavo.Vicim.Areas.Customers.Entities.Contract
12/12/19
Ivan Montilla
,
Aviv Rahmany
3
11/19/19
How to select first item of collection (array or dictionary)
from customer in data.Query<Individual>() where customer.Id == $"individuals/{individualId
unread,
How to select first item of collection (array or dictionary)
from customer in data.Query<Individual>() where customer.Id == $"individuals/{individualId
11/19/19
Ivan Montilla
,
Grisha Kotler
2
11/18/19
Calling .toString() on object in generated query from projection
From this query: from business in session.Query<Business>() orderby business.LegalName select
unread,
Calling .toString() on object in generated query from projection
From this query: from business in session.Query<Business>() orderby business.LegalName select
11/18/19
Ivan Montilla
,
Arkadiusz Palinski
7
11/15/19
How to writte a projection with relationships
Hello, In my model, I have individuals (individual customer) and businesses. Individuals can manage 0
unread,
How to writte a projection with relationships
Hello, In my model, I have individuals (individual customer) and businesses. Individuals can manage 0
11/15/19
Ivan Montilla
,
Grisha Kotler
6
11/15/19
Projection in nullable types produces a bad query
Hi, I'm doing this projection; query.Select(x => new UpdateModel { FirstName = x.FirstName,
unread,
Projection in nullable types produces a bad query
Hi, I'm doing this projection; query.Select(x => new UpdateModel { FirstName = x.FirstName,
11/15/19
Ivan Montilla
, …
Grisha Kotler
6
11/14/19
Projection from javascript object (C# Dictionary)
In this query: var query = from customer in session.Query<Individual>() where customer.Id == $
unread,
Projection from javascript object (C# Dictionary)
In this query: var query = from customer in session.Query<Individual>() where customer.Id == $
11/14/19
Ivan Montilla
, …
Grisha Kotler
4
11/5/19
NullReferenceException when querying projection
Hello: I have this query: var defaultCountry = await _dSession.Query<Country>() .Select(x =>
unread,
NullReferenceException when querying projection
Hello: I have this query: var defaultCountry = await _dSession.Query<Country>() .Select(x =>
11/5/19
Ivan Montilla
,
Oren Eini (Ayende Rahien)
6
10/10/19
Collection of collections?
Hello, I'm developing an application that can be extended loading modules. The modules are class
unread,
Collection of collections?
Hello, I'm developing an application that can be extended loading modules. The modules are class
10/10/19
Ivan Montilla
,
Oren Eini (Ayende Rahien)
8
9/27/19
Generic (phantom) strongly-typed ID class
Hi group, this is my first publication here. I started with RavenDB a month ago, and I really love it
unread,
Generic (phantom) strongly-typed ID class
Hi group, this is my first publication here. I started with RavenDB a month ago, and I really love it
9/27/19
Ivan Montilla
,
Arkadiusz Palinski
3
8/30/19
Where by ID in projections
Hello, I have this proyection: return await session.Query<Post>() .Where(x => x.Id == "
unread,
Where by ID in projections
Hello, I have this proyection: return await session.Query<Post>() .Where(x => x.Id == "
8/30/19