projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
make all resolved attrs visible to sqla
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
2009-05-22
Rafael Kitover
comment addition
tree
|
commitdiff
2009-05-22
Rafael Kitover
add some support for trying to determine storage driver...
tree
|
commitdiff
2009-05-21
Peter Rabbitson
Duh, no point of having ordered subqueries while counti...
tree
|
commitdiff
2009-05-21
Peter Rabbitson
Clarify usage of _resolved_attrs by adding the explicit...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
on_connect_do now accepts a single string like it does...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
POD fixes
tree
|
commitdiff
2009-05-20
Justin Hunter
fix for sql functions in group_by
tree
|
commitdiff
2009-05-20
Peter Rabbitson
More explicit attribute deletion/detection - a lof...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
Make sure we always work with resolved rs attributes...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
Add explicit grouping for rs update/delete operations...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
Bring back the old code from resolve_prefetch so ash...
tree
|
commitdiff
2009-05-20
Peter Rabbitson
detect/purge having bind for compeleteness
tree
|
commitdiff
2009-05-20
Peter Rabbitson
Make joined rs counts backwards compatible - we do...
tree
|
commitdiff
2009-05-20
Rafael Kitover
add mysql lost password faq
tree
|
commitdiff
2009-05-20
Dan Dascalescu
Tiny POD formatting fix
tree
|
commitdiff
2009-05-19
Peter Rabbitson
Simplify __count() - explicitly specify which attribute...
tree
|
commitdiff
2009-05-19
Peter Rabbitson
Merge 'joined_count' into 'trunk'
tree
|
commitdiff
2009-05-19
Peter Rabbitson
Hide resultsource methods that should have never been...
tree
|
commitdiff
2009-05-19
Peter Rabbitson
Make select always equal group by on count subqueries
tree
|
commitdiff
2009-05-19
Justin Hunter
I think I got it right this time
tree
|
commitdiff
2009-05-19
Justin Hunter
doc patch per amiri
tree
|
commitdiff
2009-05-18
Arthur Axel "fREW...
I contributed!
tree
|
commitdiff
2009-05-18
Arthur Axel "fREW...
Merge 'trunk' into 'joined_count'
tree
|
commitdiff
2009-05-18
Arthur Axel "fREW...
cleanup for ribasushi
tree
|
commitdiff
2009-05-18
Peter Rabbitson
Merge 'diamond_relationships' into 'trunk'
tree
|
commitdiff
2009-05-18
Peter Rabbitson
pager optimization
tree
|
commitdiff
2009-05-18
Peter Rabbitson
Merge 'trunk' into 'joined_count'
tree
|
commitdiff
2009-05-18
Arthur Axel "fREW...
Fix order by clauses for MSSQL
tree
|
commitdiff
2009-05-18
Peter Rabbitson
Add a comment about a small resolve_join omission
tree
|
commitdiff
2009-05-17
Peter Rabbitson
Fixes for the diamond-relationship prefetch/join problem
tree
|
commitdiff
2009-05-16
Peter Rabbitson
Test and fixed for paged grouped count
tree
|
commitdiff
2009-05-16
Peter Rabbitson
Merge 'trunk' into 'joined_count'
tree
|
commitdiff
2009-05-15
Peter Rabbitson
Optimize some Ordered.pm code
tree
|
commitdiff
2009-05-15
Peter Rabbitson
A workable fix for the resultset multicol update/delete...
tree
|
commitdiff
2009-05-15
Alexander Hartmaier
added Static sub-classing DBIx::Class result classes...
tree
|
commitdiff
2009-05-15
Rafael Kitover
minor replication changes - use a real hash merge,...
tree
|
commitdiff
2009-05-14
Peter Rabbitson
Merge 'storage-tweaks' into 'trunk'
tree
|
commitdiff
2009-05-14
Peter Rabbitson
Refactor count handling - use a different code path...
tree
|
commitdiff
2009-05-14
Peter Rabbitson
Sometimes _prepare_for_execute may not return a set...
tree
|
commitdiff
2009-05-13
Peter Rabbitson
join can be found without seen_join
tree
|
commitdiff
2009-05-13
Peter Rabbitson
Better testing and heuristics for subqueried _cond_for_...
tree
|
commitdiff
2009-05-13
Peter Rabbitson
Fix _select_for_update/delete - bring back old code...
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Some more die/croak conversions
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Switch warn to carp and die to throw_exception where...
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Rename m2m warn disable envvar
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Cleanup
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Whops, forgotten post-merge tweaks
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Merge 'trunk' into 'oracle-tweaks'
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Merge 'count_distinct' into 'trunk'
tree
|
commitdiff
2009-05-12
Peter Rabbitson
Trying to untangle failing merge (whitespace change)
tree
|
commitdiff
2009-05-11
Justin Hunter
oops
tree
|
commitdiff
2009-05-11
Justin Hunter
make sure we get just a string
tree
|
commitdiff
2009-05-11
Justin Hunter
Merge 'trunk' into 'count_distinct'
tree
|
commitdiff
2009-05-11
Justin Hunter
use carp instead of warn
tree
|
commitdiff
2009-05-11
Justin Hunter
warn/die based on { select => { distinct => { } } }
tree
|
commitdiff
2009-05-11
Ron "Quinn" Straight
Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
tree
|
commitdiff
2009-05-10
Peter Rabbitson
Switch the m2m method warnings from warnings::register...
tree
|
commitdiff
2009-05-10
Moritz Onken
set_$rel accepts now a $link_vals hashref like add_to_...
tree
|
commitdiff
2009-05-09
Rafael Kitover
added postgres default port stuff to FAQ
tree
|
commitdiff
2009-05-09
Rafael Kitover
::DBI::Replicated - don't build pool/balancer from...
tree
|
commitdiff
2009-05-09
Peter Rabbitson
Merge 'trunk' into 'storage-tweaks'
tree
|
commitdiff
2009-05-09
Rafael Kitover
::DBI::Replicated - fix fallback to master, test for...
tree
|
commitdiff
2009-05-09
Rafael Kitover
::DBI::Replicated - add master_read_weight to ::Random...
tree
|
commitdiff
2009-05-09
Justin Hunter
rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
tree
|
commitdiff
2009-05-08
Peter Rabbitson
Merge 'trunk' into 'oracle-tweaks'
tree
|
commitdiff
2009-05-08
Rafael Kitover
support ::DBI::Replicated opts in connect_info
tree
|
commitdiff
2009-05-08
Peter Rabbitson
Remove redundant var
tree
|
commitdiff
2009-05-08
Ron "Quinn" Straight
Refactored to call _{inflate_to,deflate_from}_datetime...
tree
|
commitdiff
2009-05-08
Peter Rabbitson
Fix POD
tree
|
commitdiff
2009-05-08
Peter Rabbitson
Documentation patch by nniuq
tree
|
commitdiff
2009-05-08
Peter Rabbitson
Throw away some debugging code
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Cookbook cleanup
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Merge 'trunk' into 'count_distinct'
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Merge 'fix-update-and-delete-as_query' into 'trunk'
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Temporary fix or the IN ( ( ... ) ) problem until we...
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Back out skip_parens support in as_query
tree
|
commitdiff
2009-05-06
Peter Rabbitson
Rename internal function to clarify what it does
tree
|
commitdiff
2009-05-06
Peter Rabbitson
Merge 'trunk' into 'count_distinct'
tree
|
commitdiff
2009-05-06
Rafael Kitover
::DBI:Replicated - merge connect_info from master to...
tree
|
commitdiff
2009-05-06
Rafael Kitover
Replicated - fixup types and namespace::clean
tree
|
commitdiff
2009-05-06
Rafael Kitover
fix ::DBI::Replicated::all_storages
tree
|
commitdiff
2009-05-05
Ron "Quinn" Straight
Added self to contributors; clarified comment on :ora_t...
tree
|
commitdiff
2009-05-05
Justin Hunter
add a line to Changes and add a CAVEAT
tree
|
commitdiff
2009-05-04
Rafael Kitover
::Replicated - test hashref for connect_replicants...
tree
|
commitdiff
2009-05-04
Rafael Kitover
support hashrefs for connect_replicants
tree
|
commitdiff
2009-05-04
Ron "Quinn" Straight
Proper support for timestamp inflation. Added last_upd...
tree
|
commitdiff
2009-05-03
Johannes Plunien
Methods update/delete on resultset use now new as_query...
tree
|
commitdiff
2009-05-03
Ron "Quinn" Straight
Support for saving CLOB and BLOB types in Oracle.
tree
|
commitdiff
2009-05-02
Peter Rabbitson
Merge 'trunk' into 'sybase_mssql'
tree
|
commitdiff
2009-05-02
Justin Hunter
Merge 'trunk' into 'count_distinct'
tree
|
commitdiff
2009-05-02
Justin Hunter
remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
tree
|
commitdiff
2009-05-02
Justin Hunter
remove hackish ways
tree
|
commitdiff
2009-05-01
Justin Hunter
make sure merge bind
tree
|
commitdiff
2009-04-30
Justin Hunter
fixes for MSSQL via Sybase
tree
|
commitdiff
2009-04-30
Peter Rabbitson
Release 0.08102
v0.08102
tree
|
commitdiff
2009-04-30
Justin Hunter
jump to ::DBI::Sybase::MSSQL if we are using MSSQL...
tree
|
commitdiff
2009-04-29
Jason May
add jasonmay to list of contributors
tree
|
commitdiff
2009-04-29
Jason May
allow multiple classless sources to be registered witho...
tree
|
commitdiff
2009-04-29
Peter Rabbitson
test and patch for failing mini-prefetch via columns...
tree
|
commitdiff
2009-04-28
Justin Hunter
fix for columns => [ ... ] issue
tree
|
commitdiff
next