fukamachi / mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support
292 stars 31 forks source link

Use DBI logger for logging #60

Closed fukamachi closed 5 years ago

fukamachi commented 5 years ago

CL-DBI provides a logging feature since v0.9.0. This patch replaces Mito.Logger by it.

Compatibility note: functions in *trace-sql-hooks* now takes these 5 arguments, not 3.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.06%) to 72.128% when pulling 9afe15c0c5f36cda160fd1456010d0caabc1bd36 on dbi-logger into 5e5a32f7a9a63c543e5ff97324c19ca01cde7efc on master.