Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #3 from asr/master
Browse files Browse the repository at this point in the history
Missing backslash
  • Loading branch information
bos committed Jun 9, 2011
2 parents 27cef41 + e7a345b commit c36d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/HDBC/MySQL.hs
Expand Up @@ -26,7 +26,7 @@ main = do
'mysqlPassword' = \"tiger\"
}
'quickQuery'' conn \"SELECT 1 + 1\" []
forM_ rows $ \row -> putStrLn $ show row
forM_ rows $ \\row -> putStrLn $ show row
@
There are some important caveats to note about this driver.
Expand Down

0 comments on commit c36d4cb

Please sign in to comment.