-
### Are you a maintainer, or core-contributor, to the project?
- [X] Yes
### We already have a Pulumi.com account?
- [X] Yes, we have created an account
### Do you agree to regular check-ins, no m…
-
Update MySQL JDBC driver to 8.2.0
Note: This artifact was moved to:
[com.mysql](https://mvnrepository.com/artifact/com.mysql) » [mysql-connector-j](https://mvnrepository.com/artifact/com.mysql/…
-
### Summary
When ```DriftNettyServerConfig``` is configured with ```assumeClientsSupportOutOfOrderResponses = false`` then writing 2 messages should cause polling for the 2nd message to return null i…
-
dbExistsTable always return FALSE for name type either character or in_schema.
```
dbCreateTable(con, 'iris', iris, use.one.query=T)
dbExistsTable(con, 'iris') # FALSE
dbExistsTable(con, in_sche…
-
Presto ([old site](https://prestodb.io/), [new site](https://prestosql.io/), see [comment below](https://github.com/jOOQ/jOOQ/issues/5414#issuecomment-526102959)) is an open source SQL engine used in …
-
### Feature Request
**Feature Description:**
A connector for Sybase (SAP ASE) database in PrestoDB to enable querying data from Sybase catalogs directly using Presto.
**Use Case:**
Sybase is w…
-
### Description
Presto clients can provide extra credentials to a connector. See https://prestodb.io/docs/current/develop/client-protocol.html#client-request-headers.
A related Prestissimo issue …
-
### Module
Presto
### Problem
- Presto Module uses the outdated Docker Image of `ghcr.io/trinodb/presto` and needs to be updated to `prestodb/presto`.
- Refer to https://github.com/testcontainers/…
-
I am unable to query a Presto 0.107 cluster. For testing, I am attempting to query Presto's [JMX](https://prestodb.io/docs/current/connector/jmx.html) data source.
Prestogres (master), ca0fa82be69258…
-
我使用的presto版本为:0.260.1
建表语句为:
CREATE TABLE `ads.erp_delivery_summary`(
`sku` string,
`lines_name` string,
`shop_name` string,
`branch_name` string,
`number` bigint)
PARTITIONED BY…