You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a selfish feature request which I'm happy to work on, but wondering if you have any concerns with the idea.
The current sql.reader for odbc requires very particular inputs. odbcDriverConnect accepts a whole bunch of other inputs by allowing "a more flexible specification via a connection string". My idea is for sql.reader to be a little more flexible with inputs to make use of this flexibility. Basically, instead of looking only at specified settings (dsn; user; password; dbname) it would pull through all the settings specified.
The text was updated successfully, but these errors were encountered:
I like the idea. I've been bit a few times with sql.reader not accepting all of the inputs and have made piecemeal changes when they come up (e.g. passing a port to postgres). Really appreciate your offer to look into a more flexible specification. Please be considerate of others and use sensible defaults when a setting is missing.
This is more of a selfish feature request which I'm happy to work on, but wondering if you have any concerns with the idea.
The current
sql.reader
for odbc requires very particular inputs.odbcDriverConnect
accepts a whole bunch of other inputs by allowing "a more flexible specification via a connection string". My idea is forsql.reader
to be a little more flexible with inputs to make use of this flexibility. Basically, instead of looking only at specified settings (dsn
;user
;password
;dbname
) it would pull through all the settings specified.The text was updated successfully, but these errors were encountered: