Fix syntax error in example
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
2022-05-12 Dagfinn Ilmari Man... Fix syntax error in example master
2021-01-23 Matt S Trout Bumping version to 2.000001
2021-01-23 Matt S Trout that wasn't nearly enough usage to add the dependency
2021-01-21 Matt S Trout bump version
2020-07-24 Dagfinn Ilmari Man... Fix warning on thing => [ undef, ... ] q
2020-07-24 Matt S Trout Bumping version to 1.90_03
2020-07-24 Matt S Trout handle empty but defined sep correctly
2020-07-24 Matt S Trout always return some arrayref
2020-07-24 Matt S Trout rewire sqla::More code to use only public methods
2020-07-24 Matt S Trout add SQLA::More compat shim
2020-07-24 Matt S Trout switch to _expand_logop to honour and/or expander wrapping
2020-07-24 Matt S Trout restore subclassable _where_field_IN/BETWEEN mentioned...
2020-07-24 Matt S Trout op dwim should require *only* non-word chars
2020-07-24 Matt S Trout Bumping version to 1.90_02
2020-07-24 Matt S Trout fix DBIC ident op expander compat wrapper to handle...
2020-07-24 Matt S Trout cleanup rogue whitespace
2020-07-24 Matt S Trout bump version
2020-07-24 Matt S Trout singular methods as readers never worked, mst is an...
2020-07-24 Matt S Trout Install DBIC-compatible ident renderer
2020-07-24 Matt S Trout simplify the plugin thing
2020-07-24 Matt S Trout more compat bits and pieces
2020-07-24 Matt S Trout extraclauses and plugin system
2020-07-24 Matt S Trout clean up
2020-07-24 Matt S Trout plugin registration
2020-07-24 Matt S Trout expand_maybe_list_expr now -list expander
2020-07-24 Matt S Trout document remaining methods
2020-07-24 Matt S Trout closer to documented
2020-07-24 Matt S Trout more pod for new methods
2020-07-24 Matt S Trout add is_undef_value doc and export
2020-07-24 Matt S Trout basic config registration pod
2020-07-24 Matt S Trout fixup thingop_expander code and convert EC as
2020-07-24 Matt S Trout clean up config code
2020-07-24 Matt S Trout unop expander wrapper conversion
2020-07-24 Matt S Trout expansion wrapping: in
2020-07-24 Matt S Trout expander wrappers initial
2020-07-24 Matt S Trout kill vestigial _expand_noop method
2020-07-24 Matt S Trout require explicit restoration of old unop behaviour...
2020-07-24 Matt S Trout default to no-op expansion for node types
2020-07-24 Matt S Trout fixup keyword rendering
2020-07-24 Matt S Trout nuke vestigial _join_sql_clauses method
2020-07-24 Matt S Trout simplify multop -keyword use
2020-07-24 Matt S Trout turn join into an aqt expr so it can be a keyword
2020-07-24 Matt S Trout murder more sqlcasing
2020-07-24 Matt S Trout still have to follow the rhs
2020-07-24 Matt S Trout murder the old _convert system
2020-07-24 Matt S Trout switch to using -keyword node type
2020-07-24 Matt S Trout nest doesn't need a node expander either
2020-07-24 Matt S Trout no-op expander and hashpair op expansion cleanup
2020-07-24 Matt S Trout remove a bunch more pointless expanders
2020-07-24 Matt S Trout call op expanders for unop hashpairs, move ident and...
2020-07-24 Matt S Trout promote expand_maybe_list_expr to public method
2020-07-24 Matt S Trout better override handling, handle defined-but-empty...
2020-07-24 Matt S Trout clausify select and add config system
2020-07-24 Matt S Trout don't expand unknown clauses, nerf returning support...
2020-07-24 Matt S Trout switch insert over to clauses system
2020-07-24 Matt S Trout update switched to clauses system
2020-07-24 Matt S Trout auto-generate clause expansion config
2020-07-24 Matt S Trout switch delete to clauses system
2020-07-24 Matt S Trout extract basic usage to a static hash
2020-07-24 Matt S Trout handle completely bizarre edge case
2020-07-24 Matt S Trout detect disabled ops earlier and fail
2020-07-24 Matt S Trout test is case insensitive, result should be lower cased
2020-07-24 Matt S Trout fix deep empty expr to render nothing
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 allow plain - to fall through in hashpair expansion
2020-07-24 Matt S Trout handle convert where using expander wrapping
2020-07-24 Matt S Trout move render_aqt to arrayref
2020-07-24 Matt S Trout first step towards arrayref render_aqt return
2020-07-24 Matt S Trout move multop rendering to join_query_parts
2020-07-24 Matt S Trout fuck wantarray
2020-07-24 Matt S Trout murder AUTOLOAD by default because I keep getting confu...
2020-07-24 Matt S Trout switch Abstract.pm renderers to using join_query_parts
2020-07-24 Matt S Trout compact andor
2020-07-24 Matt S Trout cleanup andor
2020-07-24 Matt S Trout between and in cleanup
2020-07-24 Matt S Trout make join_query_parts handle scalars
2020-07-24 Matt S Trout first keyword move
2020-07-24 Matt S Trout move format_keyword into base sqla
2020-07-24 Matt S Trout row and between
2020-07-24 Matt S Trout move func rendering over to join_query_parts
2020-07-24 Matt S Trout more use cleanup, add hashref to join_sql_parts
2020-07-24 Matt S Trout rename join_clauses to join_query_parts
2020-07-24 Matt S Trout eliminate vestigial length checks
2020-07-24 Matt S Trout move clause rendering to better calling convention
2020-07-24 Matt S Trout clean up calling convention
2020-07-24 Matt S Trout promote _join_parts to public method join_clauses
2020-07-24 Matt S Trout clean up op/func handling, add exists, add de-inconsist...
2020-07-24 Matt S Trout introduce "top level" concept, move -values to Clauses...
2020-07-24 Matt S Trout make INSERT SELECT work
2020-07-24 Matt S Trout add, expand, and use in from, VALUES
2020-07-24 Matt S Trout values clause
2020-07-24 Matt S Trout add as support
2020-07-24 Matt S Trout join support
2020-07-24 Matt S Trout expand function arguments
2020-07-24 Matt S Trout make non-ascii operators work
2020-07-24 Matt S Trout wantarray cleanup and hashref query expressions
2020-07-24 Matt S Trout expand , args while not doubling listification
2020-07-24 Matt S Trout Pass all expression stability tests. Verified by:
next