Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source and Sink types #242

Closed
mcawte opened this issue Jul 17, 2019 · 1 comment
Closed

Source and Sink types #242

mcawte opened this issue Jul 17, 2019 · 1 comment

Comments

@mcawte
Copy link

mcawte commented Jul 17, 2019

The documentation gives the example

# return result as a csv file
using CSV
csv = ODBC.query(dsn, "select * from cool_table", CSV.Sink, "cool_table.csv")

which no longer works. From what I can see, this functionality was given by the code here:
https://github.com/JuliaDatabases/ODBC.jl/blob/v0.7.0/src/Sink.jl
https://github.com/JuliaDatabases/ODBC.jl/blob/v0.7.0/src/Source.jl

The Sink.jl and Source.jl files are not present in versions beyond 0.7.0. Were these files neglected when the transition to Julia 1.0 happened, or has there been a reshuffling of functions with the documentation lagging behind?

@quinnj
Copy link
Member

quinnj commented May 23, 2020

The docs have been updated as of #263

@quinnj quinnj closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants