wip
This commit is contained in:
parent
f353f5e491
commit
6a608ead2c
|
@ -46,11 +46,11 @@ private extension Database {
|
|||
static let config: Configuration = {
|
||||
var config = Configuration()
|
||||
#if DEBUG
|
||||
// verbose and debugging in DEBUG builds only.
|
||||
config.publicStatementArguments = true
|
||||
config.prepareDatabase { db in
|
||||
db.trace { print("SQL> \($0)\n") }
|
||||
}
|
||||
// // verbose and debugging in DEBUG builds only.
|
||||
// config.publicStatementArguments = true
|
||||
// config.prepareDatabase { db in
|
||||
// db.trace { print("SQL> \($0)\n") }
|
||||
// }
|
||||
#endif
|
||||
return config
|
||||
}()
|
||||
|
|
Loading…
Reference in a new issue