projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
spelling fixes in the documaentation, sholud be gud now ;)
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
Manual
/
Cookbook.pod
2010-02-15
Nuba Princigalli
spelling fixes in the documaentation, sholud be gud...
blob
|
commitdiff
2010-02-15
Florian Ragwitz
Make some cookbook code compile.
blob
|
commitdiff
|
diff to current
2010-02-15
Peter Rabbitson
Spellcheck (jawnsy++)
blob
|
commitdiff
|
diff to current
2010-01-09
Peter Rabbitson
Subqueries no longer experimental
blob
|
commitdiff
|
diff to current
2009-12-23
Rafael Kitover
minor POD fixes
blob
|
commitdiff
|
diff to current
2009-12-17
Alexander Hartmaier
Cookbook POD fix for add_drop_table instead of add_drop...
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-12-07
Peter Rabbitson
Forgotten auto-savepoint example patch
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Further improvement in the bind value column names...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Fixed the bind value column names in the SQL literal...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Fixed wrong literal SQL + bind examples (missing operat...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Added many-to-many add_to_*() example to stress that...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Replaced deprecated \'colname DESC' order_by syntax...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Added pointer to DBIx::Class::DynamicSubclass.
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Added a comment to the example code to stress that...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Rewrote 'SQL functions on the lhs' to use the new SQLA...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Mentions the possibiliby of creating indexes on SQL...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Added pointer to 'SQL functions on the lhs' to the...
blob
|
commitdiff
|
diff to current
2009-09-01
Norbert Buchmuller
Changed the sample SQL in the Cookbook 'Complex WHERE...
blob
|
commitdiff
|
diff to current
2009-08-31
Justin Hunter
remove . from end of =head links
blob
|
commitdiff
|
diff to current
2009-08-20
Stephen Bennett
Minor fix to the previous doc patch
blob
|
commitdiff
|
diff to current
2009-08-19
Rob Kinyon
Applied doc patch by spb
blob
|
commitdiff
|
diff to current
2009-08-17
Peter Rabbitson
examples should be correct
blob
|
commitdiff
|
diff to current
2009-08-17
Peter Rabbitson
Cookbook entry for -as and syntax tests
blob
|
commitdiff
|
diff to current
2009-08-08
Peter Rabbitson
Clarify POD and cleanup the ->name-hack warning
blob
|
commitdiff
|
diff to current
2009-08-06
Rafael Kitover
improve the ->name(REF) warning code
blob
|
commitdiff
|
diff to current
2009-08-05
Peter Rabbitson
Dynamically load necessary table classes
blob
|
commitdiff
|
diff to current
2009-08-05
Jess Robinson
Minty's conversion of cookbook "arbitrary sql" to use...
blob
|
commitdiff
|
diff to current
2009-07-20
Norbert Buchmuller
Fixed 'typo' (removed a word that I left there by accid...
blob
|
commitdiff
|
diff to current
2009-07-20
Norbert Buchmuller
Fixed documentation and added test for the "Arbitrary...
blob
|
commitdiff
|
diff to current
2009-07-13
Dan Dascalescu
Minor POD fixes in Cookbook
blob
|
commitdiff
|
diff to current
2009-06-30
Ash Berlin
Update POD on Dynamic sub-classing
blob
|
commitdiff
|
diff to current
2009-06-26
Aaron Trevena
normalised artist_id, and plural relationships to plura...
blob
|
commitdiff
|
diff to current
2009-06-11
Justin Hunter
cookbook tweak for count distinct
blob
|
commitdiff
|
diff to current
2009-05-15
Alexander Hartmaier
added Static sub-classing DBIx::Class result classes...
blob
|
commitdiff
|
diff to current
2009-05-11
Justin Hunter
Merge 'trunk' into 'count_distinct'
blob
|
commitdiff
|
diff to current
2009-05-09
Justin Hunter
rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
blob
|
commitdiff
|
diff to current
2009-05-07
Peter Rabbitson
Cookbook cleanup
blob
|
commitdiff
|
diff to current
2009-04-28
Justin Hunter
change from DB::Schema to My::Schema
blob
|
commitdiff
|
diff to current
2009-04-25
Jess Robinson
Docs on using multiple db schemas (from abraxxa maybe...
blob
|
commitdiff
|
diff to current
2009-04-22
Peter Rabbitson
RT45195 various indexer fixes
blob
|
commitdiff
|
diff to current
2009-04-07
Johannes Plunien
Added caveat notes to dual trick in cookbook
blob
|
commitdiff
|
diff to current
2009-03-27
Nigel Metheringham
Removed Cookbook section on pagers that stated page...
blob
|
commitdiff
|
diff to current
2009-03-20
Jared Johnson
Add cookbook entry for dealing with runaway prepared...
blob
|
commitdiff
|
diff to current
2009-03-06
Rob Kinyon
Merge 'trunk' into 'prefetch'
blob
|
commitdiff
|
diff to current
2009-03-06
Rob Kinyon
Changed how the EXPERIMENTAL tag for subqueries and...
blob
|
commitdiff
|
diff to current
2009-03-05
Rob Kinyon
Added experimental tag to as_query and subqueries in...
blob
|
commitdiff
|
diff to current
2009-02-27
Peter Rabbitson
We already depend on latest SQLA - remove all reference...
blob
|
commitdiff
|
diff to current
2009-02-22
Rob Kinyon
Added support for subqueries in the select and +select...
blob
|
commitdiff
|
diff to current
2009-02-20
Matt S Trout
revert previous revision
blob
|
commitdiff
|
diff to current
2009-02-20
Jason M. Mills
Merge 'rt_bug_41083' into 'trunk'
blob
|
commitdiff
|
diff to current
2009-02-20
Rob Kinyon
Added qualifiers as to when as_query will work
blob
|
commitdiff
|
diff to current
2009-02-18
Rob Kinyon
Added some more POD in the Cookbook for correlated...
blob
|
commitdiff
|
diff to current
2009-02-17
Norbert Buchmuller
* Updated POD for using PostgreSQL arrays because...
blob
|
commitdiff
|
diff to current
2009-02-16
Rob Kinyon
Merge 'subquery' into 'trunk'
blob
|
commitdiff
|
diff to current
2009-02-16
Rob Kinyon
Merge 'trunk' into 'subquery'
blob
|
commitdiff
|
diff to current
2009-02-15
Rob Kinyon
Subqueries are done
blob
|
commitdiff
|
diff to current
2009-02-11
Nigel Metheringham
Documentation update on startup speed
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-18
Norbert Buchmuller
* Added documentation of "Arbitrary SQL through a...
blob
|
commitdiff
|
diff to current
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
blob
|
commitdiff
|
diff to current
2009-01-16
Johannes Plunien
Fixed typo in link
blob
|
commitdiff
|
diff to current
2008-12-20
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
blob
|
commitdiff
|
diff to current
2008-11-25
Norbert Buchmuller
* Documented using PostgreSQL arrays in Cookbook.
blob
|
commitdiff
|
diff to current
2008-11-14
Peter Rabbitson
we use register_extra_source() now
blob
|
commitdiff
|
diff to current
2008-10-06
Jess Robinson
cosmincx's patch to show relationship attr filtering...
blob
|
commitdiff
|
diff to current
2008-09-29
Peter Rabbitson
Add cookbook discussion of single() vs first()
blob
|
commitdiff
|
diff to current
2008-09-28
Peter Rabbitson
mst is right: there is no sane way to allow automatic...
blob
|
commitdiff
|
diff to current
2008-09-21
Peter Rabbitson
Revert r482[45], by implementing a better version of...
blob
|
commitdiff
|
diff to current
2008-09-03
g
Fixed wrong field names: cd.cdid -> cd.id, artist.artis...
blob
|
commitdiff
|
diff to current
2008-07-03
Peter Rabbitson
Minor cookbook fix (two adjacent examples were mixed up)
blob
|
commitdiff
|
diff to current
2008-06-25
Will Hawes
clarify that ->resultset_class must be called after...
blob
|
commitdiff
|
diff to current
2008-05-27
Ash Berlin
Fix var name typo in cookbook
blob
|
commitdiff
|
diff to current
2008-05-27
Ash Berlin
Add set_cache example to cookbook
blob
|
commitdiff
|
diff to current
2008-03-04
Luke Saunders
improved docs and added env var to skip version checks...
blob
|
commitdiff
|
diff to current
2007-11-22
Ash Berlin
Fix mistakes
blob
|
commitdiff
|
diff to current
2007-11-12
Jess Robinson
Added cookbook recipe for using dual, thanks Richard
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-04
Marc Mims
- Doc patch for using an SQL function on the left side...
blob
|
commitdiff
|
diff to current
2007-08-21
Matt S Trout
Merge 'trunk' into 'cdbicompat_integration'
blob
|
commitdiff
|
diff to current
2007-08-12
Jess Robinson
Documentation: cookbook, resultset/create and some...
blob
|
commitdiff
|
diff to current
2007-08-07
Cory G Watson
Refactor Statistics to clean up printing of debug info...
blob
|
commitdiff
|
diff to current
2007-08-04
Ash Berlin
Fix example code. Thanks bits
blob
|
commitdiff
|
diff to current
2007-07-27
Matt S Trout
initial merge of Schwern's CDBICompat work, with many...
blob
|
commitdiff
|
diff to current
2007-07-18
Edmund von der Burg
Added the word 'trigger' to the 'Overloading methods...
blob
|
commitdiff
|
diff to current
2007-06-29
Matt S Trout
remove RSM recipe
blob
|
commitdiff
|
diff to current
2007-05-22
Brandon L. Black
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2007-05-21
Dagfinn Ilmari Man...
Copy the working mk_hash from HashRefInflator in -curre...
blob
|
commitdiff
|
diff to current
2007-05-06
Matt S Trout
patch from soulchild (thanks!)
blob
|
commitdiff
|
diff to current
2007-05-03
Brandon L. Black
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2007-05-02
Nigel Metheringham
Documented use of cursor->next for fast but uncomfortab...
blob
|
commitdiff
|
diff to current
2007-05-01
Brandon L. Black
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2007-04-24
Matt S Trout
oops. props to chapman for the spot
blob
|
commitdiff
|
diff to current
2007-04-16
Marcus Ramberg
Updated cookbook example
blob
|
commitdiff
|
diff to current
2007-03-03
David Jack Olrik
Reverted accidental 'svk pull' from inside mirrored...
blob
|
commitdiff
|
diff to current
2007-03-03
David Jack Olrik
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2007-02-14
Kieren Diment
pointed out ambiguity of as attribs
blob
|
commitdiff
|
diff to current
2007-02-08
Jess Robinson
Argh! Fix spurious example
blob
|
commitdiff
|
diff to current
2007-02-05
Jess Robinson
Fix overload example
blob
|
commitdiff
|
diff to current
2007-02-05
Jess Robinson
Add _accessor example, thanks to grinktt3n
blob
|
commitdiff
|
diff to current
next