projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Better instrument memcached test against failures like 106c81a5
[dbsrgits/DBIx-Class.git]
/
lib
/
2013-04-09
Peter Rabbitson
Fix oversight in subqueried MySQL update/delete
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Release v0.08210
v0.08210
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-25
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
improve outline by introducing synopsis subheadings
tree
|
commitdiff
2013-03-25
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
improve mark-up
tree
|
commitdiff
2013-03-25
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
development info is less important than user info
tree
|
commitdiff
2013-03-25
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Add daxim to contribs, specify main doc encoding
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
EXPERIMENTAL Release v0.08242
v0.08242
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
Christian Walde
Change the rt link from one requiring a login to a...
tree
|
commitdiff
2013-03-05
Peter Rabbitson
Reorganize and freshen up the DocMap
tree
|
commitdiff
2013-03-05
Christian Walde
Move DocMap link to top of DBIx::Class to prevent it...
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-03-01
Alexander Hartmaier
Release v0.08209
v0.08209
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
EXPERIMENTAL Release v0.08241
v0.08241
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
Release v0.08208
v0.08208
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Add optdep on CPAN::Uploader to get an effortless ...
tree
|
commitdiff
2013-02-18
Peter Rabbitson
Prevent SQL::Translator::Producer::YAML from seeing...
tree
|
commitdiff
2013-02-18
Peter Rabbitson
Deprecate the insane forest of SQLT::Parser::DBIC arguments
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
EXPERIMENTAL Release 0.08240
v0.08240
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
2013-02-14
Peter Rabbitson
Convert in_storage() to a simple accessor (potentially...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Remove ResultSourceHandle check in inflate_result
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Switch the cursor iterator to pull data via bind_columns
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Massively optimize ->cursor->next while fixing some...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Restore ability to handle underdefined root (t/prefetch...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Fix _resolve_collapse to always consider the entire...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
ETOOMANYARGS - change _resolve_collapse to take a coupl...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Write correct odd (not even) relchain depth on primary...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Unset collapse in even more cases
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Fix the silly mistake responsible for the drama around...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Add strict/warnings test, adjust all offenders (wow...
tree
|
commitdiff
2013-02-13
André Walker
Fix duplicated columns for count()
tree
|
commitdiff
2013-02-11
Alexander Hartmaier
release v0.08206
v0.08206
tree
|
commitdiff
2013-02-01
Peter Rabbitson
Revert parts of 6864429a which utterly broke dbh_do...
tree
|
commitdiff
2013-01-29
Peter Rabbitson
Extra sanity check of a fresh DBI handle
tree
|
commitdiff
2013-01-25
Peter Rabbitson
More .mailmap fixes
tree
|
commitdiff
2013-01-25
Peter Rabbitson
General cleanup of error messages - quote identifiers...
tree
|
commitdiff
2013-01-23
Arthur Axel 'fREW...
release v0.08205
v0.08205
tree
|
commitdiff
2013-01-22
Jason McIntosh
Clarifying that the "around" method modifier can come...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Some cleanups around loading/use of DBIx::Class::Except...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Revert workarounds for $@ broken during 5.13.x - mainly...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Further reshuffle logic in _rs_update_delete - no funct...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Fix self-referential resultset update/delete on MySQL...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Fix proper handling of composite resultset heads (e...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Move the *preliminary* multicol IN support to the sqlmaker
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Simplify dbh_do invocation, and only alias @_ when...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Reign in (a little bit) the sprawling CRLF insanity...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
SQLT got a lot better lately - bump min version
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Remove SQLA namespace pollution fixer - this is no...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
deployment_statements() is not storage-dependent -...
tree
|
commitdiff
next