Skip to content

Adding code fences to the example code. #11

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

Closed
wants to merge 1 commit into from
Closed

Adding code fences to the example code. #11

wants to merge 1 commit into from

Conversation

ZehCnaS34
Copy link

A side note:

When I was trying the first example for the SQLite database, it raised an error when running

db = connect(SQLite, "database.sqlite")


println("Disconnected.")
connect(SQLite3, "db.sqlite3") do conn
println("Connected.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you inadvertently lost some indentation here

@ScottPJones
Copy link

Might want to add an "n" to the word "feces" in the title! 😜

@ZehCnaS34 ZehCnaS34 changed the title adding code feces for the example code Adding code fences to the example code. May 19, 2016
@ZehCnaS34
Copy link
Author

Whoops lol. Thanks!

@ivarne
Copy link

ivarne commented Jun 27, 2016

Bump (this looks good to me)!

(Reviewers might want to look at https://github.com/JuliaDB/DBI.jl/pull/11/files?w=1 to see the non-whitesace changes.)

@iamed2
Copy link
Contributor

iamed2 commented Jun 27, 2016

Lost indentation in do block on line 184 still needs to be corrected

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

Successfully merging this pull request may close these issues.

5 participants