Skip to content

Commit

Permalink
Merge pull request #19 from carlssonia/master
Browse files Browse the repository at this point in the history
Add wrapper for 'runRaw'
  • Loading branch information
zenzike committed Sep 1, 2012
2 parents 60c1009 + 94cc7cc commit 30343ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Database/HDBC/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ instance IConnection ConnWrapper where
disconnect w = withWConn w disconnect
commit w = withWConn w commit
rollback w = withWConn w rollback
runRaw w = withWConn w runRaw
run w = withWConn w run
prepare w = withWConn w prepare
clone w = withWConn w (\dbh -> clone dbh >>= return . ConnWrapper)
Expand Down

0 comments on commit 30343ef

Please sign in to comment.