This 37signals posting got passed around the office lately about adding comments to SQL to make it easy to find where the query comes from in a Rails app.
http://37signals.com/svn/posts/3130-mini-tech-note-mysql-query-comments-in-rails Of course, with DBIC it's a bit more difficult to define "where" a query comes from since it can get built in parts and doesn't get executed until it's used. Plus, we already have code that reports on "slow" queries (or excessive queries) in a given web request. Still, Is there any existing module that would do something like this this? I'm not sure what it would put in outside of a stack trace. -- Bill Moseley [email protected]
_______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
