Octavian Rasnita wrote: > Hi, > > Is it possible to log a certain SQL which is generated in a Catalyst > application by a controller that uses a DBIx::Class model? > > Thank you. > > Octavian > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > This will print out geneerated SQL on debug screen: $ export DBIC_TRACE=1
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
