Aleksander

Results 9 issues of Aleksander

### Bug Description Exceptions are thrown when an application tries to use RepoDb for both Postgres and SqlServer. These particular exceptions are thrown when attempting to insert a row. I...

bug

### Bug Description This exception can occur during `QueryMultipleAsync`. I think the issue is the lines like [this one](https://github.com/mikependon/RepoDB/blob/master/RepoDb.Core/RepoDb/Operations/DbConnection/QueryMultiple.cs#L3581). Calling `await DbFieldCache.GetAsync` may lead to [this code](https://github.com/mikependon/RepoDB/blob/master/RepoDb.SqlServer/RepoDb.SqlServer/DbHelpers/SqlServerDbHelper.cs#L163) being executed, which...

bug

We've had some issues where we mess up the saga correlation and spend too much time figuring out what the issue is and where it turned out to be a...

Question

Fixes 4963 **At this point we cannot accept PRs for new features, only bugfixes. Thanks!** **What issue does this PR address?** **Does this PR introduce a breaking change?** **Please check...

pinned

The current [ErrorResponse](https://github.com/anthonyreilly/NetCoreForce/blob/main/src/NetCoreForce.Client/Models/ErrorResponse.cs) model contains a limited number of properties and is specifically missing the `duplicateResut` property (no - not a typo) Since there are likely to be a number...

As discussed in [Styra community Slack](https://styracommunity.slack.com/archives/C05HF2KRY3G/p1714476295049779) there is an issue with the `opa-fmt` rule, Windows' line endings and IDEs like VS Code that automatically changes line endings. ![image](https://github.com/StyraInc/regal/assets/631907/5f500ff7-72a9-415f-b5ac-fa947a00c363) Regal shows...

enhancement
language server protocol

When linting my code I stumbled upon a case where I expected an external-reference warning, but there was none. I wrote a few test functions that I believe should trigger...

## Short description Play: https://play.openpolicyagent.org/p/1qlgPwcNXA Snippet: ``` obj["a"] := input.a obj["b"] := input.b test_obj2 if { {"a":"1"} == obj with input as {"a": "1"} } ``` The code should be...

bug

Attempting to execute the following query ``` SELECT VALUE root FROM root WHERE (root["value"] = "value2") OFFSET 0 LIMIT 1 ``` will throw the following exception ``` { "message": "Expected...