projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Tests no longer fail if $ENV{DBI_DSN} is set
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
2013-07-18
Peter Rabbitson
Propagate quote_names setting to SQLite SQLT producer
tree
|
commitdiff
2013-07-15
Dagfinn Ilmari Man...
Fix POD typo Retur -> Return
tree
|
commitdiff
2013-07-15
Dagfinn Ilmari Man...
Fix glossary link
tree
|
commitdiff
2013-07-10
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
point out where in the docs a user is most likely to...
tree
|
commitdiff
2013-07-10
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
quick-start documentation
tree
|
commitdiff
2013-06-03
D. Ilmari Mannsåker
Add header for custom coderef join conditions
tree
|
commitdiff
2013-06-02
Alexander Hartmaier
Replace $row with $result in all docs
tree
|
commitdiff
2013-05-08
Alexander Hartmaier
fixed xt/pod.t failure in Row.pm
tree
|
commitdiff
2013-04-26
Peter Rabbitson
Do not invoke the pk accessor in filter deflate
tree
|
commitdiff
2013-04-26
Matt Phillips
Stop adding empty caches to resultsets chained off...
tree
|
commitdiff
2013-04-24
Jordan Metzmeier
fix syntax error in pod documentation for find_or_new
tree
|
commitdiff
2013-04-24
Peter Rabbitson
Unbreak devrel version checks
tree
|
commitdiff
2013-04-24
Peter Rabbitson
Stop instantiating a cursor on single() use
tree
|
commitdiff
2013-04-24
Peter Rabbitson
Fix very subtle but deadly bug in single()
tree
|
commitdiff
2013-04-24
Peter Rabbitson
Bump minimum Test::Pod Dependency
tree
|
commitdiff
2013-04-22
Peter Rabbitson
It seems the upcoming DBD::SQLite fixes the txn sync...
tree
|
commitdiff
2013-04-20
Peter Rabbitson
deployment_statements() and cursor_class() are storage...
tree
|
commitdiff
2013-04-20
Peter Rabbitson
Cleanup logic of _determine_driver - do not fire unless...
tree
|
commitdiff
2013-04-20
Peter Rabbitson
More robust tests of dependency lazy-loading and delay...
tree
|
commitdiff
2013-04-19
Peter Rabbitson
Escape more frames when determining carp/throw_exceptio...
tree
|
commitdiff
2013-04-19
Alexander Hartmaier
Clarify how to use SQL functions as part of a larger...
tree
|
commitdiff
2013-04-19
Alexander Hartmaier
Removed usage of plain_value bind value workaround...
tree
|
commitdiff
2013-04-19
Brendan Byrd
Support for $val === [ {}, $val ] in literal SQL +...
tree
|
commitdiff
2013-04-19
Peter Rabbitson
Add (slowish) sanity check to detect incorrect non...
tree
|
commitdiff
2013-04-19
Peter Rabbitson
Explicitly disallow redirection of has_many columns...
tree
|
commitdiff
2013-04-19
Peter Rabbitson
Store the final calculated select args in the original $rs
tree
|
commitdiff
2013-04-19
Peter Rabbitson
Misc cleanup, no functional changes
tree
|
commitdiff
2013-04-18
Peter Rabbitson
Cut down amount of calls to _resolve_aliastypes_from_se...
tree
|
commitdiff
2013-04-18
Peter Rabbitson
Make 'filter' rels work half-way sanely with partial...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Another blast from the past - fix distinct/order behavi...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Fix "current rs is always first in from" brainfart...
tree
|
commitdiff
2013-04-17
Matt S Trout
Variation of dq's d35a4e048 - sanify multiplying join...
tree
|
commitdiff
2013-04-17
Dagfinn Ilmari Man...
Factor out ORDER BY direction detection/stripping
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Overhaul GenericSubq limit - add support for multicol...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Recognize root source unqualified columns under limited...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Consider where condition when determining leftmost...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Use the defined-or operator in generated code on newer...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Another parser microoptimisation - lose nullability...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Stop needlesly invoking the $rs bool overload
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Reorder prefetch logic for optimal execution (no functi...
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Normalize varnames (zero functional changes)
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-15
Matt Phillips
Changes pod references to deprecated SQLT methods
tree
|
commitdiff
2013-04-10
Jason McIntosh
In example code, placing a necessary semicolon after...
tree
|
commitdiff
2013-04-09
Peter Rabbitson
Fix oversight in subqueried MySQL update/delete
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Make sure external DBIC envvars do not cause tests...
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Fix incorrect warning/exception originator
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Extra TODO tests for a txn_guard silencing problem
tree
|
commitdiff
2013-04-02
Peter Rabbitson
Work around SQLite's RT#79576
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Saner check for non-integer values bound as integers...
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Simplify _select_args_to_query - contortions not needed...
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Refactor sth preparation/binding - no functional changes
tree
|
commitdiff
2013-03-29
David Steinbrunner
DESCRIPTION typo fix
tree
|
commitdiff
2013-03-24
Peter Rabbitson
9 years of perl and I somehow did not know that...
tree
|
commitdiff
2013-03-20
Darius Jokilehto
Add deprecation warnings for cols/include_columns
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Properly wrap a subquery around grouped resultsets...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Radically rethink complex prefetch - make most useful...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
There is no point of ordering the insides of a complex...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Consider unselected order_by during complex subqueried...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Warn in case of iterative collapse being upgraded to...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Move CDBI code out of the main ResultSet implementation
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Still do null-branch pruning when we are using our...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Rename some private methods/attributes to align with...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Remove some superfluous expensive try blocks
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Simplify more - remove loop and cleanup the while cond
tree
|
commitdiff
2013-03-10
Peter Rabbitson
An underdefined root has to use the %cur_row_ids container
tree
|
commitdiff
2013-03-10
Peter Rabbitson
MOAR optimization - tracking is_new_res is double work
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Scale back validation of the 'as' attribute (revert...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Clarify result_class tweaking on active/cached cursors
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Do not rely on Data::Dumper to produce rolled out hashrefs
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Exclude DBICTest namespace from stacktraces
tree
|
commitdiff
2013-03-05
Peter Rabbitson
Reorganize and freshen up the DocMap
tree
|
commitdiff
2013-03-05
Peter Rabbitson
Clarify wtf do we have a _bool
tree
|
commitdiff
2013-03-02
Christian Walde
Require latest EU::MM at dist-building time to avoid...
tree
|
commitdiff
2013-03-02
Peter Rabbitson
Do not auto-install dist-building dependencies in autho...
tree
|
commitdiff
2013-02-28
Peter Rabbitson
Fulltests deps clarification
tree
|
commitdiff
2013-02-28
Peter Rabbitson
Guard against exceptions in _describe_connection
tree
|
commitdiff
2013-02-27
Peter Rabbitson
Test::Strict is smarter now
tree
|
commitdiff
2013-02-26
Peter Rabbitson
Regex /o is *EVIL* - no idea why I even thought of...
tree
|
commitdiff
2013-02-26
Peter Rabbitson
Warn on signs of Moose-borkage (in case it gets to...
tree
|
commitdiff
2013-02-23
David Schmidt
Fix cookbook - missing cond in 'Equivalent SQL'
tree
|
commitdiff
2013-02-23
Peter Rabbitson
Fix regression breaking search on prefetched rel (broke...
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Clarify prefetch documentation a bit, remove the nonsen...
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Sanity-check columns added as primary key
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Optimize the HRI-direct collapser even more
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Fatalize warnings within the compiled row parsers
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Modify the null-branch pruning introduced in ce556881...
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Add optdep on CPAN::Uploader to get an effortless ...
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Add optdep on CPAN::Uploader to get an effortless ...
tree
|
commitdiff
2013-02-15
Brendan Byrd
Fix minor docs issues in ResultSet changes
tree
|
commitdiff
2013-02-15
Peter Rabbitson
More (temporary) kwalitee fixups
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Rudimentary documentation
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Reintroduce conditional null-branch pruning and add...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Optimization - order only on lazy prefetch
tree
|
commitdiff
2013-02-14
Peter Rabbitson
And another collapser issue
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Yet another collapser oversight
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Simplify collapse map contents, shuffle things around...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Move the infmap verification/exception way earlier
tree
|
commitdiff
next