-
您好,我把bytetcc引入到我们项目中来,我们项目用的是postgresql+jooq。访问某个接口,该接口不进行数据库操作,会走到对应的comfirm方法中,如果进行数据库操作,则会抛出下面的异常:
{
"timestamp": 1529821953301,
"status": 500,
"error": "Internal Server Error",
…
-
### Connector Name
aws-datalake
### Connector Version
0.1.3
### What step the error happened?
During the sync
### Relevant information
Create a new connection between MongoDB and AWS Datalake, …
Seitk updated
2 weeks ago
-
I'm using jOOQ together with comsat webactors. Here is relevant part of my build.gradle:
```
dependencies {
compile 'org.slf4j:slf4j-log4j12:1.7.12'
compile 'args4j:args4j:2.33'
compile 'or…
safar updated
7 years ago
-
Currently, the use of Jooq 3.18 fails on runtime:
`java.lang.NoSuchMethodError: 'org.jooq.Converter org.jooq.Field.getConverter()'`
The use of `org.jooq.impl.Convert` is deprecated
There is a D…
-
Table-valued functions are treated as tables, and as such, are currently not supporting overloading explicitly.
---
See also:
- https://stackoverflow.com/q/28434559/521799
- https://stackoverf…
-
jOOQ 3.19 introduced new API to provide access to UDT members:
- https://github.com/jOOQ/jOOQ/issues/228
- https://www.jooq.org/doc/latest/manual/sql-building/column-expressions/user-defined-type-…
-
Here's a brief history of the auto-`CAST` in `CONCAT`:
- https://github.com/jOOQ/jOOQ/issues/461
- https://github.com/jOOQ/jOOQ/issues/473
- https://github.com/jOOQ/jOOQ/issues/2597
- https://gi…
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Jun 15 | Next scheduled analysis: Jun 22_
### Open
- h…
-
jOOQ 3.16 introduced a new draft query object model API with https://github.com/jOOQ/jOOQ/issues/12425, and 3.17, 3.18, 3.19 implemented a few improvements on it: https://github.com/jOOQ/jOOQ/issues/1…
-
`Records.mapping(...)` and `Row[N].mapping(...)` methods currently map the `null` record to a `null` value, in case the record is a nested record from a scalar subquery, see:
- https://github.com/j…