-
# Introduction
In multi-stage query engine it is not very difficult to create queries that end up reading from the same table or executing the same join twice. This is specially easy when writing a…
-
### Describe the bug
If we defined a column with type `struct[]`, it is hard to insert or select from it.
### To Reproduce
```
CREATE TABLE t (data struct[]);
INSERT INTO t VALUES (ARRAY[…
-
jOOQ has quite a big API and implementation due to a variety of factors. This can be an impediment to using jOOQ on smaller devices, e.g. on Android. When using jOOQ on Android, the following features…
-
Selecting the following in the contacts query yields duplicate results for several contacts. In most cases, on one line there is an address and then there are nulls for the address on the next line.
…
-
Hello,
I have application using spring boot 3 and embedded database h2 using mode Oracle for integration tests
datasource:
driverClassName: org.h2.Driver
password: password
url: jd…
-
see `fish_obsrvtn_distinct_id = 23634`
Presumably there is a bad join in creating the slope - when there are two events on the same segment, both have `vertex_from_elevation` etc for the lower of t…
-
Objekty
Objekty jsou základním datovým prvkem platformy.
Přístup k objektům
K objektům se bude přistupovat buď atomicky pomocí URL ve tvaru
///
nebo kontejnerově ve tvaru
//
a seznam identifikátorů se…
-
Currently if you try to archive any object that is versioned you will get a fatal error using PostgreSQL - it doesn't support the multi table delete syntax built using `DBQueryBuilder`. This can be re…
-
As a Muhlenberg user, I want to login on the first try.
2 points
- [x] Create a log in page
- [x] Implement PHP to verify account information
-
Our climate suite is very modular and can be fragile when making changes in one repo. We should devise a strategy wherein code updates in a single repo get automatically tested against existing climat…