-
Some backends, most notably PostgreSQL, support an upsert operation inside the database backend (i.e. `INSERT ... ON CONFLICT UPDATE ...`). We should explore if we can automatically switch to using th…
-
### Task Description
Design the database schema for storing meter details, ensuring a well-organized structure to support efficient retrieval and management of meter-related information.
### Acceptan…
Mzeey updated
11 months ago
-
I was running my test suite and noticed that the PostgreSQL tests take A LOT longer than the MSSQL tests.
To verify this I wrote a short benchmark with BenchmarkDotNet and got these results:
MSSQL…
-
### Description
You are given a 0-indexed, strictly increasing integer array nums and a positive integer diff. A triplet (i, j, k) is an arithmetic triplet if the following conditions are met:
i…
-
_From [jan.mala...@gmail.com](https://code.google.com/u/117717993579512072265/) on December 13, 2012 22:06:25_
Some of my wild ideas concerning agda-mode.
Assume the following simple example:
```
l…
-
I think there is a race condition which can happen when quitting Cartographer. Below is a stack trace produced by Valgrind.
It looks like `FastCorrelativeScanMatcher2D` in global slam is using prob…
ojura updated
5 years ago
-
Database is currently case-sensitive - including username. These should be case-insensitive:
* username/email
* tags
* searching keywords
-
It looks like the loadFromJson feature expects data rows to have unique IDs across all of the tables in the database. If there is an ID collision, then the earliest usage wins and later rows are simpl…
-
### Summary of Issue
User reported process termination due to high memory usage from a large, but not massive model. running on a machine with 8 gigs of memory. One other use also had issues runnin…
-
**Is your feature request related to a problem? Please describe.**
I had a problem to serialize fields. I try to rewrite pydantic_model_creator, by pass an argument `__base__` inheriting `PydanticM…