Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/Database/PostgreSQL/Simple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,23 @@ module Database.PostgreSQL.Simple
, foldWithOptions_
, forEach
, forEach_
, returning
-- ** Queries that stream results taking a parser as an argument
, foldWith
, foldWithOptionsAndParser
, foldWith_
, foldWithOptionsAndParser_
, forEachWith
, forEachWith_
, returningWith
-- * Statements that do not return results
, execute
, execute_
, executeMany
-- , Base.insertID
-- * Modifications that return results
, returning
, returningWith
-- * Transaction handling
, withTransaction
, withSavepoint
-- , Base.autocommit
, begin
, commit
, rollback
Expand Down
1 change: 0 additions & 1 deletion src/Database/PostgreSQL/Simple/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module Database.PostgreSQL.Simple.Transaction
, defaultTransactionMode
, defaultIsolationLevel
, defaultReadWriteMode
-- , Base.autocommit
, begin
, beginLevel
, beginMode
Expand Down