2005-12-14 |
Jess Robinson |
Patches from Andreas Hartmeier applied to PK::Auto |
tree | commitdiff |
2005-12-13 |
David Kamholz |
- add ResultSet to see also in main POD |
tree | commitdiff |
2005-12-13 |
David Kamholz |
PK::Auto::Pg bug fix, only checks primary keys |
tree | commitdiff |
2005-12-13 |
David Kamholz |
fix docs typo |
tree | commitdiff |
2005-12-12 |
Matt S Trout |
Nothing to see here. Move along ... |
tree | commitdiff |
2005-12-12 |
Matt S Trout |
Test and fix to Storage::DBI from Justin DeVuyst |
tree | commitdiff |
2005-12-11 |
David Kamholz |
rewrite belongs_to again, so $cond is foreign key in... |
tree | commitdiff |
2005-12-10 |
David Kamholz |
rename tx_* => txn_* |
tree | commitdiff |
2005-12-10 |
David Kamholz |
update cookbook and resultset docs |
tree | commitdiff |
2005-12-10 |
David Kamholz |
more dob updates |
tree | commitdiff |
2005-12-10 |
David Kamholz |
fixed up relationship docs |
tree | commitdiff |
2005-12-10 |
David Kamholz |
fix last patch |
tree | commitdiff |
2005-12-10 |
David Kamholz |
clean up transaction handling |
tree | commitdiff |
2005-12-10 |
David Kamholz |
item => head2 in docs |
tree | commitdiff |
2005-12-10 |
David Kamholz |
docs updates to Relationship and ResultSet |
tree | commitdiff |
2005-12-10 |
David Kamholz |
- updated manifest and manifest.skip |
tree | commitdiff |
2005-12-10 |
Jess Robinson |
Check for primary key existance |
tree | commitdiff |
2005-12-09 |
Matt S Trout |
Merged patched from andyg to throw useful errors during... |
tree | commitdiff |
2005-12-09 |
Brian Cassidy |
minor pod fixes |
tree | commitdiff |
2005-12-07 |
David Kamholz |
updated contributors list |
tree | commitdiff |
2005-12-07 |
Matt S Trout |
Manual::Cookbook patch from Krzysztof Krzyzaniak |
tree | commitdiff |
2005-12-07 |
Matt S Trout |
Componentised fixup from Vsevolod (Simon) Ilyushchenko |
tree | commitdiff |
2005-12-01 |
Jules Bean |
die() if the user inadvertently tries to set the column... |
tree | commitdiff |
2005-12-01 |
Matt S Trout |
Patch from abraxxa to make set_primary_key barf if... |
tree | commitdiff |
2005-11-30 |
Matt S Trout |
Added improved Schema load_classes syntax from abraxxa |
tree | commitdiff |
2005-11-27 |
Matt S Trout |
Fixed InflateColumn to call set_column during set_infla... |
tree | commitdiff |
2005-11-27 |
Matt S Trout |
Committed version bump to DBIx::Class |
tree | commitdiff |
2005-11-26 |
Matt S Trout |
Merge 'DBIx-Class-C3' into 'trunk' |
tree | commitdiff |
2005-11-26 |
Matt S Trout |
Merge 'DBIx-Class-C3' into 'trunk' |
tree | commitdiff |
2005-11-25 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-C3' |
tree | commitdiff |
2005-11-25 |
Matt S Trout |
Version bumped to 0.03999_03, fix for Auto::PK issues... |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
Applied Brandon Black's patch to PK::Auto::Pg |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
Updated version and POD |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
With the addition of Class::C3 0.07 and a few tweaks... |
tree | commitdiff |
2005-11-23 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-C3' |
tree | commitdiff |
2005-11-20 |
David Kamholz |
small cleanup to last patch |
tree | commitdiff |
2005-11-20 |
David Kamholz |
docs patch from dopplecoder with cleanups to Cookbook... |
tree | commitdiff |
2005-11-20 |
Matt S Trout |
0.3999_01 changes |
tree | commitdiff |
2005-11-20 |
Matt S Trout |
Dumped anti-NEXT-breakage hack in CDBICompat stringify |
tree | commitdiff |
2005-11-19 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-C3' |
tree | commitdiff |
2005-11-18 |
David Kamholz |
update fix in last rev to use has_column |
tree | commitdiff |
2005-11-18 |
David Kamholz |
fix PK::Auto bug where it wouldn't recognize a defined... |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Shoved Class::Data::Inheritable into DBIx::Class, more... |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Getting there ... |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Schema now loads |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Broke everything (C3 branch) |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Added has_column and column_info methods |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Bugfixes, optimisations |
tree | commitdiff |
2005-11-10 |
Paul Makepeace |
Change /record ?set/ to resultset incl. ResultSet in... |
tree | commitdiff |
2005-11-10 |
Paul Makepeace |
Added some examples and explanations for search() |
tree | commitdiff |
2005-11-08 |
Matt S Trout |
Added fix to avoid undef warnings in CDBICompat stringify |
tree | commitdiff |
2005-11-08 |
Paul Makepeace |
Minor whitespace tweaks to make each file more distinct... |
tree | commitdiff |
2005-11-07 |
Paul Makepeace |
Remove the dubious primary keys check. Not clear it... |
tree | commitdiff |
2005-11-03 |
Marcus Ramberg |
add manual descriptions |
tree | commitdiff |
2005-11-03 |
Matt S Trout |
Added names to PODs |
tree | commitdiff |
2005-11-03 |
Matt S Trout |
POD fixes |
tree | commitdiff |
2005-11-03 |
Paul Makepeace |
* made HasOne::has_one and HasMany::has_many look more... |
tree | commitdiff |
2005-11-02 |
David Kamholz |
add (very ugly) hack to _construct_object to support... |
tree | commitdiff |
2005-11-02 |
Matt S Trout |
Changed use to require in Relationship/Base to avoid... |
tree | commitdiff |
2005-11-01 |
David Kamholz |
pass through $attrs to add_relationship when $cond... |
tree | commitdiff |
2005-11-01 |
David Kamholz |
- fix ResultSet bug when requesting a subset of columns |
tree | commitdiff |
2005-10-30 |
David Kamholz |
ObjectCache: |
tree | commitdiff |
2005-10-24 |
Matt S Trout |
Tweak to ResultSet to fix prefetch for nonexistant... |
tree | commitdiff |
2005-10-24 |
Marcus Ramberg |
release of 0.30002. |
tree | commitdiff |
2005-10-20 |
Marcus Ramberg |
described schema better, and added note about when... |
tree | commitdiff |
2005-10-16 |
David Kamholz |
add eval "require $f_class" to HasOne.pm -- otherwise... |
tree | commitdiff |
2005-10-15 |
David Kamholz |
fix stupid error in set_columns pod |
tree | commitdiff |
2005-10-15 |
David Kamholz |
add get_columns and set_columns methods to Row.pm |
tree | commitdiff |
2005-10-14 |
Marcus Ramberg |
merged in hartmeier quickstart |
tree | commitdiff |
2005-10-14 |
Marcus Ramberg |
More docs. |
tree | commitdiff |
2005-10-14 |
Marcus Ramberg |
improved docs. |
tree | commitdiff |
2005-10-10 |
CL Kao |
Add a DBIx::UUIDColumns plugin. |
tree | commitdiff |
2005-09-30 |
Matt S Trout |
Version bumped to 0.03002, assorted minor changes |
tree | commitdiff |
2005-09-28 |
Dan Kubb |
Rolled back change to compose_connection |
tree | commitdiff |
2005-09-28 |
Dan Kubb |
fixed bug where class_resolver was mistakenly clobbered... |
tree | commitdiff |
2005-09-27 |
David Kamholz |
added experimental ObjectCache.pm (load before Core... |
tree | commitdiff |
2005-09-27 |
David Kamholz |
patch CDBI live object index emulation to use ->ID... |
tree | commitdiff |
2005-09-27 |
David Kamholz |
add ->ID method to PK.pm to generate unique object... |
tree | commitdiff |
2005-09-23 |
Andy Grundman |
Final 0.03001 release v0.03001 |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
Updated version to 0.03001, added bug fixes to Changes |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
Fixed prefetch bug and added a test for it (spotted... |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
More fixes to HasA/BelongsTo courtesy of abraxxa |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
Tweaks to $obj->update and relationship helpers |
tree | commitdiff |
2005-09-20 |
Matt S Trout |
Error message fix (cheers Siracusa), CDBICompat count_a... |
tree | commitdiff |
2005-09-20 |
Matt S Trout |
Final commit for 0.03 |
tree | commitdiff |
2005-09-18 |
Matt S Trout |
Moved might_have compat back out into a CDBICompat... |
tree | commitdiff |
2005-09-18 |
Matt S Trout |
Addition of a bunch of helper relationship methods |
tree | commitdiff |
2005-09-17 |
Matt S Trout |
Yeah, committing the new tests would help ... |
tree | commitdiff |
2005-09-17 |
Matt S Trout |
Test split to run against normal rels and helper rels... |
tree | commitdiff |
2005-09-17 |
Matt S Trout |
Added quote char test, supported quoting in S::A subcla... |
tree | commitdiff |
2005-09-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Upped version to 0.03 :) |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
HasMany now does a LEFT JOIN, added more tests |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
More refactoring, prefetch |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
tree | commitdiff |
2005-09-04 |
Andres Kievsky |
Reverted andyg's fixes to DBI.pm, updated tests accordi... |
tree | commitdiff |
2005-09-04 |
Andres Kievsky |
Merged andyg's fixes to joins and joins tests. Added... |
tree | commitdiff |
2005-09-03 |
Matt S Trout |
Lobbed first cut of join code into Storage/DBI as inlin... |
tree | commitdiff |
2005-09-03 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
tree | commitdiff |
2005-09-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
tree | commitdiff |
next |