presto-jdbc-java6 icon indicating copy to clipboard operation
presto-jdbc-java6 copied to clipboard

Presto JDBC driver compatible with Java 6

Results 7 presto-jdbc-java6 issues
Sort by recently updated
recently updated
newest added

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...

please help, when i use spring+mybatis,config datasource ,it's wrong , application.properties app.datasource.url=jdbc:presto://zdpservera:9292/cassandra/myschema?user=cassandra&password=cassandra&SSL=true app.datasource.maximum-pool-size=30 app.datasource.driver-class-name=com.facebook.presto.jdbc.PrestoDriver mydatasource config in java class is : @Bean @Primary @ConfigurationProperties("app.datasource") public DataSourceProperties dataSourceProperties() { return new...

hello guys, I promised i have followed each step of this project, however, several errors occur no matter which computer i used. The detailed errors as followed: [ERROR] Failed to...

Error on executing the query "SHOW CATALOGS". ``` java Connection connection = DriverManager.getConnection(connectionUrl, username, password); Statement statement = connection.createStatement(); statement.executeQuery("SHOW CATALOGS"); ``` This project has the following three known properties...

I tried this jdbc driver in my environment, my java version is jdk1.7. When I use this driver to connect to presto server, after the query finished, I noticed that...