Feature request: autocommit
as connector __init__
property
#203
Labels
enhancement
New feature or request
autocommit
as connector __init__
property
#203
Currently, to set
autocommit
toTrue
, we have to explicitly run:Is there a way to pass
autocommit
as a property to the connector constructor? Something like:We are trying to build an SQL client for our customers with Redshift as one of the underlying data-sources. It would be much cleaner this way avoiding unnecessary if-else conditioning.
The text was updated successfully, but these errors were encountered: