initial formatting script
[dbsrgits/SQL-Abstract.git] / lib /
2010-09-04 Arthur Axel "fREW... add test for somewhat complex sql and add extra config...
2010-09-04 Arthur Axel "fREW... add html profile
2010-09-04 Arthur Axel "fREW... tests and slightly better profiles
2010-09-03 Arthur Axel "fREW... sensible profiles and accessors for formatting
2010-09-02 Arthur Axel "fREW... initial profile and configuration support
2010-09-02 Arthur Axel "fREW... less warnings
2010-09-02 Arthur Axel "fREW... do not indent for the first select
2010-09-02 Arthur Axel "fREW... good formatting for both subqueries and otherwise
2010-09-02 Arthur Axel "fREW... rearrange things, looks almost good
2010-09-02 Arthur Axel "fREW... fix SQLATest, add more rudimentary formatting and some...
2010-09-01 Arthur Axel "fREW... OO-ify and add some silly colors for fun
2010-09-01 Arthur Axel "fREW... add format command
2010-08-31 Arthur Axel "fREW... document hopes and dreams
2010-08-31 Arthur Axel "fREW... break out Tree
2010-06-29 Nigel Metheringham Improvements to where clause docs for undef/NULL -...
2010-06-29 Nigel Metheringham Trivial doc fix (malformed pod markup)
2010-05-31 Arthur Axel "fREW... for people working from repository
2010-05-31 Arthur Axel "fREW... release 1.67
2010-05-30 Peter Rabbitson Bump trunk version
2010-05-30 Peter Rabbitson Fix SQLA::Test problem
2010-05-16 Arthur Axel "fREW... this should have been release 1.66, but I forgot to...
2010-05-16 Peter Rabbitson Puke in bind-assert and rewrite test to stop T::E from...
2010-05-16 Peter Rabbitson Add missing bindtype assertions
2010-05-14 Nigel Metheringham Added check for defined to str equality test
2010-04-26 Peter Rabbitson Stupid omission
2010-04-24 Peter Rabbitson Doesn't get any tighter
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-11 Arthur Axel "fREW... set version for dev users
2010-04-11 Arthur Axel "fREW... Release 1.65
2010-04-11 Arthur Axel "fREW... cleaner dev version stuff; thanks to riba
2010-04-11 Arthur Axel "fREW... set version to 1.64_01 for dev users
2010-04-11 Arthur Axel "fREW... Release 1.64
2010-04-07 Robert Bohne Fixed small POD mistake
2010-04-04 Peter Rabbitson Fix RTs #56062 and #56258
2010-03-24 Peter Rabbitson Release 1.63
2010-03-23 Peter Rabbitson ILIKE is common enough to be in core
2010-03-23 Peter Rabbitson Whoops - forgot to commit
2010-03-09 Peter Rabbitson Bump trunk version
2010-03-09 Peter Rabbitson Extra nesting test and fix
2010-03-08 Peter Rabbitson De-golf
2010-03-08 Peter Rabbitson Clean namespace
2010-03-08 Peter Rabbitson Propagate bindtype properly over nested functions
2010-03-08 Peter Rabbitson Simplify a bit
2010-03-08 Peter Rabbitson Looks like its finally solved
2010-03-07 Peter Rabbitson Factor out insert returning generator
2010-03-05 Marc Mims fixed open outer parens in a multi-line literal
2010-02-26 Peter Rabbitson Slightly change the license wording (to satisfy the...
2010-02-26 Peter Rabbitson Lose a couple of oddball dependencies (while moronizing...
2010-02-05 Peter Rabbitson Release 1.61
2010-02-04 Peter Rabbitson Things look saner now
2010-01-28 Peter Rabbitson optional functionality for INSERT
2009-09-22 Peter Rabbitson Release 1.60
2009-09-22 Peter Rabbitson fix a dumb dumb regex error, /me --
2009-09-22 Peter Rabbitson Release 1.59
2009-09-22 Peter Rabbitson Documentation and changes
2009-09-22 Peter Rabbitson Allow scalarref in IN and open up non-grouping parenthe...
2009-09-22 Peter Rabbitson IN testing support
2009-09-22 Peter Rabbitson Omnipotent 'between'
2009-09-15 Peter Rabbitson Fix some warnings
2009-09-07 Nigel Metheringham Documentation tweak on how you handle booleans
2009-09-04 Peter Rabbitson Release 1.58
2009-09-04 Peter Rabbitson Fix Tester to deal properly with NOT and single parenth...
2009-09-04 Nigel Metheringham Extended -bool handling to handle more types of parameters
2009-09-03 Peter Rabbitson Final cleanups
2009-08-20 Nigel Metheringham Reduced regex munging of operators and streamlined...
2009-08-20 Peter Rabbitson Merge 'trunk' into 'bool_operator'
2009-05-30 Peter Rabbitson Release 1.56
2009-05-30 Peter Rabbitson Do not join hash order conditions early
2009-05-29 Peter Rabbitson Fix for _order_by with bind values - will not work...
2009-05-18 Nigel Metheringham Doc typo fix
2009-05-16 Peter Rabbitson Release 1.55
2009-05-16 Peter Rabbitson Test and fix for obscure where-cond modification
2009-05-11 Nigel Metheringham Made unary_ops a direct equivalent of special_ops with...
2009-05-11 Nigel Metheringham Added -bool/-not_bool operators - required some refactoring
2009-05-07 Peter Rabbitson Release 1.54
2009-05-07 Peter Rabbitson Allow special op handlers to be a method name alongside...
2009-05-05 Peter Rabbitson Back out changes, needs more work, move to a branch
2009-05-05 Peter Rabbitson Deprecate -nest in favor of -paren
2009-04-30 Peter Rabbitson Release 1.53
2009-04-29 Peter Rabbitson Tweak tester disclaimer
2009-04-29 Peter Rabbitson Add license POD tag, MI friendly
2009-04-29 Peter Rabbitson Make sure hash key sorting is maintained throughout...
2009-04-28 Peter Rabbitson Release 1.52
2009-04-28 Peter Rabbitson Add myself to contributors
2009-04-28 Peter Rabbitson Merge 'trunk' into 'and_or'
2009-04-28 Peter Rabbitson A much better fix for the x => [ -and, ... ] corner...
2009-04-28 Peter Rabbitson Revert r5976, trying something better
2009-04-28 Peter Rabbitson Refactor the parenthesis unroll SQLA::Test code
2009-04-28 Justin Hunter patch to suppress warnings in case first element of...
2009-04-24 Peter Rabbitson Wrap up order_by saga
2009-04-24 Peter Rabbitson Make POD more readable, add a (failing) multikey order_...
2009-04-24 Justin Hunter add support for order_by => [qw/colA colB/]
2009-04-24 Justin Hunter fix for x => { '!=' => [ -and => (1 .. 3) ] }
2009-04-23 Peter Rabbitson Merge 'and_or' into 'trunk'
2009-04-21 Peter Rabbitson Silence warning on bleadperl (by SMPETERS)
2009-04-21 Justin Hunter patch for -between to handle [\"", \""] and \["", ...
2009-04-08 Justin Hunter fix for hashref $logic
2009-04-01 Laurent Dami corrections/additions in POD, after remarks from ribasushi
2009-03-28 Peter Rabbitson Release 1.51
2009-03-28 Peter Rabbitson Warn about deprecation of and/or/nestX
next