Ben Edwards

Results 16 comments of Ben Edwards

Name will be blank in all browsers, but only IE will send the blank input back on post

@jeremydmiller I might need some help to make the `CustomId[]` scenario work, I'm a bit lost with how to make detection of arrays work.

I cleared a bunch of issues by registering a mapping for `CustomId` to dbtype in the PostgresqlProvider. That leaves array contains, which i know what this issue is - In...

I went through all documented functions and this is the list of functions that fail: - `CustomId,IsOneOf()` - `CustomId[].Any()` (with predicate) - `!CustomId[].Any()` (with predicate) - `CustomId[].Contains()` - `!CustomId[].Contains()` -...

Tried working around this and found even more hurdles. While queries against projections with a customid `DuplicateField` will generate without failing, the code to create the index in the first...

The specific use cases that I would like to support are: * Stream>type, for maintenance queries (restreaming) that search based on the streams aggregate type * Stream>archived, archiving happens mostly...

Saw this yesterday and agree with your arguments. Since then my only additional thought is do you want to keep the high water detection working the way it is now?...

I think you are right, I tested switching the index ordering around a while back and did not notice any issues pop up in the test suites. The real catch...

(Moving the tenant column on the table will make no difference, its only the index order that matters)

We have ran into this issue, with an application that is also using [Marten](https://martendb.io/). The catch here is that marten 6 requires npgsql7, and the efcore interface for npgsql7 also...