Skip to content

Commit

Permalink
Update README with correct supported features
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and losipiuk committed Oct 20, 2023
1 parent b8081d7 commit 60351ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Make sure you have Git installed and in your $PATH.

This Trino client is an implementation of Go's `database/sql/driver` interface. In order to use it, you need to import the package and use the [`database/sql`](https://golang.org/pkg/database/sql/) API then.

Only read operations are supported, such as SHOW and SELECT.

Use `trino` as `driverName` and a valid [DSN](#dsn-data-source-name) as the `dataSourceName`.

Example:
Expand Down Expand Up @@ -207,7 +205,6 @@ When passing arguments to queries, the driver supports the following Go data typ
* the result of `trino.Timestamp(year, month, day, hour, minute, second, nanosecond)` - passed to Trino as a timestamp without a time zone

It's not yet possible to pass:
* `nil`
* `float32` or `float64`
* `byte`
* `time.Duration`
Expand Down

0 comments on commit 60351ff

Please sign in to comment.