Fix syntax error on perl 5.8
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract /
2021-05-19 Dagfinn Ilmari Man... Fix syntax error on perl 5.8
2021-01-23 Matt S Trout that wasn't nearly enough usage to add the dependency
2020-07-24 Matt S Trout cleanup rogue whitespace
2020-07-24 Matt S Trout bang overrides example name change
2020-07-24 Matt S Trout picked the wrong regexp escape
2020-07-24 Matt S Trout mst forgot to git add this. mst is a fool. mst did...
2020-07-24 Matt S Trout simcop2387 once again points out that mst is an idiot
2020-07-24 Matt S Trout rename and mention example
2020-07-24 Matt S Trout remove obsolete thing that never worked
2020-07-24 Matt S Trout document bangoverrides, add example
2020-07-24 Matt S Trout expand bangoverrides from order_by keys too for compat...
2020-07-24 Matt S Trout make sure extraclauses doesn't kill already extant...
2020-07-24 Matt S Trout THERE ARE FOUR LIGHTS
2020-07-24 Matt S Trout plugin registration
2020-07-24 Matt S Trout insert select/rowvalues clauses, with and with_recursive
2020-07-24 Matt S Trout document the from and using clauses added to update...
2020-07-24 Matt S Trout set operation examples
2020-07-24 Matt S Trout document group by and having clauses
2020-07-24 Matt S Trout expand_maybe_list_expr now -list expander
2020-07-24 Matt S Trout tidy up as/alias expansion
2020-07-24 Matt S Trout simply from list handling
2020-07-24 Matt S Trout cleanup join rendering some
2020-07-24 Matt S Trout document join and from lists
2020-07-24 Matt S Trout clean up EC code and add pod
2020-07-24 Matt S Trout more cleanup using register()
2020-07-24 Matt S Trout consolidate other things
2020-07-24 Matt S Trout smarter register in EC
2020-07-24 Matt S Trout move more to register
2020-07-24 Matt S Trout initial register code for EC plugin
2020-07-24 Matt S Trout EC easy node types
2020-07-24 Matt S Trout make pod tests happy
2020-07-24 Matt S Trout fixup thingop_expander code and convert EC as
2020-07-24 Matt S Trout move ExtraClauses to -keyword
2020-07-24 Matt S Trout document delete query
2020-07-24 Matt S Trout doc insert query
2020-07-24 Matt S Trout doc select and update queries
2020-07-24 Matt S Trout doc ident and value op expanders
2020-07-24 Matt S Trout doc is op expander
2020-07-24 Matt S Trout doc in op expander
2020-07-24 Matt S Trout doc between op expander
2020-07-24 Matt S Trout document values expander
2020-07-24 Matt S Trout document func expander
2020-07-24 Matt S Trout document op expander
2020-07-24 Matt S Trout document row expander
2020-07-24 Matt S Trout document bool expander
2020-07-24 Matt S Trout add prefix unop example, and example for new keyword...
2020-07-24 Matt S Trout add docs on is dwim for undef values
2020-07-24 Matt S Trout arrayref expr
2020-07-24 Matt S Trout add more expression types to reference
2020-07-24 Matt S Trout kil a couple of tyops
2020-07-24 Matt S Trout extra definitions entries, examples for ident type...
2020-07-24 Matt S Trout reference docs so far
2020-07-24 Matt S Trout clean up select.setop renderer
2020-07-24 Matt S Trout switch to direct from list expansion
2020-07-24 Matt S Trout use simple return system for delete.using
2020-07-24 Matt S Trout clean up EC _expand_select
2020-07-24 Matt S Trout extract setop select expander
2020-07-24 Matt S Trout puke unused anyway
2020-07-24 Matt S Trout extract setop expander
2020-07-24 Matt S Trout extract setop expansion
2020-07-24 Matt S Trout extract setop rendering to a method
2020-07-24 Matt S Trout extract more extraclauses stuff to methods
2020-07-24 Matt S Trout promote expand_maybe_list_expr to public method
2020-07-24 Matt S Trout cleaner plugin registration
2020-07-24 Matt S Trout switch to plugin style
2020-07-24 Matt S Trout fixup SQL::Abstract::ExtraClauses to subclass SQLA...
2020-07-24 Matt S Trout I need these every time I debug it so might as well...
2020-07-24 Matt S Trout make render_statement consistent with other render_...
2020-07-24 Matt S Trout lift innerdent and unify algorithm
2020-07-24 Matt S Trout better indent picking inside parens
2020-07-24 Matt S Trout need $join having removed the space-after-), and resett...
2020-07-24 Matt S Trout don't add nl_pre before final newline (duh)
2020-07-24 Matt S Trout in practice, shoving a space after every ) turned out...
2020-07-24 Matt S Trout more code cleanup
2020-07-24 Matt S Trout more formatting cleanup
2020-07-24 Matt S Trout cleanup and improve formatting logic
2020-07-24 Matt S Trout better indentation and interpolation
2020-07-24 Matt S Trout present AS correctly
2020-07-24 Matt S Trout fix indentation and newlines for more cases
2020-07-24 Matt S Trout clearer formatting with less pointless whitespace/newlines
2020-07-24 Matt S Trout ON( now renders correctly as ON (
2020-07-24 Matt S Trout handle non-ref internals
2020-07-24 Matt S Trout formatter starts to work
2020-07-24 Matt S Trout better followiung principles
2020-07-24 Matt S Trout make cast expander stable
2020-07-24 Matt S Trout format works
2020-07-24 Matt S Trout clean things up and better sqlacexpr
2020-07-24 Matt S Trout improving formatting
2020-07-24 Matt S Trout create sql part joining control code
2020-07-24 Matt S Trout is_op and register_op
2020-07-24 Matt S Trout add CAST() to ExtraClauses
2020-07-24 Matt S Trout it would help if I actually enabled with for non-select...
2020-07-24 Matt S Trout First attempt at SQLA2Support
2020-07-24 Matt S Trout last use of row for non-rowtype
2020-07-24 Matt S Trout eliminate sucky use of row
2020-07-24 Matt S Trout rebuild convert using extension system
2020-07-24 Matt S Trout normalise expansion methods
2020-07-24 Matt S Trout make stability test try and invoke diff
2020-07-24 Matt S Trout expand alias
2020-07-24 Matt S Trout restore expand stability for extraclauses
next