-
1 start crdb node
cockroach sql --host 192.168.100.130:26257 --insecure
2 create table and insert data
```
create table test_type(a INT,b INTEGER, c INT2, d SMALLINT, e INT4, f INT8, g INT64, h BI…
-
## Driver version
12.7.1.jre11-preview
## SQL Server version
Microsoft SQL Server 2019
## Client Operating System
Windows 11 Pro x64
## JAVA/JVM version
openjdk 17.0.12
## Table schem…
-
There is a severe performance degradation when clients connect to ProxySQL using compression.
Some example with this query:
```
QUERY="SELECT t1.id id1, t1.k k1, t1.c c1, t1.pad pad1, t2.id id2, …
-
Hi, there,
For a big query with huge number of recorders/rows (couple millions), it will take a very long time to retrieve all the results (it has been 20 minutes and still running). I believe if w…
-
### NBA API Version
V1.4.1
### Issue
Only some of the abbreviations for player positions are working. Of these"(F)|(C)|(G)|(C-F)|(F-C)|(F-G)|(G-F)) only C, G, and F are valid.
Variable Name | Val…
-
I set both the connection holdability
conn.setHoldability(CLOSE_CURSORS_AT_COMMIT);
and the statement
Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INS…
-
How cool it would be to write this:
``` php
$service = new \Ctct\Services\ListService($apiKey);
$resultSet = $service->getContactsFromList($accessToken, $listId, $params);
$iterator = new \Ctct\Util\…
-
```
Summary:
In the test cases, FILTERED_CSE_RESULTSET fails to enforce its intended
restriction.
____________________________________________________________
Steps to reproduce:
Preparation:
Crea…
-
I'm using Presto Cluster for processing large amount of data.
To visualize the data I use the connector provided and suggested by the official Superset documentation, which is PyHive from the SQLAl…
-
This function tries to access `rs.raw`, which doesn't exist. https://github.com/open-AIMS/ADRIA.jl/blob/a8dc10942c596a7231172a1d0805566b6a8d1dbb/src/metrics/temporal.jl#L53
I'm not sure if this fun…