summaryrefslogtreecommitdiff
path: root/_posts/2008-06-21-debug-your-dbix-class-queries.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-10 17:53:07 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-10 17:53:07 -0800
commit55ea9533fa0e06c0ca0f13da78738ba436a57fda (patch)
tree220bb5814f3e6358c177e3658ab7f2ccfa55e213 /_posts/2008-06-21-debug-your-dbix-class-queries.md
parentFix the link to the list of posts. (diff)
downloadlumberjaph-55ea9533fa0e06c0ca0f13da78738ba436a57fda.tar.gz
Move some posts to the codex page.
Diffstat (limited to '')
-rw-r--r--_posts/2008-06-21-debug-your-dbix-class-queries.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2008-06-21-debug-your-dbix-class-queries.md b/_posts/2008-06-21-debug-your-dbix-class-queries.md
index 7cb66c2..eb5ddef 100644
--- a/_posts/2008-06-21-debug-your-dbix-class-queries.md
+++ b/_posts/2008-06-21-debug-your-dbix-class-queries.md
@@ -2,6 +2,7 @@
layout: post
title: debug your DBIx::Class queries
summary: In which I explain how to see SQL queries generated for DBIx::Class.
+type: codex
---
If you use DBIx::Class and want to see what the SQL generated looks like, you can set the environment variable **DBIC_TRACE**.