-
During a migration, I've seen the Analytics plugin warn a few times `Unable to find payment creation audit log for id XXXX` (affects `payment`, `subscription event`, `invoice` and `invoice item` objec…
-
**What is the current problem**
Implement SQL PREPARE clause: https://www.ibm.com/docs/en/db2-for-zos/12?topic=statements-prepare
but limit to the following syntax:
![image](https://user-images.git…
-
Description
Implement SQL Describe output clause: https://www.ibm.com/docs/en/db2-for-zos/12?topic=statements-describe-output
Cobol code to illustrate.
```cobol
```
Prerequisites:
by https…
-
We expect to cache created row and column mappers by type, but currently this is not working at all, which is a moderate to large performance problem.
-
I use jdbi with version 3.40.0,As the document says:
---
Jdbi provides [an annotation processor](https://jdbi.org/apidocs/org/jdbi/v3/generator/GenerateSqlObjectProcessor.html) that creates java i…
-
It would be useful to be able to generate builders for instance methods.
Currently the following works but is tedious:
```java
public interface Test
{
@Factory
static String test(@P…
-
From the mailing list,
```java
@SqlBatch("update "+TRAIN_ARTICLE_LABELS //
+ " set book_title=:value"
+ " where articleid=:key")
void setBookTitleTrainingData(@B…
-
The following query
```scala
Select(
"programs",
Nil,
Filter(
And(
Or(
Contains(ListPath(List("users", "userId")), Const("u-107")),
Eql(UniquePath(List("p…
-
```sql
CREATE TABLE "dbo".gb_car_product (
"car_product_id" BIGINT NOT NULL ,
"record_date" DATE NOT NULL ,
"shop_name" NVARCHAR(240) NOT NULL ,
"promotion_plan_name" NVARCHAR(240) …
-
Similar to [this PR](https://github.com/MarquezProject/marquez/pull/1972), but I got below exception when there is a spark job using jdbc with uri params (`?serverTimezone`).
I think maybe we shoul…