-
**Dependencies**
-
**Definition of success**
- TBD
**Other information**
-
**Additional context**
Add any other context or screenshots about the feature request here.
-
**Describe the bug**
No QR Code generated
-
We use this set for doing paper work.Please give us more bottom like insert and Ctr+ v for website setting ,thanks
-
Is it possible to use joins without fully raw query? Or is here a way to build raw queries without hard coding?
-
### Describe what you want
Similar to the `where` function, I would like to be able to join optionally, based on a condition.
```ts
db
.select()
.from(table)
.where(condition ? eq(...) …
-
### Operating System
Windows
### Description of bug
Loads server gets error
Internal Exception: io.netty.handler.codec.DecoderException: java.util.zip.DataFormatException: incorrect header check
…
-
Hi, I am getting the error: Attribute not found while trying to join subtype associations.
Here is my query:
```java
blazeJPAQueryFactory.with(maxLessonContentVersionCTE, subquery1)
.se…
-
Css issue in submit button, shown in Submit response for Accused Advocate
![Image](https://github.com/user-attachments/assets/6fcb2897-412b-49c4-a814-373026eeaa86)
-
- [X] I have searched open and closed issues for duplicates
- [X] I am submitting a bug report for existing functionality that does not work as intended
- [X] This isn't a feature request or a d…
-
Our implicit join algorithm produces a join tree which is always correct, but not always very readable. For example, this subquery from `PostgresDatabase`:
```java
select(
pc.pgClass().pgName…