Alexey Fadeev

Results 4 issues of Alexey Fadeev

I need help in building JsQuery extension for Windows to use with PostgreSQL 9.4 for Windows.

@jayralencar , hello! Shared cache for In-memory databases support was merged in July 2021. Do you have a plan to build a new version of npm package with this changes?...

### Exception on using Sql.Expression method Hello. I created extension method: ```c# [Sql.Expression("{point1} {point2}", ServerSideOnly = true)] public static double Distance([ExprParameter] NpgsqlPoint point1, [ExprParameter] NpgsqlPoint point2) => throw new NotImplementedException();...

type: feature
status: has-tests

We use build of V8 (via v8-cmake) for building [PLV8](https://github.com/plv8/plv8) (extension for PostgreSQL, V8 binary is linked on PLV8 building). After upgrade v8-cmake to V8 11.6 we faced with a...