dbsrgits/DBIx-Class-Historic.git
2013-10-07 Matt S Trout remove erroneous ORDER BY in torture.t dq_v0
2013-10-07 Matt S Trout add dialect map for RowCountOrGenericSubquery
2013-10-07 Matt S Trout restore rownum.t from 4e9fc3f3
2013-10-07 Matt S Trout allow gensym use for column that never escapes the...
2013-10-07 Matt S Trout I think this time I have the weird AS-defaulting "logic...
2013-10-06 Matt S Trout start of limit dialect map
2013-10-06 Matt S Trout Import generic_subq.t from 318e3d94c5332d5af335706b26fc...
2013-09-10 Matt S Trout update Moo dep to avoid t/55n_c crash
2013-09-10 Matt S Trout only do stability hanlding and field remapping when...
2013-06-17 Peter Rabbitson Cleanup after Moo
2013-03-23 Dagfinn Ilmari... Remove empty insert list handling, DQ does that for...
2013-03-23 Dagfinn Ilmari... Change GenericSubQ to GenercSubquery, since that's...
2013-03-22 Dagfinn Ilmari... Test NULLS FIRST/LAST for limit dialects that mangle...
2013-03-21 Matt S Trout ROWNUM rownum__index -> ROWNUM AS rownum__index in...
2013-03-21 Matt S Trout default AS for fields if subquery expected
2013-03-21 Matt S Trout include limit dialect in error
2013-03-21 Matt S Trout need to detect lack of order at all, not lack of ident...
2013-03-19 Peter Rabbitson Stop the travisty
2013-03-18 Matt S Trout don't report an empty order as stable
2013-03-17 Matt S Trout OracleJoins appears to produce correct SQL
2013-03-17 Matt S Trout Cur_Col_Meta for simple literals in RETURNING ... INTO
2013-03-17 Matt S Trout RETURNING ... INTO works for non-literal column names
2013-03-17 Matt S Trout sqlmaker side of PRIOR support
2012-12-05 Matt S Trout beginnings of oracle joins support
2012-12-01 Matt S Trout support MS Access
2012-10-15 Matt S Trout defer stability check decision to renderer's Slice...
2012-10-13 Matt S Trout make setting limit_dialect do something useful again
2012-08-25 Matt S Trout correct error in toplimit test
2012-08-25 Matt S Trout rework generic_subq subquery test
2012-08-18 Matt S Trout genericsubq test fixups
2012-08-17 Matt S Trout initial fixups for genericsubq
2012-08-17 Matt S Trout rework rownum limit dialect test
2012-08-16 Matt S Trout fixup rno.t
2012-07-28 Matt S Trout switch rno to DQ slice
2012-07-27 Arthur Axel... quoted scalarrefs work when they make sense
2012-05-29 Arthur Axel... remove junk
2012-05-07 Matt S Trout handle odder cases of -as, fix Top
2012-05-06 Matt S Trout FirstSkip works
2012-05-06 Matt S Trout pass FirstSkip tests
2012-04-30 Matt S Trout tweak core_quoted sqlmaker test for ASC elimination...
2012-04-30 Matt S Trout handle empty rs_attrs
2012-04-22 Matt S Trout add missing selects for incomplete prefetch
2012-04-22 Matt S Trout restore order_is_artifical check
2012-04-22 Matt S Trout exterminate direct sqla usage
2012-04-22 Matt S Trout move namespace::clean below Moo
2012-04-22 Matt S Trout ASC purge: t/88result_set_column.t
2012-04-22 Matt S Trout ASC purge: t/row/find_one_has_many.t
2012-04-22 Matt S Trout ASC purge: t/prefetch/o2m_o2m_order_by_with_limit.t
2012-04-22 Matt S Trout ASC purge: t/prefetch/grouped.t
2012-04-22 Matt S Trout murder ASC
2012-04-22 Matt S Trout preserve_order option
2012-04-22 Matt S Trout order stability testing
2012-04-22 Matt S Trout Not supporting the old SQL::Abstract::Limit custom...
2012-04-22 Matt S Trout correctly handle HAVING without GROUP BY
2012-04-22 Matt S Trout introduce internal prune_multiplying to de-hack some...
2012-04-22 Matt S Trout switch is_ordered to new code
2012-04-22 Matt S Trout defuck group by generation in complex prefetches
2012-04-22 Matt S Trout comma is not period comma is not period comma is not...
2012-04-22 Matt S Trout better handling of literals (notably for having clauses)
2012-04-22 Matt S Trout handle select aliases correctly in group by generation...
2012-04-22 Matt S Trout convert more throws to die
2012-04-22 Matt S Trout move _count_subq_rs having recursion to dq
2012-04-22 Matt S Trout handle slightly weird case of partial $from
2012-04-22 Matt S Trout don't use throw_exception in code that can't
2012-04-22 Matt S Trout handle lack of source_name in join tagging code
2012-04-22 Matt S Trout re-kill evil hack
2012-04-22 Matt S Trout fix is_single detection
2012-04-22 Matt S Trout move stuff about. pay no attention to the madness behin...
2012-04-22 Matt S Trout switch _construct_objects prefetch to DQ
2012-04-22 Matt S Trout allow Data::Query::Constants, a trivial exporter, in...
2012-04-22 Matt S Trout restore explicit aliases, fix up some join related...
2012-04-22 Matt S Trout sane where rendering in update/delete
2012-04-22 Matt S Trout first cut at alias type scanning
2012-04-22 Matt S Trout switch distinct resolution to using dq code
2012-04-22 Matt S Trout further steps towards conversion
2012-04-22 Matt S Trout factor out converter overrides
2012-04-22 Matt S Trout DQ based JOIN generation
2012-04-22 Matt S Trout nuke vestigial code
2012-04-22 Matt S Trout rendering SELECT, GROUP BY and HAVING via DQ
2012-04-22 Matt S Trout SQLMaker barely runs
2012-04-22 Matt S Trout revert code changes for DQ rebastiality
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson More limit torture
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-20 Peter Rabbitson Fix test failure on MSWin32
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-20 Peter Rabbitson Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
2012-04-18 Peter Rabbitson Better handling of bogus tmpdir returned by File::Spec...
2012-04-18 Arthur Axel... add missing catfile so tests can run on win32
2012-04-16 Peter Rabbitson Version/dist Makefile.PL safety checks
2012-04-16 Peter Rabbitson Add strictures to the Makefile.PL inc-snippets
2012-04-16 Peter Rabbitson This is stupid - no need to build the SQL manually...
2012-04-16 Matt S Trout No join pruning on a SINGLE TABLE FROM CLAUSE
2012-04-16 Peter Rabbitson Merge branch 'topic/constructor_rewrite'
2012-04-16 Peter Rabbitson Minor cleanups in ResultSet.pm (no functional changes)
2012-04-16 Peter Rabbitson Cleanup of stale constructor codepath comments
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class
next