2006-01-27 |
Marcus Ramberg |
made cdbi-t optional |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Matt S Trout |
Fixed dumbass typo in t/lib |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Matt S Trout |
limit_dialect accessor for DBIC::Abstract |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Will Hawes |
add cookbook example for multi-step prefetch |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Will Hawes |
update docs for prefetch |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Matt S Trout |
Hopefully made in-place compose_connection work |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Matt S Trout |
Re-fixed HasOne (how tf did we lose that ...) |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Matt S Trout |
We can now generate our own test schema |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Matt S Trout |
(no commit message) |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Matt S Trout |
Multi-step prefetch (all except _construct_object chang... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Matt S Trout |
Added copying of refs durings ResultSource->new |
commit | commitdiff | tree | snapshot |
2006-01-26 |
David Kamholz |
fix ResultSourceProxy::Table for inherited classes... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
David Kamholz |
- fix recent belongs_to changes |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Will Hawes |
fix typo in search_like example |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Nigel Metheringham |
Fixed warning undefined variable in regexp caused by... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Will Hawes |
more informative error in related_source when relations... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Will Hawes |
add accessor to rels for DBICTest::Schema::Tag and... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Nigel Metheringham |
Changelog update for [705] |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Nigel Metheringham |
Debugging/trace output control. Allows redirection... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Brandon L.... |
add parms to prepare_cached() in PK/Auto/DB2.pm so... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
David Kamholz |
minor doc fix to sync with code |
commit | commitdiff | tree | snapshot |
2006-01-24 |
David Kamholz |
fix stupidities in transaction handling |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Daniel Westermann... |
Missed one |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Daniel Westermann... |
Update Changes |
commit | commitdiff | tree | snapshot |
2006-01-24 |
David Kamholz |
fix select attr docs |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Fixed up brekage in test schema from merge |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Merge 'DBIx-Class-resultset' into 'trunk' |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Merge 'DBIx-Class-resultset' into 'trunk' |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Merge 'DBIx-Class-resultset' into 'trunk' |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Tweaked UUIDColumns |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Updated columns_info_for patch from zby |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-resultset' |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Brandon L.... |
merging 564:565 from resultset branch to trunk for... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Brandon L.... |
use filter accessor on single-column explicit join... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
on_connect_do patch from abraxxa |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Matt S Trout |
Disabled pod test, tweaked storage_type behaviour,... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
David Kamholz |
- rename ResultSetInstance class to ResultSetProxy |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Will Hawes |
flesh out doc for 'from', 'select', 'as' and 'group_by' |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Daniel Westermann... |
Add myself to the contributors list ;) |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Will Hawes |
add 'Easy migration from class-based to schema-based... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Will Hawes |
add recipes for schema import/export + versioning |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Daniel Westermann... |
Minor doc cleanup and more examples |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Daniel Westermann... |
Add unique constraint declaration and new ResultSet... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jess Robinson |
Working version.. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Will Hawes |
link to SchemaIntro.pod, recommending schema-based... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jess Robinson |
Oopsie, missed some bits .. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jess Robinson |
CRayz-foo SQLT->DBIC schema creation |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Matt S Trout |
Missed one |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Matt S Trout |
columns_info_for from zby, fixes to per-db tests |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Matt S Trout |
Nuked _select_columns, the last vestige of class-based... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Will Hawes |
add first draft of intro doc for schema-based use |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Will Hawes |
update synopis/description |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Daniel Westermann... |
Cleanup and add basic docs for PK::Auto::DB2 |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Daniel Westermann... |
- Move search examples under a new =head2; additional... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Daniel Westermann... |
- Add synopsis |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Marcus Ramberg |
use croak instead of die for user errors. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Added boolify to prevent if ($rs) blowing up on group_b... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Will Hawes |
added GROUP BY example |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Will Hawes |
removed erroneous commit for ResultSet |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Will Hawes |
note that group_by takes listref rather than list ... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Will Hawes |
add examples for paging/cols/select+as/count/distinct... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Changes and version bump for release plus a missing add |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Updated Changes for _03 |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Renamed Table to ResultSource::Table, tweaked FAQ |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Fixup PK::Auto::Pg |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
register_resultset, Cursor fixes |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Added register_column API |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Fixed up PK::Auto::* to use result_source, added connec... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt S Trout |
Moved to prepare_cached for everything, using $f_active... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Matt S Trout |
Added 'self' method to ResultSet |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt S Trout |
Eliminated result_source_instance requirement in Schema |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Will Hawes |
flesh out joins/prefetch; add multi-step join example... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt S Trout |
Switched storage from prepare to prepare_cached with... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt S Trout |
Un-added a bug I introduced in the SQLT parser, added... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt S Trout |
Imported Jess Robinson's SQL::Translator::Parser::DBIx... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt S Trout |
Fix to add_columns with column info arguments |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Matt S Trout |
Made columns ordered by default |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Matt S Trout |
result_source is now AN ACCESSOR. w00000 |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Matt S Trout |
More internals cleanup, separated out ResultSourceInsta... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Matt S Trout |
Changed inflate_result API to include ResultSource... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
Fixed odd ->search bug caused by S::A brain damage |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Daniel Westermann... |
Use public accessor in PK::Auto::Pg |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
More test hackage, some cleanup in ResultSet |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
More test hackage |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
Some test hackage |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
Release shipped, Changes update and version bumped |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
Improved join condition possiblities - arrayrefs of... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
resolve_condition moved to ResultSource |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
And the inevitable missing svk add |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
Broke out resolve_condition in ResultSource |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
resolve_join moved to ResultSource |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Matt S Trout |
add_relationship, relationship_info, relationships... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Matt S Trout |
Chucked out some unrequired column case stuff in CDBICompat |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Matt S Trout |
Re-arranged the add_columns code to be a bit clearer |
commit | commitdiff | tree | snapshot |
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 |
next |