-
PostgreSQL defines a few non-standard comparison operators which jOOQ's parser should also support. See [documentation](https://www.postgresql.org/docs/current/functions-comparison.html) for details.
…
-
From the [Kotlin docs](https://kotlinlang.org/docs/reference/coding-conventions.html#property-names):
> For enum constants, it's OK to use either uppercase underscore-separated names (screaming sna…
-
### Expected behavior
When generating the jooq-classes for the procedure in the example (WORKSTEP.test_procedure), the class TOutRecord should extend AssociativeArrayRecordImpl and not be annotated…
-
Hi, @DIOHz0r
For the next milestone (v2) of the library, please remove external dependencies of the HTTP requests (Guzzle)
Thanks
-
### Your question
I just wanted know if there's any possible way or via jooq documentation where we can find what all jdbc driver versions that jooq 3.17.x supports.
The reason of Ask is I observe w…
-
## Observed vs. expected behavior
After upgrading Spring-boot to v2.6.7, I upgraded querydsl from 4.2.1 to 5.0.0. After that querydsl-maven-plugin stated to fail with the error message "Failed to e…
-
### Expected behavior
I have a simple table with a desc index:
```sql
CREATE TABLE COUNTRIES (
COUNTRY_ID CHAR (2 BYTE) NOT NULL,
COUNTRY_NAME VARCHAR2 (40 BYTE),
REGION_ID NUMBER);
…
-
### Expected behavior
Expected behavior: Calling `Meta.getCatalogs()` on an Azure SQL Server database connection should return all of the catalogs for the database
### Actual behavior
Actual behavi…
-
## Problem
After trying out most of the available libraries for type safe database access in TypeScript, I believe Prisma is the best there is. With that being said, I believe that including a SQL …
-
### Expected behavior
jOOQ should be able to do this just fine.
### Actual behavior
See the MCVE for details: https://github.com/jOOQ/jOOQ-mcve/compare/main...alf:jOOQ-mcve:double-converting
Whe…