Link fixes (no other changes)
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
2014-09-21 Peter Rabbitson Link fixes (no other changes)
2014-09-20 Dagfinn Ilmari Man... Warn if _recurse_where is called in scalar context
2014-09-20 Peter Rabbitson Truly fix literal+bind examples (build upon a3e3e6a18)
2014-09-20 Dagfinn Ilmari Man... Fix typos in literal + bind examples
2014-09-19 Peter Rabbitson Well how about them apples?! Add temporary overload...
2014-09-19 Peter Rabbitson Boolification-derived-stringification is a thing.....
2014-09-14 Peter Rabbitson An arrayref makes sense for literals, but no sense...
2014-09-07 Peter Rabbitson Make sure is_plain_value returns the actual object...
2014-09-07 Peter Rabbitson Even more reuse of @_
2014-09-04 Peter Rabbitson { -ident => undef } makes zero sense
2014-07-18 Dagfinn Ilmari Man... Correct comments about overload methods vs. ->can()
2014-07-17 Peter Rabbitson Aha - this is why I didn't use ->can originally
2014-07-17 Peter Rabbitson New exportable functions: is_literal_value($) and is_pl...
2014-07-17 Peter Rabbitson Fix -values not being handled properly with NULLs
2014-07-17 Dagfinn Ilmari Man... Escape closing quote character in table and column...
2014-05-28 Peter Rabbitson release 1.78 v1.78
2014-01-17 Peter Rabbitson release 1.77 v1.77
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2013-12-27 Peter Rabbitson release 1.75 v1.75
2013-12-26 Peter Rabbitson Reintroduce handling of IS( NOT) ops
2013-12-26 Peter Rabbitson Extensive tests and deprecations of multivalue/no value...
2013-12-26 Peter Rabbitson Remove many of the settled-by-time comments, modernize...
2013-12-18 Peter Rabbitson Make it clearer in examples that bool takes expressions
2013-12-18 Peter Rabbitson Test BETWEEN after the IN debacle (luckily it throws...
2013-12-18 Dagfinn Ilmari Man... Clarify in => undef exception (based on 90c87778)
2013-12-18 Peter Rabbitson Backport undef-with-in tests from DQ, add "roadwork...
2013-12-04 Dagfinn Ilmari Man... Document and test non-reference { -in => ... }
2013-08-12 Dagfinn Ilmari Man... Fix typos in POD and comments (RT#87776)
2013-06-04 Peter Rabbitson release 1.74 v1.74
2013-04-14 Dagfinn Ilmari Man... Revert "Add support for NULLS FIRST/LAST in ORDER BY"
2013-03-21 Olaf Alders Normalize the select docs s/$table/$source/
2013-02-05 Dagfinn Ilmari Man... Fix -nulls value case-insensitivity
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2012-07-10 Arthur Axel 'fREW... release 1.73 v1.73
2012-05-30 Arthur Axel 'fREW... release 1.73_01 v1.73_01
2012-04-11 Peter Rabbitson Migrate -ident and -value from dbic, reorganize docs
2011-08-07 Naveed Massjouni Cleaning up docs as ribasushi suggested. Made it clear...
2011-07-31 Peter Rabbitson Do not import Carp functions into the namespace
2011-04-08 Justin Hunter _debug not debug, RT#67179
2011-04-01 Justin Hunter fix some pod per RT65556
2011-04-01 Justin Hunter fix git url, RT67137
2011-03-29 Arthur Axel 'fREW... take out useless _table option
2010-12-21 Arthur Axel 'fREW... Release 1.72 v1.72
2010-12-21 Peter Rabbitson Consolidate the injection_guard checks, fix bobby's...
2010-12-21 Peter Rabbitson injection_guard implementation
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-05 Peter Rabbitson Pass options to _insert_returning and allow bind rvs
2010-12-01 Justin Hunter add handling for NULL when using -in
2010-11-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Arthur Axel 'fREW... Release 1.70 v1.70
2010-11-06 Arthur Axel 'fREW... Document repo
2010-10-22 Arthur Axel "fREW... release SQL::Abstract 1.69
2010-10-21 Peter Rabbitson Add support for { -op => $foo } in UPDATE arguments
2010-10-21 Peter Rabbitson Properly support ops containing _'s (valid in Oracle)
2010-09-23 Peter Rabbitson Fix bindtype omission in -in handling
2010-09-22 Peter Rabbitson Backout errnoeusly committed stuff
2010-09-22 Peter Rabbitson Fix incomplete handling of IN/BETWEEN sub-args
2010-09-16 Arthur Axel "fREW... release 1.68
2010-09-12 Arthur Axel "fREW... release 1.67_03
2010-09-08 Arthur Axel "fREW... rename DBIC::Storage::PP and get ready to re-release
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-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-05 Peter Rabbitson Release 1.61
2010-01-28 Peter Rabbitson optional functionality for INSERT
2009-09-22 Peter Rabbitson Release 1.60
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 Omnipotent 'between'
next