-
As commented by @bgrainger on email:
> we'd want to use MySQL Server 8.0 with the new CLIENT_OPTIONAL_RESULTSET_METADATA flag (https://dev.mysql.com/doc/refman/8.0/en/c-api-optional-metadata.html,…
-
Hi,
In general cases, the unclosed connection and statement are accurately identified.
ex)
```
public List getList() throws Exception {
Class.forName("org.postgresql.Driver");
Connection…
-
```
Hello together,
i installed the search_index correct. So now i tried to search, on an empty
table. How can i catch the "lines of findings" (The results) And set flash
e.g. "Not Data found with th…
-
**Use case**
Some drivers can't create correct structure in case of empty resultset being returned by ClickHouse (clickhouse-driver for python for example, query_dataframe will return empty datafra…
-
Hello,
Trying to use SpahQL and so far I think it is great.
Only ran into a single issue - if I query the DB using select and my query has no results, I don't know how to catch it, since it still retu…
-
```
Add a getter and setter to the ResultSet class that allows changing the
position of the row cursor. This will allow for seeking similar to the
ByteArray class.
```
Original issue reported on code…
-
```
Add a getter and setter to the ResultSet class that allows changing the
position of the row cursor. This will allow for seeking similar to the
ByteArray class.
```
Original issue reported on code…
-
When a ip address is loaded from database (according to mx.nic.rdap.sql.objects.IpAddressDbObj.java class), all the data is setted with db values, except the internet address type as it is showed in t…
-
I am looking for an extension of metadata returned through Cursor.
For every column in a result set I'd like to be able to get sql_type code of that column.
Together with getTypeInfo method of curso…
-
From :
> Does anyone happen to know where I can find documentation for the single-statement transaction methodology?
My answer:
I thought I documented this by example in :
>Sample with INSERT:…