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 |
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 |
next |