projects
/
scpubgit/Q-Branch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
test is case insensitive, result should be lower cased
[scpubgit/Q-Branch.git]
/
lib
/
SQL
/
Abstract
/
Test.pm
2019-04-21
Matt S Trout
make stability test try and invoke diff
blob
|
commitdiff
2019-04-20
Matt S Trout
better expand stability testing
blob
|
commitdiff
|
diff to current
2019-04-19
Matt S Trout
handle convert where using expander wrapping
blob
|
commitdiff
|
diff to current
2019-04-10
Matt S Trout
add expand stability test
blob
|
commitdiff
|
diff to current
2019-04-05
Matt S Trout
allow controlling SQL::Abstract class for test suite...
blob
|
commitdiff
|
diff to current
2018-09-16
Matt S Trout
start of moving and/or to ops
blob
|
commitdiff
|
diff to current
2017-04-13
Dagfinn Ilmari Man...
Whitespace cleanup
blob
|
commitdiff
|
diff to current
2014-05-27
Peter Rabbitson
Port the \[] *_sql_bind unpacker from DBIC
blob
|
commitdiff
|
diff to current
2013-12-26
Peter Rabbitson
Centralize handling of in-test dumpering
blob
|
commitdiff
|
diff to current
2013-12-18
Peter Rabbitson
Do not yell loudly on TODOified is_same_* tests
blob
|
commitdiff
|
diff to current
2013-06-02
Peter Rabbitson
Stop differentiating between ORDER BY foo and ORDER...
blob
|
commitdiff
|
diff to current
2013-06-02
Peter Rabbitson
Drop the silly Dumpered bind comparison
blob
|
commitdiff
|
diff to current
2011-08-06
Peter Rabbitson
Massively refactor arbitrary sql parser code
blob
|
commitdiff
|
diff to current
2010-12-21
Peter Rabbitson
Undocument -nest with extreme prejudice
blob
|
commitdiff
|
diff to current
2010-11-28
Peter Rabbitson
Better diagnostics (unparse the parent of the failed...
blob
|
commitdiff
|
diff to current
2010-11-13
Arthur Axel 'fREW...
migrate _parenthesis_unroll to SQL::Abstract::Tree
blob
|
commitdiff
|
diff to current
2010-10-21
Peter Rabbitson
Proper placeholder support in the AST
blob
|
commitdiff
|
diff to current
2010-10-21
Peter Rabbitson
Add list support, and various mini-fixes
blob
|
commitdiff
|
diff to current
2010-09-27
Peter Rabbitson
These 'optimizations' are silly
blob
|
commitdiff
|
diff to current
2010-09-22
Peter Rabbitson
Replace one more grep with a regex
blob
|
commitdiff
|
diff to current
2010-09-22
Peter Rabbitson
Tokenizer fixed \o/
blob
|
commitdiff
|
diff to current
2010-09-06
Arthur Axel "fREW...
add more keywords, colors, and indentation rules
blob
|
commitdiff
|
diff to current
2010-09-02
Arthur Axel "fREW...
fix SQLATest, add more rudimentary formatting and some...
blob
|
commitdiff
|
diff to current
2010-08-31
Arthur Axel "fREW...
break out Tree
blob
|
commitdiff
|
diff to current
2010-05-30
Peter Rabbitson
Fix SQLA::Test problem
blob
|
commitdiff
|
diff to current
2010-02-26
Peter Rabbitson
Lose a couple of oddball dependencies (while moronizing...
blob
|
commitdiff
|
diff to current
2010-02-04
Peter Rabbitson
Things look saner now
blob
|
commitdiff
|
diff to current
2010-01-28
Peter Rabbitson
optional functionality for INSERT
blob
|
commitdiff
|
diff to current
2009-09-22
Peter Rabbitson
fix a dumb dumb regex error, /me --
blob
|
commitdiff
|
diff to current
2009-09-22
Peter Rabbitson
IN testing support
blob
|
commitdiff
|
diff to current
2009-09-04
Peter Rabbitson
Fix Tester to deal properly with NOT and single parenth...
blob
|
commitdiff
|
diff to current
2009-04-29
Peter Rabbitson
Tweak tester disclaimer
blob
|
commitdiff
|
diff to current
2009-04-28
Peter Rabbitson
Add myself to contributors
blob
|
commitdiff
|
diff to current
2009-04-28
Peter Rabbitson
Refactor the parenthesis unroll SQLA::Test code
blob
|
commitdiff
|
diff to current
2009-03-28
Peter Rabbitson
Better test exception diag
blob
|
commitdiff
|
diff to current
2009-03-24
Peter Rabbitson
A yet more-smarter parser for SQLA::Test - any smarter...
blob
|
commitdiff
|
diff to current
2009-03-22
Peter Rabbitson
Consider 'X BETWEEN' a statement keyword
blob
|
commitdiff
|
diff to current
2009-03-22
Peter Rabbitson
Comment clarify
blob
|
commitdiff
|
diff to current
2009-03-22
Peter Rabbitson
Massive SQLA::Test rewrite - make it handle ()s sanely...
blob
|
commitdiff
|
diff to current
2009-03-09
Peter Rabbitson
Fix is_* in test to return the correct test value
blob
|
commitdiff
|
diff to current
2009-03-09
Peter Rabbitson
Better handling of borked sql in tests
blob
|
commitdiff
|
diff to current
2009-03-08
Peter Rabbitson
Deal properly with () in is_same_sql_bind
blob
|
commitdiff
|
diff to current
2009-02-16
Norbert Buchmuller
Fixed 'use constant' statement to work on Perl 5.6.
blob
|
commitdiff
|
diff to current
2009-02-03
Norbert Buchmuller
A new predicate sub: eq_sql_bind
blob
|
commitdiff
|
diff to current
2008-12-15
Norbert Buchmuller
Removed an unnecessary 'use'.
blob
|
commitdiff
|
diff to current
2008-12-15
Norbert Buchmuller
Merged changes from the '1.50_RC-extraparens' branch.
blob
|
commitdiff
|
diff to current
2008-11-28
Norbert Buchmuller
Replaced eq_bind() implementation to use Test::Deep...
blob
|
commitdiff
|
diff to current
2008-11-26
Norbert Buchmuller
Reimplemented SQL::Abstract::Test::eq_bind to compare...
blob
|
commitdiff
|
diff to current
2008-11-24
Norbert Buchmuller
Updated doc to refer to Test::Builder instead of Test...
blob
|
commitdiff
|
diff to current
2008-11-16
Norbert Buchmuller
Made stringify_bind() work with 'bindtype' set to ...
blob
|
commitdiff
|
diff to current
2008-11-06
Laurent Dami
patch from mendel, using Test::Builder
blob
|
commitdiff
|
diff to current
2008-11-06
Laurent Dami
patch by Norbert BUCHMULLER: arguments to 'where' that...
blob
|
commitdiff
|
diff to current
2008-10-26
Laurent Dami
moved internal test module into published SQL/Abstract...
blob
|
commitdiff
|
diff to current