parsed by SQL::Translator::Parser::DBIx::Class
- Schema POD improvement for dclone
- Fix regression in context sensitiveness of deployment_statements
+ - Fix nasty schema/dbhandle leak due to SQL::Translator
0.08115 2009-12-10 09:02:00 (CST)
- Real limit/offset support for MSSQL server (via Row_Number)
# -------------------------------------------------------------------
sub parse {
# this is a hack to prevent schema leaks due to a retarded SQLT implementation
- # DO NOT REMOVE
+ # DO NOT REMOVE (until SQLT2 is out, the all of this will be rewritten anyway)
Scalar::Util::weaken ($_[1]);
my ($tr, $data) = @_;