Skip to content

Commit

Permalink
Item14376: Still can't quite believe what a PITA SQL server is. Last …
Browse files Browse the repository at this point in the history
…try.
  • Loading branch information
cdot committed Apr 13, 2017
1 parent f028748 commit 99af317
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 242 deletions.
Expand Up @@ -101,8 +101,9 @@ sub sql {
my $sql = shift;

if ( $TRACE{sql} ) {
my @c = caller;
trace( $c[1], ':', $c[2] );

#my @c = caller;
#trace($c[1], ':', $c[2]);
$this->traceSQL( $sql, @_ );
}

Expand Down

0 comments on commit 99af317

Please sign in to comment.