diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-02 05:42:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-02 05:42:51 +0800 |
commit | 71fa8defdc60e8b08c90fb5c488074fd5bbb9ad1 (patch) | |
tree | 90aced6257bf626ea5a9c52593e3210d1577591d /databases/Makefile | |
parent | 25eb501bebc04e5430337983df43783d10dc80af (diff) | |
download | freebsd-ports-gnome-71fa8defdc60e8b08c90fb5c488074fd5bbb9ad1.tar.gz freebsd-ports-gnome-71fa8defdc60e8b08c90fb5c488074fd5bbb9ad1.tar.zst freebsd-ports-gnome-71fa8defdc60e8b08c90fb5c488074fd5bbb9ad1.zip |
DBIx::Class::QueryLog logs each transaction and query executed so you can
analyze what happened in the session.
WWW: http://search.cpan.org/dist/DBIx-Class-QueryLog/
PR: ports/134095
Submitted by: Andrey Kostenko <andrey at kostenko.name>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7cb1c5c46b45..6f4c992162ee 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -303,6 +303,7 @@ SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader + SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-TimeStamp |