Skip to content

Adding code fences to the example code. - #11

Closed
zehcnas34 wants to merge 1 commit into
JuliaDatabases:masterfrom
zehcnas34:master
Closed

Adding code fences to the example code.#11
zehcnas34 wants to merge 1 commit into
JuliaDatabases:masterfrom
zehcnas34:master

Conversation

@zehcnas34

Copy link
Copy Markdown

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")

Comment threadREADME.md

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

Copy link
Copy Markdown
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
Copy Markdown

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

@zehcnas34zehcnas34 changed the title adding code feces for the example codeAdding code fences to the example code.May 19, 2016
@zehcnas34

Copy link
Copy Markdown
Author

Whoops lol. Thanks!

@ivarne

Copy link
Copy Markdown

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
Copy Markdown
Contributor

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

Sign up for freeto 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

@zehcnas34@ScottPJones@ivarne@iamed2@quinnj