Jorge Lavin

Results 6 issues of Jorge Lavin

Pushed to node 10.15 and updated gatsby cli to 2.4.9

Hello I've been review this PR https://github.com/jdbi/jdbi/pull/1592 and in particular the unit test. In that unit test I have stored procedure that declares two output parameters is correctly executed and...

driver
investigation needed
waiting-for-op

`executeBatch()` method does return an `int[]` that seems to be filled with all ones regardless on many of the rows in the `PreparedStatement` went well. Reference: https://github.com/yandex/clickhouse-jdbc/blob/master/src/main/java/ru/yandex/clickhouse/ClickHousePreparedStatementImpl.java#L365 Is there any...

enhancement
module-client

![image](https://user-images.githubusercontent.com/7030463/104091583-896e5b80-527e-11eb-8514-5f1316bb3b87.png)

When trying to run the example chat server I get the following error ``` (django_test)[xxx@yyy examples]$ python manage.py runserver 0.0.0.0:8000 Performing system checks... System check identified no issues (0 silenced)....

Does this library support for multiple result handling? For SQL Server stored procedures Thanks