Revision history for SQL::Abstract
+ - Switch the tokenizer to precompiled regexes (massive speedup)
+ - Rudimentary handling of quotes ( 'WHERE' vs WHERE )
+
revision 1.68 2010-09-16
----------------------------
- Document methods on Tree
$Data::Dumper::Terse = 1;
$Data::Dumper::Sortkeys = 1;
-# equivalent to $Module::Install::AUTHOR
-my $author = (
- ( not -d './inc' )
- or
- ( -e ($^O eq 'VMS' ? './inc/_author' : './inc/.author') )
-);
-
-if (not $author and not $ENV{SQLATEST_TESTER} and not $ENV{AUTOMATED_TESTING}) {
- plan skip_all => 'Skipping resource intensive self-tests, use SQLATEST_TESTER=1 to run';
-}
-
my @sql_tests = (
# WHERE condition - equal
{