projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Not sure what I was thinking, but 18637ebb never worked :/
[dbsrgits/DBIx-Class.git]
/
t
/
sqlmaker
/
2014-10-05
Peter Rabbitson
Extra tests to ensure that the cond collapser will...
tree
|
commitdiff
2014-10-05
Peter Rabbitson
Adjust things for the is_literal_value and -ident SQLA...
tree
|
commitdiff
2014-09-19
Peter Rabbitson
Properly handle empty group_by/order_by
tree
|
commitdiff
2014-09-16
Peter Rabbitson
Yet another loose end on the cond collapser
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Put in place deprecation forgotten for several years
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Split DBIC from SQLMaker test (deprecated in next commit)
tree
|
commitdiff
2014-09-04
Peter Rabbitson
Add one more spot of unroll
tree
|
commitdiff
2014-09-04
Peter Rabbitson
One more fail-case missed in 135ac69dd
tree
|
commitdiff
2014-09-04
Peter Rabbitson
Better optional diag in t/sqlmaker/dbihacks_internals.t
tree
|
commitdiff
2014-09-03
Peter Rabbitson
Fix condition collapser corrupting -X operators
tree
|
commitdiff
2014-09-03
Peter Rabbitson
Make sure empty cond collapser works on all positions
tree
|
commitdiff
2014-09-01
Peter Rabbitson
Make sure cond collapser works case insensitively
tree
|
commitdiff
2014-09-01
Peter Rabbitson
Deduplicate (and stabilize) the result of _collapse_cond
tree
|
commitdiff
2014-08-05
Peter Rabbitson
S::L tests rely on preserving the sqlmaker between...
tree
|
commitdiff
2014-07-19
Peter Rabbitson
is_X_value functions introduced in 3705e3b28 migrated...
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Better, consistent handling of -literal/-value in the...
tree
|
commitdiff
2014-07-12
Peter Rabbitson
Refactor ::DBIHacks::_extract_fixed_condition_columns...
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Fix incorrect handling of stringifiable objects in...
tree
|
commitdiff
2014-05-28
Peter Rabbitson
Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
tree
|
commitdiff
2014-05-28
Peter Rabbitson
Retire DBIC::DebugObj, replace with $dbictest_schema...
tree
|
commitdiff
2014-05-27
Peter Rabbitson
This test was essentially c/p-ed in 2cc3a7be3, consolidate
tree
|
commitdiff
2014-05-27
Alexander Hartmaier
The initial (now passing) test for RT#93244 (fixed...
tree
|
commitdiff
2014-05-27
Peter Rabbitson
Massively refactor and sanify condition collapsing
tree
|
commitdiff
2014-04-25
Peter Rabbitson
Properly detect and test mysql v3 default JOIN behavior
tree
|
commitdiff
2014-04-25
Peter Rabbitson
Add explicit AS keyword to RowNum (Oracle) limit dialect
tree
|
commitdiff
2014-04-25
Peter Rabbitson
Add extra fetch_first test for right-side-only order
tree
|
commitdiff
2013-12-13
Peter Rabbitson
Convert many live-only SQL test to standalone is_same_s...
tree
|
commitdiff
2013-11-05
Peter Rabbitson
Make sure DBICTest is always loaded first (purely bookkeep)
tree
|
commitdiff
2013-04-19
Brendan Byrd
Support for $val === [ {}, $val ] in literal SQL +...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Overhaul GenericSubq limit - add support for multicol...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Start running more limit dialect torture tests if possible
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Remove idiotic RowCountOrGenericSubQ - it will never...
tree
|
commitdiff
2013-04-09
Peter Rabbitson
Fix oversight in subqueried MySQL update/delete
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Radically rethink complex prefetch - make most useful...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Consider unselected order_by during complex subqueried...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Optimization - order only on lazy prefetch
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Move the infmap verification/exception way earlier
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-01-25
Peter Rabbitson
Remove TODO labels from blocks not using todo_skip...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Fix self-referential resultset update/delete on MySQL...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Deprecate emulate_limit() - can not be sanely supported...
tree
|
commitdiff
2012-11-04
Peter Rabbitson
Remove code which migrated into the core of SQLA
tree
|
commitdiff
2012-11-03
Matt Phillips
Let SQLMaker rs_attr 'for' support string literals
tree
|
commitdiff
2012-08-23
Peter Rabbitson
Back out constructor/prefetch rewrite introduced mainly...
tree
|
commitdiff
2012-04-21
Peter Rabbitson
Remove realiasing overengineering introduced in 86bb5a27da
tree
|
commitdiff
2012-04-21
Peter Rabbitson
More limit torture
tree
|
commitdiff
2012-04-20
Peter Rabbitson
Make sure order realiasing remains in proper sequence...
tree
|
commitdiff
2012-04-16
Peter Rabbitson
I think we are done here
tree
|
commitdiff
2012-04-15
Peter Rabbitson
Add torture of limiting subselect with non-root table...
tree
|
commitdiff
2012-04-14
Matt S Trout
me.minyear is not a valid alias, minyear is
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Document software_limit and properly throw on related...
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Extra tests for all the improvements
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Do not alias plain column names to the inflator spec...
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Simplify 3-query skimming limits to omit the last redun...
tree
|
commitdiff
2012-04-14
Peter Rabbitson
Simplify skimming limits - simpler query when no offset...
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Allow for tests to run in parallel (simultaneously...
tree
|
commitdiff
2012-03-22
Peter Rabbitson
Fix pessimization of offset-less Oracle limits, introdu...
tree
|
commitdiff
2012-03-22
Peter Rabbitson
Remove all "magic number" DBI get_info calls from the...
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Test suite wide leaktesting
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Simplify code of GenericSubQ limit dialect
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Some cleanups and code dedup of Top and FetchFirst...
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Simplify RowNumber Over limit dialect implementation
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Deduplicate code in rownum limit emulation
tree
|
commitdiff
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
tree
|
commitdiff
2011-12-05
Peter Rabbitson
Fix and test first_skip/skip_first limit dialects
tree
|
commitdiff
2011-06-08
Rafael Kitover
Make Access inner joins 'INNER JOIN' to avoid JOIN...
tree
|
commitdiff
2011-06-07
Alexander Hartmaier
fixed order of rows difference between first and subseq...
tree
|
commitdiff
2011-05-11
Brian Phillips
take more care in mangling SELECT when applying subquer...
tree
|
commitdiff
2011-04-12
Arthur Axel 'fREW...
Fix complex limits with subqueries in selectors
tree
|
commitdiff
2011-04-11
Arthur Axel 'fREW...
Parameterize pagination
tree
|
commitdiff
2011-04-04
Peter Rabbitson
Overhaul populate code - fix \[] support and exotic...
tree
|
commitdiff
2011-04-01
Rafael Kitover
Comprehensive MSAccess support over both DBD::ODBC...
tree
|
commitdiff
2011-03-31
Rafael Kitover
make the DB2/AS400 storage a subclass of DB2, do RNO...
tree
|
commitdiff
2011-03-30
Peter Rabbitson
Massive rewrite of bind handling, and overall simplific...
tree
|
commitdiff
2011-03-29
Peter Rabbitson
Shuffle tests around (no changes)
tree
|
commitdiff
2011-03-27
Peter Rabbitson
Ditch Carp::Clan for our own thing
tree
|
commitdiff
2011-01-05
Peter Rabbitson
Fix bind transport for group_by (this code is so fuckin...
tree
|
commitdiff
2010-12-23
Peter Rabbitson
Deprecate -nest with strong prejudice
tree
|
commitdiff
2010-12-23
Peter Rabbitson
Switch the shortener (used only by oracle) reqs to...
tree
|
commitdiff
2010-12-23
Peter Rabbitson
Stop mangling sql on the way out of the limit dialects
tree
|
commitdiff
2010-12-23
Peter Rabbitson
More oracle sequence detection woes RT#63493
tree
|
commitdiff
2010-12-15
Alexander Hartmaier
support INSERT ... RETURNING in Oracle 8i and later
tree
|
commitdiff
2010-12-02
Peter Rabbitson
Support for -value op in search (for pg arrays and...
tree
|
commitdiff
2010-10-23
Peter Rabbitson
-ident implementation
tree
|
commitdiff
2010-09-18
Peter Rabbitson
Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Optimize RowNum limit dialect as per suggestion in...
tree
|
commitdiff
2010-08-27
Peter Rabbitson
Rename SQLAHacks to SQLMaker, shuffle around files...
tree
|
commitdiff