-
```
=================================== FAILURES ===================================
__________________ LibevTimerTest.test_multi_timer_validation __________________
self =
def …
-
```
Summary:
In the test cases, FILTERED_CSE_RESULTSET fails to enforce its intended
restriction.
____________________________________________________________
Steps to reproduce:
Preparation:
Crea…
-
A new client flag in MySQL 8.0:
* https://dev.mysql.com/doc/refman/8.0/en/c-api-optional-metadata.html
* https://dev.mysql.com/worklog/task/?id=8134
Would need to be controlled by a new connect…
-
### Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
-
```
What steps will reproduce the problem?
1. resultset.getString("columnName") is not working
2.
3.
What is the expected output? What do you see instead?
I should be getting the data from the column…
-
```
restricted_by(qs) - limit result only by objects represented in given
query set
```
Original issue reported on code.google.com by `daevaorn` on 23 May 2009 at 7:10
-
In query.py function get_results(service, final_payload) causes a failure if Google returned empty resultset. Error: "Query failed: '>' not supported between instances of 'NoneType' and 'int'". It is…
-
Were warnings during installation of oracledb. Now I can connect to Oracle, run select-command but when I want that select-query return data in resultSet - nothing happens, no data and no errors.
con…
-
## Driver version
2.1.0.14
## Redshift version
PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.49087
## Client Operating Sys…
-
For better compatibility reasons with pre JDBC 4.2 drivers (and implementations), we're not calling `ResultSet.getObject(i, OffsetDateTime.class)` yet. We should, for performance reasons. See also #79…