-
**Is your feature request related to a problem? Please describe.**
Today it is difficult to tell what a table or database size is w/out looking at the DB Console. It requires running a query similar …
-
**Describe the bug**
All charts of account values or net work cover a range that does not include today. The most recent date is always 4 days in the past, even when there are transactions from the …
-
Awesome project!
When you have time, could you add support for the built-in range types in Postgres?
https://www.postgresql.org/docs/current/rangetypes.html
For the date based ranges, it would …
-
If a continuous aggregate is created an invalidation entry will be added to the invalidation log to ensure that the continuous aggregate is refreshed. However, when refreshing the full range of the co…
-
It would be great if your tool will add support for ClickHouse
Slach updated
1 month ago
-
Per the comments introduced in #636:
https://github.com/tcdi/pgx/blob/5ab4ba8544328a000395eb17c627df58558664c4/pgx/src/array.rs#L43-L51
There is a slight impedance mismatch when switching betwee…
-
currently macros are registered like that:
```php
Builder::macro(
"where{$operatorName}",
fn ($left, $right) => $this->whereRaw(
sprintf('%s %s %s',
$left instanceof …
-
The [NumberRangeFilter](https://django-filter.readthedocs.io/en/master/ref/filters.html#baserangefilter) suggested in the `BaseRangeFilter` documentation doesn't support "greater than" and "less than"…
-
**Describe the bug**
Given the basic data set up:
`CREATE (:A)-[:incs]->(:C)`
The following succeeds:
`MATCH (a:A) WITH a OPTIONAL MATCH (a)-[:incs]->(c) WHERE EXISTS((c)(c) WHERE EXISTS((c)(c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
**Until 3 digits - the select query runs fine:**
**Insert a new record with 4 digits - example …