projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleaner error message for using source() without required argument
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
ResultSource.pm
2011-01-13
Peter Rabbitson
Cleanup ResultSourceHandle handling after M.A.D. introd...
blob
|
commitdiff
2011-01-13
Peter Rabbitson
Introduce M.A.D. within the schema/source instance...
blob
|
commitdiff
|
diff to current
2010-11-10
Peter Rabbitson
Introduce columns_info, switch a large portion of the...
blob
|
commitdiff
|
diff to current
2010-11-10
Peter Rabbitson
Cleanup Row::sequence()
blob
|
commitdiff
|
diff to current
2010-10-14
Peter Rabbitson
Fix spotty handling of complex order_by relationship...
blob
|
commitdiff
|
diff to current
2010-07-14
Peter Rabbitson
_pri_cols throws incorrect exceptions when called on...
blob
|
commitdiff
|
diff to current
2010-07-04
Norbert Buchmuller
Implemented "add_unique_constraints".
blob
|
commitdiff
|
diff to current
2010-07-02
Slaven Rezic
fix documentation on DBIx::Class::ResultSource::name_un...
blob
|
commitdiff
|
diff to current
2010-06-17
Matthias Dietrich
Fixed link to DBIx::Class::Manual::Intro
blob
|
commitdiff
|
diff to current
2010-06-01
Rafael Kitover
use namespace::cleaned out imports for some common...
blob
|
commitdiff
|
diff to current
2010-05-31
Arthur Axel "fREW...
use namespace::clean w/ Try::Tiny
blob
|
commitdiff
|
diff to current
2010-05-25
Peter Rabbitson
Try::Tiny conversion finished
blob
|
commitdiff
|
diff to current
2010-05-15
Ton Voon
All expected evals converted to try, except where no...
blob
|
commitdiff
|
diff to current
2010-03-24
Peter Rabbitson
One missed step
blob
|
commitdiff
|
diff to current
2010-03-24
Peter Rabbitson
Clearer 'no such rel' errors, correct exception on...
blob
|
commitdiff
|
diff to current
2010-03-09
Andrew Rodland
Support add_columns('+colname'=>{...}) syntax to augmen...
blob
|
commitdiff
|
diff to current
2010-03-06
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
blob
|
commitdiff
|
diff to current
2010-03-06
Peter Rabbitson
One more PODlink
blob
|
commitdiff
|
diff to current
2010-03-05
Rafael Kitover
auto_nextval support for Firebird
blob
|
commitdiff
|
diff to current
2010-02-19
Peter Rabbitson
Merge 'trunk' into 'pri_key_refactor'
blob
|
commitdiff
|
diff to current
2010-02-15
Peter Rabbitson
Spellcheck (jawnsy++)
blob
|
commitdiff
|
diff to current
2010-02-14
Peter Rabbitson
Merge 'trunk' into 'pri_key_refactor'
blob
|
commitdiff
|
diff to current
2010-02-08
Peter Rabbitson
Merge some obsolete code cleanup from the prefetch...
blob
|
commitdiff
|
diff to current
2010-02-08
Peter Rabbitson
Cleanup rel accessor type handling
blob
|
commitdiff
|
diff to current
2010-01-31
Peter Rabbitson
Helper primary_columns wrapper to throw if a PK is...
blob
|
commitdiff
|
diff to current
2010-01-17
Peter Rabbitson
Turned out to be much trickier
blob
|
commitdiff
|
diff to current
2010-01-17
Peter Rabbitson
That was tricky :)
blob
|
commitdiff
|
diff to current
2010-01-17
Peter Rabbitson
Getting warmer
blob
|
commitdiff
|
diff to current
2010-01-09
Peter Rabbitson
Proper invocation
blob
|
commitdiff
|
diff to current
2009-12-31
Rafael Kitover
got something working
blob
|
commitdiff
|
diff to current
2009-12-12
Peter Rabbitson
As clear as it gets
blob
|
commitdiff
|
diff to current
2009-12-12
Peter Rabbitson
Even clearer unloaded FK exception
blob
|
commitdiff
|
diff to current
2009-12-09
Peter Rabbitson
It's almost 2010 - load_components ('Core') is like...
blob
|
commitdiff
|
diff to current
2009-10-26
Rob Kinyon
Fixed bad if-check in columns()
blob
|
commitdiff
|
diff to current
2009-09-18
Peter Rabbitson
duh
blob
|
commitdiff
|
diff to current
2009-09-18
Peter Rabbitson
Cleanup exception handling
blob
|
commitdiff
|
diff to current
2009-09-17
Peter Rabbitson
Fix left-join chaining
blob
|
commitdiff
|
diff to current
2009-09-11
Peter Rabbitson
Extend prefetch tests
blob
|
commitdiff
|
diff to current
2009-09-09
Peter Rabbitson
Really sanify exception text
blob
|
commitdiff
|
diff to current
2009-09-09
Peter Rabbitson
Fix warning
blob
|
commitdiff
|
diff to current
2009-09-03
Peter Rabbitson
Storable sanification
blob
|
commitdiff
|
diff to current
2009-09-02
Peter Rabbitson
Invoke default_join_type only on undefined types
blob
|
commitdiff
|
diff to current
2009-08-09
Peter Rabbitson
Merge 'trunk' into 'multicreate_fixes'
blob
|
commitdiff
|
diff to current
2009-08-09
Peter Rabbitson
Fix an arcane case with pk==fk tables (use the relation...
blob
|
commitdiff
|
diff to current
2009-08-08
Peter Rabbitson
Fix a corner case and improve comments
blob
|
commitdiff
|
diff to current
2009-08-06
Rafael Kitover
Merge 'trunk' into 'table_name_ref'
blob
|
commitdiff
|
diff to current
2009-08-05
Peter Rabbitson
Dynamically load necessary table classes
blob
|
commitdiff
|
diff to current
2009-08-03
Peter Rabbitson
Merge 'trunk' into 'table_name_ref'
blob
|
commitdiff
|
diff to current
2009-08-03
Peter Rabbitson
Merge 'trunk' into 'mssql_storage_minor_refactor'
blob
|
commitdiff
|
diff to current
2009-08-02
Jess Robinson
Docs: Explainations of result sources and how to find...
blob
|
commitdiff
|
diff to current
2009-07-30
Rafael Kitover
MSSQL GUID support
blob
|
commitdiff
|
diff to current
2009-07-17
Rafael Kitover
Merge 'trunk' into 'table_name_ref'
blob
|
commitdiff
|
diff to current
2009-07-17
Dan Dascalescu
Minor POD grammar: it's -> its where appropriate
blob
|
commitdiff
|
diff to current
2009-07-10
Rafael Kitover
Merge 'trunk' into 'table_name_ref'
blob
|
commitdiff
|
diff to current
2009-07-02
Peter Rabbitson
Apparent fix - simply delay the in_storage flagging...
blob
|
commitdiff
|
diff to current
2009-07-02
Peter Rabbitson
Last part of the join handling puzzle
blob
|
commitdiff
|
diff to current
2009-06-29
Rafael Kitover
fix t/80unique.t
blob
|
commitdiff
|
diff to current
2009-06-28
Peter Rabbitson
The proposed fix (do not add an extra join if it is...
blob
|
commitdiff
|
diff to current
2009-06-25
Peter Rabbitson
Minor cleanups
blob
|
commitdiff
|
diff to current
2009-06-13
Peter Rabbitson
Do not use raw sources in {from} - proxy via source...
blob
|
commitdiff
|
diff to current
2009-06-11
Peter Rabbitson
Use equality, not comparison
blob
|
commitdiff
|
diff to current
2009-06-11
Peter Rabbitson
Add attribute doc
blob
|
commitdiff
|
diff to current
2009-06-08
Peter Rabbitson
First stab at adding resultsources to each join in...
blob
|
commitdiff
|
diff to current
2009-05-28
Peter Rabbitson
Fix multiprefetch warning - we can now count properly
blob
|
commitdiff
|
diff to current
2009-05-25
Peter Rabbitson
This method does not exist anymore
blob
|
commitdiff
|
diff to current
2009-05-25
Tom Hukins
Small documentation improvement: link to a documented...
blob
|
commitdiff
|
diff to current
2009-05-20
Peter Rabbitson
Bring back the old code from resolve_prefetch so ash...
blob
|
commitdiff
|
diff to current
2009-05-19
Peter Rabbitson
Hide resultsource methods that should have never been...
blob
|
commitdiff
|
diff to current
2009-05-18
Peter Rabbitson
Add a comment about a small resolve_join omission
blob
|
commitdiff
|
diff to current
2009-05-17
Peter Rabbitson
Fixes for the diamond-relationship prefetch/join problem
blob
|
commitdiff
|
diff to current
2009-05-08
Peter Rabbitson
Throw away some debugging code
blob
|
commitdiff
|
diff to current
2009-04-13
Peter Collingbourne
Correctly propagate forced left joins through arrayrefs...
blob
|
commitdiff
|
diff to current
2009-03-23
Guillermo Roditi
skip test doc issue relating to db-side defaults
blob
|
commitdiff
|
diff to current
2009-03-20
Will Hawes
clarify need for scalarref when using db functions...
blob
|
commitdiff
|
diff to current
2009-02-20
Matt S Trout
prevent objects implicitly passed via new_related havin...
blob
|
commitdiff
|
diff to current
2009-02-20
Matt S Trout
add DBIC_MULTICREATE_DEBUG, fix one bug with column...
blob
|
commitdiff
|
diff to current
2009-02-19
Jess Robinson
POD fixing to explain views, and mention in main Result...
blob
|
commitdiff
|
diff to current
2009-01-23
Peter Rabbitson
Some doc fixes by dandv
blob
|
commitdiff
|
diff to current
2009-01-21
Jess Robinson
Docs fixed, tests not fail..
blob
|
commitdiff
|
diff to current
2009-01-21
Peter Rabbitson
better hook docs
blob
|
commitdiff
|
diff to current
2009-01-21
Peter Rabbitson
First stab at properly documenting the new sqlt_hook...
blob
|
commitdiff
|
diff to current
2009-01-20
Peter Rabbitson
remove_columns() sanitization by Oleg Pronin
blob
|
commitdiff
|
diff to current
2009-01-20
Yuval Kogman
Add sqlt_deploy_hook to Result Source
blob
|
commitdiff
|
diff to current
2008-12-29
Jess Robinson
Re-ordered method docs to be in a more user-needs-it...
blob
|
commitdiff
|
diff to current
2008-12-29
Jess Robinson
Added standard arguments/return value to all docced...
blob
|
commitdiff
|
diff to current
2008-11-22
Jess Robinson
Crazy ass multi create fixes..
blob
|
commitdiff
|
diff to current
2008-11-10
Peter Rabbitson
belongs_to relationships are explicitly flagged by...
blob
|
commitdiff
|
diff to current
2008-10-12
Peter Rabbitson
Downgrading multi-prefetch exception to a warning as...
blob
|
commitdiff
|
diff to current
2008-09-28
Matt S Trout
new_related works again
blob
|
commitdiff
|
diff to current
2008-09-24
Matt S Trout
first cut at sanitising multi-create/new_related etc...
blob
|
commitdiff
|
diff to current
2008-08-26
Matt S Trout
fix related resultsets and multi-create
blob
|
commitdiff
|
diff to current
2008-08-25
Guillermo Roditi
is_virtual support
blob
|
commitdiff
|
diff to current
2008-05-30
Matt S Trout
throw exception for multi-has_many prefetch
blob
|
commitdiff
|
diff to current
2007-11-06
Johannes Plunien
documentation extended
blob
|
commitdiff
|
diff to current
2007-10-29
Tom Hukins
Improve Documentation.
blob
|
commitdiff
|
diff to current
2007-10-26
Luke Saunders
the checks in reverse_relationship_info are less ambiguous
blob
|
commitdiff
|
diff to current
2007-10-13
Ash Berlin
Add docs about sqlt_deploy_hook, and reorganise/reorder...
blob
|
commitdiff
|
diff to current
2007-10-12
Ash Berlin
Remove add_index and replace it with sqlt_deploy_hook
blob
|
commitdiff
|
diff to current
2007-10-12
Ash Berlin
s/indices/indexes/ to keep Jess happy.
blob
|
commitdiff
|
diff to current
2007-10-12
Ash Berlin
Add an add_index method on ResultSource (and proxy...
blob
|
commitdiff
|
diff to current
next