2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
tree | commitdiff |
2006-01-27 |
Matt S Trout |
Fixed dumbass typo in t/lib |
tree | commitdiff |
2006-01-27 |
Matt S Trout |
We can now generate our own test schema |
tree | commitdiff |
2006-01-26 |
Matt S Trout |
Multi-step prefetch (all except _construct_object chang... |
tree | commitdiff |
2006-01-26 |
David Kamholz |
- fix recent belongs_to changes |
tree | commitdiff |
2006-01-25 |
Will Hawes |
add accessor to rels for DBICTest::Schema::Tag and... |
tree | commitdiff |
2006-01-24 |
Matt S Trout |
Fixed up brekage in test schema from merge |
tree | commitdiff |
2006-01-24 |
Matt S Trout |
Merge 'DBIx-Class-resultset' into 'trunk' |
tree | commitdiff |
2006-01-24 |
Matt S Trout |
Tweaked UUIDColumns |
tree | commitdiff |
2006-01-24 |
Matt S Trout |
Updated columns_info_for patch from zby |
tree | commitdiff |
2006-01-24 |
Matt S Trout |
Disabled pod test, tweaked storage_type behaviour,... |
tree | commitdiff |
2006-01-23 |
Daniel Westermann... |
Add unique constraint declaration and new ResultSet... |
tree | commitdiff |
2006-01-21 |
Matt S Trout |
Missed one |
tree | commitdiff |
2006-01-21 |
Matt S Trout |
columns_info_for from zby, fixes to per-db tests |
tree | commitdiff |
2006-01-20 |
Matt S Trout |
Fixed up PK::Auto::* to use result_source, added connec... |
tree | commitdiff |
2006-01-17 |
Matt S Trout |
Fix to add_columns with column info arguments |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Made columns ordered by default |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
Fixed odd ->search bug caused by S::A brain damage |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
More test hackage, some cleanup in ResultSet |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
More test hackage |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
Some test hackage |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
Improved join condition possiblities - arrayrefs of... |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
And the inevitable missing svk add |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
resolve_join moved to ResultSource |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
add_relationship, relationship_info, relationships... |
tree | commitdiff |
2006-01-13 |
Matt S Trout |
ordered_columns patch from Will Hawes |
tree | commitdiff |
2006-01-11 |
Matt S Trout |
Extra test from Will Hawes |
tree | commitdiff |
2006-01-11 |
Matt S Trout |
Added copy test from Purge |
tree | commitdiff |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
tree | commitdiff |
2006-01-09 |
Matt S Trout |
Moving towards instance-based schemas |
tree | commitdiff |
2006-01-08 |
Matt S Trout |
find_related now does search_related->find |
tree | commitdiff |
2006-01-08 |
Matt S Trout |
Simplified column handling code, moved primary key... |
tree | commitdiff |
2006-01-02 |
Matt S Trout |
Extra test classes |
tree | commitdiff |
2006-01-02 |
Matt S Trout |
Some tweaks to Componentised, many_to_many helper from... |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Fix non-sqlite tests |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Added $rs->search_related, cleaned up paging code |
tree | commitdiff |
2005-12-29 |
Matt S Trout |
Hack around a stupid SQL::Abstract bug and add GROUP... |
tree | commitdiff |
2005-12-27 |
Matt S Trout |
Added select and as attrs to resultset |
tree | commitdiff |
2005-12-26 |
Matt S Trout |
Switched tests to use DBICTest->class("...") |
tree | commitdiff |
2005-12-26 |
Matt S Trout |
04db test now uses txn_* API rather than storage->dbh... |
tree | commitdiff |
2005-12-26 |
Matt S Trout |
ResultSetInstance is now a component on DB, some test... |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
Nuked 08-inheritcols.t since it's duplicated in 01... |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
tree | commitdiff |
2005-12-14 |
Matt S Trout |
Start of TableInstance code. CDBICompat currently b0rken |
tree | commitdiff |
2005-12-14 |
Jess Robinson |
Patches from Andreas Hartmeier applied to PK::Auto |
tree | commitdiff |
2005-12-14 |
Matt S Trout |
Fixup after pull from trunk |
tree | commitdiff |
2005-12-14 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-resultset' |
tree | commitdiff |
2005-12-13 |
David Kamholz |
PK::Auto::Pg bug fix, only checks primary keys |
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-11 |
David Kamholz |
merge resultset branch through revision 371 |
tree | commitdiff |
2005-12-10 |
David Kamholz |
- updated manifest and manifest.skip |
tree | commitdiff |
2005-12-09 |
Matt S Trout |
Lo, doth everything now use resultset_instance |
tree | commitdiff |
2005-12-07 |
Matt S Trout |
Componentised fixup from Vsevolod (Simon) Ilyushchenko |
tree | commitdiff |
2005-12-07 |
Matt S Trout |
Classdata test from abraxxa |
tree | commitdiff |
2005-12-01 |
Jules Bean |
die() if the user inadvertently tries to set the column... |
tree | commitdiff |
2005-11-30 |
Matt S Trout |
Added improved Schema load_classes syntax from abraxxa |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
Updated version and POD |
tree | commitdiff |
2005-11-01 |
David Kamholz |
- fix ResultSet bug when requesting a subset of columns |
tree | commitdiff |
2005-10-24 |
Matt S Trout |
Tweak to ResultSet to fix prefetch for nonexistant... |
tree | commitdiff |
2005-10-15 |
David Kamholz |
add get_columns and set_columns methods to Row.pm |
tree | commitdiff |
2005-10-10 |
CL Kao |
Add a DBIx::UUIDColumns plugin. |
tree | commitdiff |
2005-09-27 |
David Kamholz |
patch CDBI live object index emulation to use ->ID... |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
Fixed prefetch bug and added a test for it (spotted... |
tree | commitdiff |
2005-09-20 |
Matt S Trout |
Error message fix (cheers Siracusa), CDBICompat count_a... |
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-11 |
Matt S Trout |
Corrected test plan for t/11mysql.t |
tree | commitdiff |
2005-09-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
tree | commitdiff |
2005-09-09 |
Andy Grundman |
Added SELECT count test for prefetch |
tree | commitdiff |
2005-09-09 |
Brian Cassidy |
added test for 2 relationships in the same class to... |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Ported joined count tests from Sweet |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
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-05 |
Matt S Trout |
Ported Sweet pager test. Worked first time. andyg++ |
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-08-30 |
Andy Grundman |
Added tests for software-based limiting/paging, and... |
tree | commitdiff |
2005-08-29 |
Andy Grundman |
Made pager a method on ResultSet, added rs->page(num... |
tree | commitdiff |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Added pager support, same syntax as Sweet. Also fixed... |
tree | commitdiff |
2005-08-19 |
Brian Cassidy |
Added LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added MySQL LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added Oracle LIMIT tests |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added initial SQL::Abstract::Limit support and tests |
tree | commitdiff |
2005-08-10 |
Matt S Trout |
Fixes, refactoring, test additions |
tree | commitdiff |
2005-08-09 |
Brian Cassidy |
Added PK::Auto::MSSQL + test |
tree | commitdiff |
2005-08-09 |
Andy Grundman |
Added Oracle PK::Auto, with sequence lookup |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Added Numa's count_all, removed warns from mysql and... |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Finished ripping hand-hacked abstract implementation... |
tree | commitdiff |
2005-08-08 |
Marcus Ramberg |
auto-increment for postgresql |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
MySQL Auto-PK test added |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Cursor abstracted, delete_related added |
tree | commitdiff |
next |