2013-11-17 |
Matt S Trout |
_resolve_condition for DQ exprs now provides correct... |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Matt S Trout |
factor out _extract_top_level_conditions and use it... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
let rowparser introspect DQ join conds |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
DBICTest result class now loading ExprDeclare |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
factor out join cond to hashref code, return unresolvab... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
make extract_fixed_values work without an alias, make... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
move _extract_fixed dq methods into resultsource to... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
some support for dq in rs condition merging and populate |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
move reverse_relationship_info "is join a hashref"... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
support expr {} in join cond |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Matt S Trout |
allow DQ expr {} blocks as first arg to search |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Merge branch 'master' into dq2eb |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
This is an expensive author-only test, move to xt/ |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Make sure DBICTest is always loaded first (purely bookkeep) |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Work around TB1.5 hanging with 5.19 - use unreleased... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Revert 2c300e45 - new backwards compatible SQLT got... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Clarify what happens on distinct + get_column($aggregat... |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Peter Rabbitson |
Centralize and sanify generation of synthetic group_by... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt Phillips |
fix typo in FATAL ERROR message. |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Peter Rabbitson |
Move database-independent mysql SQLMaker test |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt S Trout |
set nulls => "none" in order nodes under GenericSubquery |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Matt S Trout |
fixup INNER use for mysql 3 |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Matt S Trout |
identifier parsing to make mysql subselect wrapping... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
remove dead code from _extract_order_criteria |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
_extract_order_criteria can now handle ident only or... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
t/prefetch/o2m_o2m_order_by_with_limit.t: literal ident... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
move select arg handling to _select_to_dq to enable... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
_extract_order_criteria should return column names... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
use more DQ in DBIHacks to avoid literals everywhere |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
t/sqlmaker/limit_dialects/generic_subq.t: unselected... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Matt S Trout |
render order by elements without quoting to get identif... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Peter Rabbitson |
THROW AWAY this commit on rebase - dirty bootstrap |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Peter Rabbitson |
Simplify DBIHacks signatures |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Peter Rabbitson |
Temporarily freeze travis SQLT on 0.11016, until the... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Peter Rabbitson |
Test more JSON::Any backends, and reorder the selection... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Peter Rabbitson |
Work around JSON::Any not being future-proof |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dagfinn Ilmari... |
Consistently use "eq ''" when checking for exception... |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dagfinn Ilmari... |
Explicitly stringify when checking for existing exception |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Peter Rabbitson |
Fix a47f273b change to be in line with the Row->Result... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Karen Etheridge |
fix some pod links |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Peter Rabbitson |
Better render of $POSTMORTEM |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Peter Rabbitson |
Add a MAKEFLAGS parallel execution config on travis |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Peter Rabbitson |
Get TAP::Harness to time tests travis-wide |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Peter Rabbitson |
Remove anything preinstalled on the travis perls when... |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Peter Rabbitson |
Smoother concurrent test-flow |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Peter Rabbitson |
Build more recent perls concurrently |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Check that 64 bit in-SQLite math works regardless of... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Fix exceedingly sloppy SQLite warning workaround from... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Forgotten remnant of 655d80dd (void by f207111d) |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Really work around https://github.com/travis-ci/travis... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Add more autogenerated test exceptions, in fact do... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Peter Rabbitson |
Streamline postmortem analysis, and fix non-essential... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
improve order by error message |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
FetchFirst does not inject an order because me.title... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/limit_dialects/toplimit.t - add missing... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
complete murdering emulate_limit |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/quotes/quotes_newstyle.t - ORDER BY parsing... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/quotes/quotes.t - ORDER BY parsing means... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
clean up OracleJoins |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
oraclejoins fix |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/oracle.t - parens and quoting fixes |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/limit_dialects/toplimit.t - ORDER BY title... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/limit_dialects/rownum.t - ROWNUM -> ROWNUM AS |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/limit_dialects/rno.t - ORDER BY on column... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Matt S Trout |
t/sqlmaker/limit_dialects/fetch_first.t - minor SQL... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Add a 9m soft / 9.5m hard timeout option to bin/cpan... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Reenable 5.10 travis smokes |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Correct attribution of nonessential skipped tests origin |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
MULTICREATE_DEBUG + TRACE_PROFILE=console_monochrome... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Karen Etheridge |
Pod/comment fixes |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Make the dbh error handler installer `Perl -d` friendly |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Move classdata handling to DBICTest::Util::LeakTracer |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Peter Rabbitson |
Silence nonessential test warning (last outstanding... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
correctly carry DESC on simple orderings for complex... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
make multicolumn IN work for update/delete |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
switch _adjust_select_args_for_complex_prefetch order... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
switch having code in _count_subq_rs to DQ SQLA, update... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
make _resolve_aliastypes_from_select_args handle an... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Matt S Trout |
clear renderer objects before dicking around with them... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Peter Rabbitson |
Many improvements of bigint handling across various... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Peter Rabbitson |
Add explicit notes wrt DBI/DBD::SQLite dep versions |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Peter Rabbitson |
Make $SIG{__WARN__} overrides more Carp::Always friendly |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Dagfinn Ilmari... |
Warn about non-integer values for all integer bind... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Dagfinn Ilmari... |
Use explicit variable on loop |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Peter Rabbitson |
Fix and guard against erroneous use of list context... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
t/53lean_startup.t - permit Module::Runtime, Data:... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
t/76joins.t - join_type inner now produces just JOIN |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
ident dequalification in _rs_update_delete using DQ |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
RowCountOrGenericSubQ can FOAD, as per ribasushi |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
fix stupid mistake in _extract_order_criteria |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
switch _resolve_aliastypes_from_select_args to calling... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
remove vestigial dwarn |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
only generate a cond for update/delete if we actually... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Matt S Trout |
import sqlmaker work from the dq branch |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Peter Rabbitson |
Fail early properly even in the presence of -jN |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Karen Etheridge |
fix pod formatting of this code snippet |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Dagfinn Ilmari... |
Stop using the deprecated Class::MOP::load_class() |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Arthur Axel... |
Further tradeoffs on relationship sanity checking ... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Peter Rabbitson |
Fail early if full test is run in a stale checkout |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Peter Rabbitson |
Proper fix for t/storage/replicated.t (augments 617474ab7e) |
commit | commitdiff | tree | snapshot |
next |