-
System.NullReferenceException gets thrown when executing the query. The query works with EF6.
```
Exception message: Object reference not set to an instance of an object.
Stack trace:
at Mic…
-
PRs:
- [x] #2844 Merge pg12 support
- [x] #2855 Fix locking assertion errors
- [x] #2871 subset of pg12, just updating tests
- [ ] #2879 `GENERATE ALWAYS AS STORED`
- [x] #2880 prevent `COPY FROM…
-
I've noticed that chalk used failure for error handing, but I wonder if this is really necessary?
It seems like today, failure actually doesn't buy much over `std::error` (only backtraces) and that…
-
The grpc endpoint for batch operations is ready. Need to get that in client.
Here's how the batch API looks for javascript:
```js
const batch = db.beginBatch();
batch.add(db.insert(col).docs(..…
-
I have this error when adding a reference block (no matter which) on Omeka S 2.0.2.
Is it just because this module needs an upgrade before being usable for 2.0.2? Or is there something else to chec…
-
https://github.com/FaaPz/Slim-PDO/blob/2eaaae8c5fbfeba832bf3c8fa88b1780e23554ee/src/PDO/Clause/WhereClause.php#L231
`ltrim` should not be used here. `ltrim` removes **any** of the characters in the…
-
Activate this module on Omeka S 2.0.2 generates an error when visiting https://.../admin/job
```
Doctrine\ORM\Query\QueryException
[Syntax Error] line 0, col 55: Error: Expected Literal, got 'Lo…
-
## Setup
### Versions
- **Rust:**
- **Diesel: 1.4.2
- **Database: Postgres
- **Operating System MacOS 10.14.5
### Feature Flags
- **diesel: postgres, r2d2
## Problem Description
…
-
I am trying to set odata URL $filter, but I have some problem with and "Status eq -1" not working because Status property is nullable integer int? in Assessment Class I have this exception the url
…
-
The grpc endpoint for batch operations is ready. Need to get that in client.
Here's how the batch API looks for javascript:
```js
const batch = db.beginBatch();
batch.add(db.insert(col).docs(..…