File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ The transaction is created when the first SQL statement is executed.
381
381
exits the * with * context and the queries succeed, otherwise
382
382
`trino.dbapi.Connection.rollback()` will be called.
383
383
384
- # Improved Python types
384
+ # # Improved Python types
385
385
386
386
If you enable the flag `experimental_python_types` , the client will convert the results of the query to the
387
387
corresponding Python types. For example, if the query returns a `DECIMAL ` column, the result will be a `Decimal` object .
@@ -477,7 +477,7 @@ They pull a Docker image and then run a container with a Trino server:
477
477
- the image is named `trinodb/ trino:$ {TRINO_VERSION }`
478
478
- the container is named `trino- python- client- tests- {uuid4()[:7 ]}`
479
479
480
- # ## Releasing
480
+ # # Releasing
481
481
482
482
- [Set up your development environment](# Getting-Started-With-Development).
483
483
- Check the local workspace is up to date and has no uncommitted changes
@@ -509,7 +509,7 @@ They pull a Docker image and then run a container with a Trino server:
509
509
```
510
510
- Send release announcement.
511
511
512
- # # Need Help?
512
+ # Need Help?
513
513
514
514
Feel free to create an issue as it makes your request visible to other users and contributors.
515
515
You can’t perform that action at this time.
0 commit comments