-
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…
-
I would like to map a result to a constructor, but some of the columns should be combined into a `Collection` parameter of that constructor.
I propose a new annotation
```java
@Retention(RUNTIME)…
maffe updated
4 years ago
-
![image](https://user-images.githubusercontent.com/56970398/99911404-27ec3080-2cc2-11eb-8699-35842b4cd70d.png)
I restrict/contain all jdbi related info within one package, only **JdbiDbUtil** is …
-
As illustrated in [this job](https://travis-ci.org/numenta/nupic/jobs/133418810):
```
============= PYLINT =============
===================>
= running pylint on src/nupic/frameworks/opf/common_model…
-
For some reason the code below (in its entirety of course) works when result is Int, but as soon as result is `List` I get:
org.jdbi.v3.core.result.ResultSetException: Error thrown mapping result set…
-
目前知道lexer词法分析器中有位置信息,但在parser语法分析的时候并没有带给对应的sqlobject位置信息。
这块我们想给运维批量执行脚本时,对脚本做静态检查,把例如一些高风险语句delete没有where条件或where条件永真的语句找出来标红。没有位置信息就不太方便了
-
There is 3 possibilities with 2 classes
| A | B : A |
| --- | --- |
| int a | int b |
#1
| A | B : A |
| --- | --- |
| int pk | int a_ptr (this is the PK) |
| int a | int b |
Each class as it's ow…
-
Hi, I'd love to propose that we add support for suspending functions to SQL objects. It's a missing piece in making SQL objects ready to adopt in Kotlin + Coroutines world.
```
interface MyDao {
…
-
**Problem Statement:**
I wanted to dynamically update the table name using `@Define("table")` and bind the named parameters using `@BindBean` for a query but in my attempt to do so resulted in `"Inva…
-
During installation from sources I have encountered next error:
https://pastebin.com/FXnTeSXQ
Ubuntu v. 14.04
python v. 3.6
cython v. 0.26.1