projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
made commit/rollback when disconnected an exception
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
Manual
/
2009-10-09
Pete Gamache
added troubleshooting case of excessive memory allocati...
tree
|
commitdiff
2009-09-11
Bruno Vecchi
Update DBIx::Class::Manual::Example.pod to reflect...
tree
|
commitdiff
2009-09-04
Peter Rabbitson
No Serialize::Storable in core
tree
|
commitdiff
2009-09-03
Peter Rabbitson
Merge 'cookbook_fixes' into 'trunk'
tree
|
commitdiff
2009-09-03
Peter Rabbitson
Storable is now in Core
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Further improvement in the bind value column names...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Fixed the bind value column names in the SQL literal...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Fixed wrong literal SQL + bind examples (missing operat...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Added many-to-many add_to_*() example to stress that...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Rewrote 'SQL functions on the lhs' to use the new SQLA...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Replaced deprecated \'colname DESC' order_by syntax...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Added pointer to DBIx::Class::DynamicSubclass.
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Added a comment to the example code to stress that...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Rewrote 'SQL functions on the lhs' to use the new SQLA...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Mentions the possibiliby of creating indexes on SQL...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Added pointer to 'SQL functions on the lhs' to the...
tree
|
commitdiff
2009-09-01
Norbert Buchmuller
Changed the sample SQL in the Cookbook 'Complex WHERE...
tree
|
commitdiff
2009-09-01
Peter Rabbitson
Fix misleading FAQ entry
tree
|
commitdiff
2009-08-31
Justin Hunter
remove . from end of =head links
tree
|
commitdiff
2009-08-26
Arthur Axel "fREW...
Remove dead, sketchtowne link
tree
|
commitdiff
2009-08-20
Stephen Bennett
Minor fix to the previous doc patch
tree
|
commitdiff
2009-08-20
Alexander Hartmaier
new branch grouped_has_many_join
tree
|
commitdiff
2009-08-20
Alexander Hartmaier
pod patch for 'Tracing SQL' examples
tree
|
commitdiff
2009-08-19
Rob Kinyon
Applied doc patch by spb
tree
|
commitdiff
2009-08-18
Peter Rabbitson
Disambiguate POD
tree
|
commitdiff
2009-08-17
Peter Rabbitson
examples should be correct
tree
|
commitdiff
2009-08-17
Peter Rabbitson
Cookbook entry for -as and syntax tests
tree
|
commitdiff
2009-08-11
Peter Rabbitson
Extra intro pod
tree
|
commitdiff
2009-08-08
Peter Rabbitson
Clarify POD and cleanup the ->name-hack warning
tree
|
commitdiff
2009-08-06
Rafael Kitover
improve the ->name(REF) warning code
tree
|
commitdiff
2009-08-05
Peter Rabbitson
Dynamically load necessary table classes
tree
|
commitdiff
2009-08-05
Jess Robinson
Minty's conversion of cookbook "arbitrary sql" to use...
tree
|
commitdiff
2009-07-20
Norbert Buchmuller
Fixed 'typo' (removed a word that I left there by accid...
tree
|
commitdiff
2009-07-20
Norbert Buchmuller
Fixed documentation and added test for the "Arbitrary...
tree
|
commitdiff
2009-07-20
Tom Hukins
Fix POD changes from r7040.
tree
|
commitdiff
2009-07-13
Dan Dascalescu
Minor POD fixes in Cookbook
tree
|
commitdiff
2009-07-13
Dan Dascalescu
Favored using ->single to get the topmost result over...
tree
|
commitdiff
2009-07-13
Dan Dascalescu
Minor POD fixes in Example.pod
tree
|
commitdiff
2009-07-13
Dan Dascalescu
Fixed run-on sentences in FAQ
tree
|
commitdiff
2009-07-13
Dan Dascalescu
Fixed has_many example in Intro.pod
tree
|
commitdiff
2009-07-13
Dan Dascalescu
PK::Auto has moved into Core since 2007
tree
|
commitdiff
2009-06-30
Ash Berlin
Update POD on Dynamic sub-classing
tree
|
commitdiff
2009-06-26
Aaron Trevena
normalised artist_id, and plural relationships to plura...
tree
|
commitdiff
2009-06-18
Rafael Kitover
fix broken link in manual
tree
|
commitdiff
2009-06-11
Justin Hunter
cookbook tweak for count distinct
tree
|
commitdiff
2009-05-20
Rafael Kitover
add mysql lost password faq
tree
|
commitdiff
2009-05-15
Alexander Hartmaier
added Static sub-classing DBIx::Class result classes...
tree
|
commitdiff
2009-05-11
Justin Hunter
Merge 'trunk' into 'count_distinct'
tree
|
commitdiff
2009-05-09
Rafael Kitover
added postgres default port stuff to FAQ
tree
|
commitdiff
2009-05-09
Justin Hunter
rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
tree
|
commitdiff
2009-05-07
Peter Rabbitson
Cookbook cleanup
tree
|
commitdiff
2009-04-28
Justin Hunter
change from DB::Schema to My::Schema
tree
|
commitdiff
2009-04-25
Jess Robinson
Docs on using multiple db schemas (from abraxxa maybe...
tree
|
commitdiff
2009-04-22
Peter Rabbitson
RT45195 various indexer fixes
tree
|
commitdiff
2009-04-07
Johannes Plunien
Added caveat notes to dual trick in cookbook
tree
|
commitdiff
2009-03-27
Nigel Metheringham
Removed Cookbook section on pagers that stated page...
tree
|
commitdiff
2009-03-26
Jess Robinson
Improved metapod docs
tree
|
commitdiff
2009-03-20
Jared Johnson
Add cookbook entry for dealing with runaway prepared...
tree
|
commitdiff
2009-03-12
Jess Robinson
Add docs in various places to point out how to get...
tree
|
commitdiff
2009-03-06
Rob Kinyon
Merge 'trunk' into 'prefetch'
tree
|
commitdiff
2009-03-06
Rob Kinyon
Changed how the EXPERIMENTAL tag for subqueries and...
tree
|
commitdiff
2009-03-05
Rob Kinyon
Added experimental tag to as_query and subqueries in...
tree
|
commitdiff
2009-02-27
Peter Rabbitson
We already depend on latest SQLA - remove all reference...
tree
|
commitdiff
2009-02-22
Rob Kinyon
Added support for subqueries in the select and +select...
tree
|
commitdiff
2009-02-20
Matt S Trout
revert previous revision
tree
|
commitdiff
2009-02-20
Jason M. Mills
Merge 'rt_bug_41083' into 'trunk'
tree
|
commitdiff
2009-02-20
Rob Kinyon
Added qualifiers as to when as_query will work
tree
|
commitdiff
2009-02-18
Rob Kinyon
Added some more POD in the Cookbook for correlated...
tree
|
commitdiff
2009-02-17
Jess Robinson
Add multiple database/schema FAQs
tree
|
commitdiff
2009-02-17
Norbert Buchmuller
* Updated POD for using PostgreSQL arrays because...
tree
|
commitdiff
2009-02-16
Rob Kinyon
Merge 'subquery' into 'trunk'
tree
|
commitdiff
2009-02-16
Rob Kinyon
Merge 'trunk' into 'subquery'
tree
|
commitdiff
2009-02-15
Rob Kinyon
Subqueries are done
tree
|
commitdiff
2009-02-11
Nigel Metheringham
Documentation update on startup speed
tree
|
commitdiff
2009-01-30
Jason M. Mills
editorial typo in my previous commit.
tree
|
commitdiff
2009-01-30
Jason M. Mills
Added a more verbose non column accessor example.
tree
|
commitdiff
2009-01-21
Peter Rabbitson
First stab at properly documenting the new sqlt_hook...
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
* Added documentation of "Arbitrary SQL through a...
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2009-01-16
Johannes Plunien
Fixed typo in link
tree
|
commitdiff
2008-12-30
Jess Robinson
Add definitions of relationship and relationship bridge...
tree
|
commitdiff
2008-12-20
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2008-11-25
Norbert Buchmuller
* Documented using PostgreSQL arrays in Cookbook.
tree
|
commitdiff
2008-11-14
Peter Rabbitson
we use register_extra_source() now
tree
|
commitdiff
2008-10-27
Nigel Metheringham
Minor tweaks to RH perf issue stuff following suggestio...
tree
|
commitdiff
2008-10-27
Nigel Metheringham
Reworked information on RH perl performance issues
tree
|
commitdiff
2008-10-26
Nigel Metheringham
Reworked Manual::Intro to use load_namecpaces
tree
|
commitdiff
2008-10-26
Nigel Metheringham
Updated example to use load_namespace
tree
|
commitdiff
2008-10-08
Peter Rabbitson
Minor documentation patch by Flavio Poletti - remove...
tree
|
commitdiff
2008-10-06
Jess Robinson
cosmincx's patch to show relationship attr filtering...
tree
|
commitdiff
2008-09-29
Peter Rabbitson
Add cookbook discussion of single() vs first()
tree
|
commitdiff
2008-09-28
Peter Rabbitson
mst is right: there is no sane way to allow automatic...
tree
|
commitdiff
2008-09-22
Jess Robinson
FAQ patch from Alex, how to make oracle searches case...
tree
|
commitdiff
2008-09-21
Peter Rabbitson
Revert r482[45], by implementing a better version of...
tree
|
commitdiff
2008-09-03
g
Fixed wrong field names: cd.cdid -> cd.id, artist.artis...
tree
|
commitdiff
2008-08-31
Jess Robinson
Added doc patches from g about cascade_delete
tree
|
commitdiff
2008-07-03
Peter Rabbitson
Minor cookbook fix (two adjacent examples were mixed up)
tree
|
commitdiff
2008-06-26
Will Hawes
add troubleshooting examples for quoting issues
tree
|
commitdiff
2008-06-25
Will Hawes
clarify that ->resultset_class must be called after...
tree
|
commitdiff
next