2012-04-22 |
Matt S Trout |
move _count_subq_rs having recursion to dq |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
handle slightly weird case of partial $from |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
don't use throw_exception in code that can't |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
handle lack of source_name in join tagging code |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
re-kill evil hack |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
fix is_single detection |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
move stuff about. pay no attention to the madness behin... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
switch _construct_objects prefetch to DQ |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
allow Data::Query::Constants, a trivial exporter, in... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
restore explicit aliases, fix up some join related... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
sane where rendering in update/delete |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
first cut at alias type scanning |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
switch distinct resolution to using dq code |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
further steps towards conversion |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
factor out converter overrides |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
DQ based JOIN generation |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
nuke vestigial code |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
rendering SELECT, GROUP BY and HAVING via DQ |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
SQLMaker barely runs |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Matt S Trout |
revert code changes for DQ rebastiality |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Peter Rabbitson |
Remove realiasing overengineering introduced in 86bb5a27da |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Peter Rabbitson |
More limit torture |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Peter Rabbitson |
Fix lapse on limited incomplete has_many prefetches |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Peter Rabbitson |
Do not artificially order the internals of a has_many... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Peter Rabbitson |
Saner naming for helper test method |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Peter Rabbitson |
Fix test failure on MSWin32 |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Peter Rabbitson |
Make sure order realiasing remains in proper sequence... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Peter Rabbitson |
Fix test borkage after 9b871b00c - ALWAYS RUN TESTS... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Peter Rabbitson |
Better handling of bogus tmpdir returned by File::Spec... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Arthur Axel... |
add missing catfile so tests can run on win32 |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Version/dist Makefile.PL safety checks |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Add strictures to the Makefile.PL inc-snippets |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
This is stupid - no need to build the SQL manually... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Matt S Trout |
No join pruning on a SINGLE TABLE FROM CLAUSE |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Merge branch 'topic/constructor_rewrite' |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Minor cleanups in ResultSet.pm (no functional changes) |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Cleanup of stale constructor codepath comments |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
I think we are done here |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Move scary stuff to its own class |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Initial full test pass - all fetches are eager for now |
commit | commitdiff | tree | snapshot |
2012-04-16 |
Peter Rabbitson |
Merge branch 'master' into topic/constructor_rewrite |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Peter Rabbitson |
Add torture of limiting subselect with non-root table... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Matt S Trout |
me.minyear is not a valid alias, minyear is |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Entire test suite now executable under tainted perl... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Merge massive rework of limit dialects |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Document software_limit and properly throw on related... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Extra tests for all the improvements |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Take into account resultset conditions when determining... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Fix RowCountOrGenericSubQ dropping group/having/order... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
When realiasing carry all 'renames' in longest first... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Anything that isn't in the selector list needs a realias |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Always reselect a bind-containing order by even if... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Do not alias plain column names to the inflator spec... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Fix bind order in RNO limits when there are both select... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Sanify handling of genericsubquery order determination... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Simplify 3-query skimming limits to omit the last redun... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Simplify skimming limits - simpler query when no offset... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Peter Rabbitson |
Refactor a lot of the limit dialects common code -... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Alexander Hartmaier |
fixed current_source_alias example code |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Fix broken tests that would fail in future SQL::Abstract |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Check more files for notabs/eol |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
No longer depend on MI::AuthorTests. Switch xt tests... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Relax requirement of a config stanza introduced in... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Peter Rabbitson |
Fix buggered skip, broken by reorg in d9bd5195 |
commit | commitdiff | tree | snapshot |
2012-04-10 |
moltar |
Removed PRIVATE METHODS pod section from Ordered. |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Allow for tests to run in parallel (simultaneously... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Reorganize CDBICompat tests - centralize prereq checks... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Fix complete breakage of ddl_filename on certain paths |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Fix incorrect DSN in test (does not affect test condition) |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Bump Moo deps |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Peter Rabbitson |
Enhance 19b088d1 to add SQLT dep regardless of Makefile... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Rafael Kitover |
add a link to doc on MAS for MSSQL+ODBC |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Peter Rabbitson |
Better detection/synchronization of MSSQL dynamic curso... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Peter Rabbitson |
Revert 796acb6a - latest FreeTDS does not support MARs... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Alexander Hartmaier |
added paragraph to update_or_create and find_or_create... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Rafael Kitover |
move schema state copy to _copy_state_from |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Rafael Kitover |
check DBD::ODBC version when disabling array ops |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Rafael Kitover |
improvements for MSSQL driver via DBD::ADO |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Rafael Kitover |
The cursor class is now autoloaded due to CAG component... |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Rafael Kitover |
Fix auto-pk for Sybase ASE, broken by refactoring in... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Peter Rabbitson |
Add all database connections via DBICTest::Schema to... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Kitover |
Fix thinkos from bfec318f and 3edfebff |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Kitover |
Disable ODBC batch ops for Access, they are broken |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Brendan Byrd |
Some minor POD corrections |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Kitover |
support FreeTDS 0.91 with Sybase ASE + DBD::Sybase |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Kitover |
disable batch ops for firebird ODBC driver |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Kitover |
make carp_once register messages not just callsite |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Kitover |
Appease DBD::Sybase compiled with new freetds |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Kitover |
As shitty as freetds is, it seems they at least got... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Peter Rabbitson |
Centralize (and privatize) handling of freetds driver... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Peter Rabbitson |
Multiple cleanups to accommodate broken FreeTDS driver |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Peter Rabbitson |
Fix pessimization of offset-less Oracle limits, introdu... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Peter Rabbitson |
Require bugfixed Module::Install |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Peter Rabbitson |
Remove all "magic number" DBI get_info calls from the... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Peter Rabbitson |
Replace all use of wantarray tri-calls with explicit... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Wes Malone |
Passing test for mssql odbc bulk insert bug fixed by... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Rafael Kitover |
Factor out IDENTITY_INSERT for Sybase ASE and MSSQL... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Peter Rabbitson |
Run the sybase C subtest *after* the main test |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Peter Rabbitson |
Remove todoified tests reflecting a conceptual brainfart |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Peter Rabbitson |
Make sure do_query retries on potentially disconnected... |
commit | commitdiff | tree | snapshot |
next |