2005-11-20 |
David Kamholz |
small cleanup to last patch |
commit | commitdiff | tree | snapshot |
2005-11-20 |
David Kamholz |
docs patch from dopplecoder with cleanups to Cookbook... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
David Kamholz |
update fix in last rev to use has_column |
commit | commitdiff | tree | snapshot |
2005-11-18 |
David Kamholz |
fix PK::Auto bug where it wouldn't recognize a defined... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Paul Makepeace |
Add Class::Trigger and DBIx::ContextualFetch to build... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Matt S Trout |
Added has_column and column_info methods |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Matt S Trout |
Bugfixes, optimisations |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Andy Grundman |
Fixed typo in Build.PL |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Paul Makepeace |
Change /record ?set/ to resultset incl. ResultSet in... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Paul Makepeace |
Added some examples and explanations for search() |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Matt S Trout |
Added fix to avoid undef warnings in CDBICompat stringify |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Paul Makepeace |
Minor whitespace tweaks to make each file more distinct... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Paul Makepeace |
Remove the dubious primary keys check. Not clear it... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Marcus Ramberg |
add manual descriptions |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Andy Grundman |
Released 0.03003 |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Matt S Trout |
Added names to PODs |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Matt S Trout |
POD fixes |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Paul Makepeace |
* made HasOne::has_one and HasMany::has_many look more... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
David Kamholz |
add (very ugly) hack to _construct_object to support... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Matt S Trout |
Changed use to require in Relationship/Base to avoid... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
David Kamholz |
pass through $attrs to add_relationship when $cond... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
David Kamholz |
- fix ResultSet bug when requesting a subset of columns |
commit | commitdiff | tree | snapshot |
2005-10-30 |
David Kamholz |
ObjectCache: |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Matt S Trout |
Tweak to ResultSet to fix prefetch for nonexistant... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marcus Ramberg |
release of 0.30002. |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Marcus Ramberg |
described schema better, and added note about when... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
David Kamholz |
add eval "require $f_class" to HasOne.pm -- otherwise... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
David Kamholz |
fix stupid error in set_columns pod |
commit | commitdiff | tree | snapshot |
2005-10-15 |
David Kamholz |
add get_columns and set_columns methods to Row.pm |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Marcus Ramberg |
merged in hartmeier quickstart |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Marcus Ramberg |
More docs. |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Marcus Ramberg |
improved docs. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
CL Kao |
Update manifest. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
CL Kao |
Add a DBIx::UUIDColumns plugin. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Matt S Trout |
Version bumped to 0.03002, assorted minor changes |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Dan Kubb |
Rolled back change to compose_connection |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Dan Kubb |
fixed bug where class_resolver was mistakenly clobbered... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
David Kamholz |
added experimental ObjectCache.pm (load before Core... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
David Kamholz |
patch CDBI live object index emulation to use ->ID... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
David Kamholz |
add ->ID method to PK.pm to generate unique object... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Andy Grundman |
Final 0.03001 release |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Matt S Trout |
Updated version to 0.03001, added bug fixes to Changes |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Matt S Trout |
Fixed prefetch bug and added a test for it (spotted... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Matt S Trout |
More fixes to HasA/BelongsTo courtesy of abraxxa |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Matt S Trout |
Tweaks to $obj->update and relationship helpers |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Matt S Trout |
Error message fix (cheers Siracusa), CDBICompat count_a... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Matt S Trout |
Final commit for 0.03 |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Matt S Trout |
Moved might_have compat back out into a CDBICompat... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Matt S Trout |
Addition of a bunch of helper relationship methods |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matt S Trout |
Yeah, committing the new tests would help ... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matt S Trout |
Test split to run against normal rels and helper rels... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matt S Trout |
Added quote char test, supported quoting in S::A subcla... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Matt S Trout |
Added DBIC dep on Module::Find (for Schema) |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Matt S Trout |
Corrected test plan for t/11mysql.t |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Andy Grundman |
Added SELECT count test for prefetch |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Brian Cassidy |
added test for 2 relationships in the same class to... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Andy Grundman |
Updated S::A and S::A::L version reqs |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Actually updated the changes file! lookitme, andyg! |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Upped version to 0.03 :) |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Ported joined count tests from Sweet |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
HasMany now does a LEFT JOIN, added more tests |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
More refactoring, prefetch |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Matt S Trout |
Ported Sweet pager test. Worked first time. andyg++ |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Andres Kievsky |
Reverted andyg's fixes to DBI.pm, updated tests accordi... |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Andres Kievsky |
Merged andyg's fixes to joins and joins tests. Added... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Lobbed first cut of join code into Storage/DBI as inlin... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andy Grundman |
Added tests for software-based limiting/paging, and... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andy Grundman |
Made pager a method on ResultSet, added rs->page(num... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Matt S Trout |
Cleaned up Storage::DBI to remove redundancy |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Matt S Trout |
Lazy cursor instantiation for resultsets |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Added pager support, same syntax as Sweet. Also fixed... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Added support for multiple PKs in Auto if they are... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Andy Grundman |
Fixed bug where retrieve_all ignored options such as... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Andy Grundman |
Added Scalar::Util to prereq, not sure which version... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Andy Grundman |
Added SQL::Abstract to prereqs |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Cassidy |
Added LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Andy Grundman |
Fixed Auto::Pg Pod so CPAN will index it properly |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added MS-SQL to Changes |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added contributor list |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Preparing for 0.02 release |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Re-added software-based LIMIT support for non-LIMIT... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Cleaned up sql_maker variable |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Fixed sql_maker accessor to load Abstract object on... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added MySQL LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added Oracle LIMIT tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andy Grundman |
Added initial SQL::Abstract::Limit support and tests |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Matt S Trout |
Refactoring, cleanup, lose unnecessary resultset/cursor... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Marcus Ramberg |
improved docs. |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Matt S Trout |
Fixes, refactoring, test additions |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Cassidy |
Added PK::Auto::MSSQL + test |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Fixed user-defined sequence assignment |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Added Oracle PK::Auto, with sequence lookup |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Andy Grundman |
Added sequence method to PK::Auto |
commit | commitdiff | tree | snapshot |
next |