2006-01-13 |
Matt S Trout |
ordered_columns patch from Will Hawes |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Matt S Trout |
Separated common ResultSource stuff out of Table |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Matt S Trout |
Extra test from Will Hawes |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Matt S Trout |
Added ->relationships and ->relationship_info from... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Matt S Trout |
Added copy test from Purge |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Matt S Trout |
Probably fixed an incipient bug in prefetch |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Daniel Westermann... |
Refer to DateTime inflation example |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Daniel Westermann... |
- Update indentation (again) to be consistent with... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Daniel Westermann... |
Clarify usage of iterators somewhat |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Matt S Trout |
More refactoring, added ->source and ->resultset to... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Matt S Trout |
Moving towards instance-based schemas |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Jess Robinson |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Jess Robinson |
missing true value |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Jess Robinson |
New DB2 Automagic primary key collecting |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Matt S Trout |
Moved insert/update/delete to use ->result_source |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Matt S Trout |
moved find_or_create onto ResultSet |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Matt S Trout |
create now on resultset as well |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Matt S Trout |
find_related now does search_related->find |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Matt S Trout |
Simplified column handling code, moved primary key... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Matt S Trout |
Changed ->discard_changes to use ->primary_columns |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Daniel Westermann... |
- Clean up indentation in Manual |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Daniel Westermann... |
First pass at docs for InflateColumn |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Matt S Trout |
FAQ and Troubleshooting additions from Nigel Metheringham |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Matt S Trout |
Added note about version padding to remind people packa... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Matt S Trout |
And the extra main classes |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Matt S Trout |
Extra test classes |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Matt S Trout |
Some tweaks to Componentised, many_to_many helper from... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
Fix non-sqlite tests |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
Probably avoids some potential page/search bugs |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
Update Changes to reflect the stuff since 0.04999_01 |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
compose_namespace, just for claco. who by asking volunt... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
Added $rs->search_related, cleaned up paging code |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Matt S Trout |
Moved inflation to inflate_result in Row.pm |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Matt S Trout |
Hack around a stupid SQL::Abstract bug and add GROUP... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Brian Cassidy |
added stringification example |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Aran Deltac |
Fix a typo when setting the validation_auto attribute. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Matt S Trout |
bumped version to 0.04999_02 after dev release |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Matt S Trout |
Changes updated. 0.04999_01 away |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Matt S Trout |
Added select and as attrs to resultset |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Matt S Trout |
Moved resultset_instance into DB.pm |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Matt S Trout |
Switched tests to use DBICTest->class("...") |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Matt S Trout |
04db test now uses txn_* API rather than storage->dbh... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Matt S Trout |
ResultSetInstance is now a component on DB, some test... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Matt S Trout |
Removed DBIx::Class::Validation from Core (no prereqs... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Matt S Trout |
Nuked 08-inheritcols.t since it's duplicated in 01... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brian Cassidy |
added cookbook example: setting default values |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Daniel Westermann... |
Update examples to be more explicit about load_componen... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
David Kamholz |
PK::Auto doc patch from dwc |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Aran Deltac |
Adding first version of DBIx::Class::Validation. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Marcus Ramberg |
make more sane error message for missing table. |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Matt S Trout |
Start of TableInstance code. CDBICompat currently b0rken |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Jess Robinson |
Patches from Andreas Hartmeier applied to PK::Auto |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Matt S Trout |
Fixup after pull from trunk |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-12-13 |
David Kamholz |
fix mystery tabs in changes file |
commit | commitdiff | tree | snapshot |
2005-12-13 |
David Kamholz |
- add ResultSet to see also in main POD |
commit | commitdiff | tree | snapshot |
2005-12-13 |
David Kamholz |
updated Changes |
commit | commitdiff | tree | snapshot |
2005-12-13 |
David Kamholz |
PK::Auto::Pg bug fix, only checks primary keys |
commit | commitdiff | tree | snapshot |
2005-12-13 |
David Kamholz |
fix docs typo |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Matt S Trout |
Nothing to see here. Move along ... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Matt S Trout |
Test and fix to Storage::DBI from Justin DeVuyst |
commit | commitdiff | tree | snapshot |
2005-12-11 |
David Kamholz |
rewrite belongs_to again, so $cond is foreign key in... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
David Kamholz |
merge resultset branch through revision 378 |
commit | commitdiff | tree | snapshot |
2005-12-11 |
David Kamholz |
merge resultset branch through revision 371 |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
rename tx_* => txn_* |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
update cookbook and resultset docs |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
more dob updates |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
fixed up relationship docs |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
fix last patch |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
clean up transaction handling |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
item => head2 in docs |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
docs updates to Relationship and ResultSet |
commit | commitdiff | tree | snapshot |
2005-12-10 |
David Kamholz |
- updated manifest and manifest.skip |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Jess Robinson |
Check for primary key existance |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Matt S Trout |
Merged patched from andyg to throw useful errors during... |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Brian Cassidy |
minor pod fixes |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Matt S Trout |
Moved search_like to resultset |
commit | commitdiff | tree | snapshot |
2005-12-09 |
Matt S Trout |
Lo, doth everything now use resultset_instance |
commit | commitdiff | tree | snapshot |
2005-12-09 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-12-07 |
David Kamholz |
updated contributors list |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Matt S Trout |
Manual::Cookbook patch from Krzysztof Krzyzaniak |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Matt S Trout |
Componentised fixup from Vsevolod (Simon) Ilyushchenko |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Matt S Trout |
Classdata test from abraxxa |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Andy Grundman |
Require Data::Page 2.00 |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Jules Bean |
die() if the user inadvertently tries to set the column... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matt S Trout |
Patch from abraxxa to make set_primary_key barf if... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Andy Grundman |
Removed duplicate C3 dep from Build.PL |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matt S Trout |
Moved search_literal, count, count_literal onto resultset |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matt S Trout |
Moved search to resultset, created ResultSetInstance |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Matt S Trout |
Added improved Schema load_classes syntax from abraxxa |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Matt S Trout |
Nuked Data::Page use call in Table |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Matt S Trout |
Cleanup in resultset, made storage prepare_cached for... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
next |