-
I have the folowing:
```
@Entity
@Table(name = "lcps")
class DBLocalContentPiece(title: String, content: String) : DBBase() {
@Lob
var title: String = title
@Lob
var content: Strin…
-
I wish we can support AST in a left join(SMJ) when lower(String)
**Env:**
24.08 snapshot jar
**Mini repro:**
```
import org.apache.spark.sql.Row
import org.apache.spark.sql.types._
import s…
-
Is this a sane pattern to follow to make use of `SQLAlchemyAutoSchema` with a non-orm (SQL Expression Language) table definition?
```python
from sqlalchemy import Table, Column, Integer, String, M…
-
When using `mito:insert-dao`, I got a nasty error in a big inserting operation:
```
The value ... is not of type
(OR
(AND #1=(SATISFIES SXQL.SQL-TYPE:SQL-EXPRESSION-LIST-P)
#2=(SAT…
-
## Problem
Sometimes we need to implement some SQL side modifications of retrieved data, for this SQL Expressions are commonly used. But seems Prisma doesn't support them yet?
## Suggested solutio…
-
I am busy adding the PrecompiledQuery functionality to EFCore.Jet provider including its test suite and have run into an error I'm not sure about
When running a test (e.g. `BinaryExpression`) in `P…
-
### Description
Heyo!
See my ticket https://code.djangoproject.com/ticket/35777. It seems to me, that django lacks support to create indexes with so-called "Column Prefix Key Parts". These are d…
-
CDC expressions remove the need for some standard CDC options.
We should validate/enhance handling of some of those options:
- [ ] `key_in_value` -- probably not necessary; just select *.
- […
-
**What happened**:
I have a .NET 6 app and HealthChecks UI configured to use InMemoryStorage. It works perfectly.
I wanted to try out the SqlServer storage but after switching from InMemory to …
-
With #454, CTE (common table expressions) are finally supported in jOOQ 3.4. Most databases do not support nesting of CTE. This is also not possible according to the SQL:2011 standard:
```
::=
[…