2006-03-08 |
David Kamholz |
cleanup ResultSource a bit, plus a couple trivial cleanups |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
assorted crunchy code cleanups to ResultSet.pm (you... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
fix a couple mistakes in last commit |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
rename columns attr to cols |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Matt S Trout |
collapse has to be an attr too, bah |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Marcus Ramberg |
Added tests for has_column_loaded |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
add second test to 23cache, that doesn't work |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
add test for last fix |
commit | commitdiff | tree | snapshot |
2006-03-08 |
David Kamholz |
fix to find() for new prefetch code |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Matt S Trout |
Nuked a couple of pointless warns and a Dumper load |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Matt S Trout |
has_many prefetch works. no, seriously |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Marcus Ramberg |
added has_column_loaded |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Matt S Trout |
partially working has_many prefetch |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Daisuke Murase |
* added get_columns support on UTF8Columns |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Marcus Ramberg |
more error messages. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Matt S Trout |
C3 loading speedup |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Matt S Trout |
Added result_class accessor to ResultSet |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Will Hawes |
throw error including SQL statement for failed $sth... |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Brandon L.... |
connection via coderef rather than explicit dsn/name... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Brandon L.... |
a few more fixups to ExampleSchema.pod |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Brandon L.... |
small typo fix to ExampleSchema.pod |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Matt S Trout |
MANIFEST nuked out of repo |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Matt S Trout |
Missing svk add, as usual |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Matt S Trout |
Fix to update(\%args) with inflation from test case... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Daisuke Murase |
* added a test for UTF8Columns |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Daisuke Murase |
* added UTF8Columns |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Kieren Diment |
Changed the name of CD class to Cd to be compatible... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brian Cassidy |
added sqlt_type |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Robert Sedlacek |
add_components() doesn't prepend base when comp. prefix... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Brandon L.... |
add update_or_create proxy method |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Kieren Diment |
Fixed a typo in the SQL::Translator section (missing... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Kieren Diment |
Moved Example.pod to ExampleSchema.pod |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Kieren Diment |
Altered example to populate the db with DBIC |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Justin Guenther |
- Changed documentation to use txn_do() for transactions |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brandon L.... |
t/50fork.t made a little more resilient |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Brandon L.... |
dbh->{InactiveDestroy} when reconnecting in child proce... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
port fix for ejh's pg bug to branch |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
try to fix PK::Auto::Pg for sequences with quoted names |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Matt S Trout |
half unpicked has_many prefetch mess |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
update MANIFEST |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
renumber tests |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Matt S Trout |
Added missing join attrs to 23cache |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Kamholz |
cleanup related_resultset in Relationship::Base |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Matt S Trout |
Additional docs for many_to_many |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Cory G Watson |
Fix multi-namespace load_classes example in Manual... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Simon Elliott |
Fix to foreign key sqlt generation |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Simon Elliott |
fix for deploying MySQL schemas. schema debug++ |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Justin Guenther |
Fixed a typo |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Justin Guenther |
Fixed txn_do to check that $coderef is actually a code... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matt S Trout |
Tweak to Manual::Example |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matt S Trout |
Added Manual::Example from sc_ |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matt S Trout |
Changes updates |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matt S Trout |
Fixup MANIFEST, rename 22cache -> 23cache, tweak to... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matt S Trout |
Renamed 22cache to 23cache |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Justin Guenther |
Added DBIx::Class::Schema::txn_do() |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Matt S Trout |
Dumbass typo, ta castaway |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Matt S Trout |
Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nigel Metheringham |
Reverted previous unitentional change to Accessor.pm |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Nigel Metheringham |
Minor documentation fix for find. Removed some EOL... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Matt S Trout |
Changes for 0.05007 |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Matt S Trout |
Updated Class::C3 dep |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jesper Krogh |
Double char quoting implemented, now supports stuff... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Matt S Trout |
Updated Oracle test |
commit | commitdiff | tree | snapshot |
2006-02-23 |
David Kamholz |
attempt to fix weird overload '0+' bug, modify tests... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Matt S Trout |
Nuked some test warnings |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Matt S Trout |
Tests run now. Sodding SQLite |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Matt S Trout |
Working HAVING, DBD::SQLite returns duff data so tests... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Marcus Ramberg |
having tests. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Matt S Trout |
Class::C3 fixup for 0.11 |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Will Hawes |
nested has_many prefetch + tests |
commit | commitdiff | tree | snapshot |
2006-02-21 |
David Kamholz |
fix thinkos in ResultSet docs |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Brian Cassidy |
fix for limit_dialect( 'Top' ) w/ order_by |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Brandon L.... |
croak on DBI->connect errors |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Jess Robinson |
Explicit return added |
commit | commitdiff | tree | snapshot |
2006-02-19 |
David Kamholz |
minor optimization to Row.pm |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Matt S Trout |
PK::Auto tweak |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Matt S Trout |
Improved AccessorGroup docs |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Brandon L.... |
pod =head3 Arguments stuff |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Brandon L.... |
pod typo fix |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Will Hawes |
maintain cache + reset cursor for search() without... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Jess Robinson |
Create glossary |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Jess Robinson |
Documentations! |
commit | commitdiff | tree | snapshot |
2006-02-17 |
David Kamholz |
changes for 0.05006 release |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Brandon L.... |
added optional test for fork stressing - not a very... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Matt S Trout |
minor test tweak, Changes update |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Matt S Trout |
made update(\%hash) work on row as well as rs |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Will Hawes |
introduce row caching using related_resultset; has_many... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Matt S Trout |
added cascade_copy relationship attribute |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Daniel Westermann... |
Remove dependency on Module::Find in 40resultsetmanager... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Matt S Trout |
damn merges eating patch monkeys |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Matt S Trout |
Improvements to copy() and set_from_related() code |
commit | commitdiff | tree | snapshot |
next |