Skip to content
#

jdbc

Here are 2,617 public repositories matching this topic...

electrum
electrum commented Aug 5, 2021

If the --server option is used without a protocol, then it should use https when on port 443. For example, these invocations would be equivalent, with the first one having the new behavior:

trino --server example.net:443
trino --server https://example.net:443
trino --server https://example.net

This will make the CLI consistent with the JDBC driver in this regard. While it's t

xuwei-k
xuwei-k commented Jun 13, 2021
[error] -- Error: /tmp/sbt_e60b88db/src/test/scala/app/models/ProgrammersSpec.scala:41:14 
[info] [error] 41 |      created should not beNull
[info] [error]    |      ^^^^^^^^^^^^^^^^^^
[info] [error]    |postfix operator `beNull` needs to be enabled
[info] [error]    |by making the implicit value scala.language.postfixOps visible.
[info] [error]    |----
[info] [error]    |This can be 

Improve this page

Add a description, image, and links to the jdbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jdbc topic, visit your repo's landing page and select "manage topics."

Learn more