2005-08-04 |
Matt S Trout |
Quick synopsis to Schema system in POD |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Schema support added, DBICTest refactored to use it |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Andy Grundman |
Disabled 'Use of uninitialized value in subroutine... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Doc fix for DB.pm |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Overrode part of ContextualFetch in ImaDBI to shut... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Removed deprecated stuff from SQL.pm (cheers abraxxa) |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
_get_dbh removed |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
Mostly refactored everything to select/update/delete... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Matt S Trout |
DBIx::Class is now a component loader |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Andy Grundman |
Added tests for insert_or_update, moved Auto test to... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added tests for set_from_related, update_from_related... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Very very brief doc stubs for main package, DB.pm and... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Fixed failing PK test (by loading PK plugins :) |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Finish any active sth's in DESTROY |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Removed finish in Cursor::next, not necessary because... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Removed apparently unnecessary finish statements |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Set to 21 tests instead of 20 |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added failing test for update |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Added count_from_sql, refactored andyg's count_related... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added count, count_related, and tests |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Added t/09update.t from Alexander Hartmeier and changes... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added more inflate_has_a tests using alternate deflate... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Oh yes. and the might_have test script. because that... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
More refactoring and tweaking, might_have support added |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Factored common cdbi rel features out into Relationship... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Made add_relationship remove the relationship entry... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Join conditions supplied to add_relationship are now... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Refactored HasA to use InflateColumn |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Matt S Trout |
Column inflation tests now pass |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Changed deflate test to work with a real object |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Fixed inflate to be a single hashref, I'm a moron :) |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added a use DateTime |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Added failing tests for inflate_column |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Removed left over Dumper call |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andy Grundman |
Upgraded to SQL::Abstract 1.19 syntax, imported tests... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Matt S Trout |
Added support for temp columns and ->make_read_only |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Matt S Trout |
add_relatinship now barfs without join condition |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Andy Grundman |
Added tests for add_relationship, search_related, creat... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Matt S Trout |
Slice support for iterators |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Matt S Trout |
Constraint support added to compat layer (no is_constra... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Marcus Ramberg |
Add ::Exception, and use throw instead of die. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Matt S Trout |
Changed COUNT code in cursor to use selectrow_array... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Matt S Trout |
Modified Cursor to use COUNT(*) for count if possible |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Matt S Trout |
Cursor.pm because I'm an idiot and forgot to svk add... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Matt S Trout |
Refactoring, basic cursor support, additional syntax... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
David Kamholz |
changed set_primary_key() to use Tie::IxHash so order... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Andy Grundman |
Added tests for commit and rollback |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Matt S Trout |
Added dbi_commit and db_rollback. NEEDS TESTS. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Marcus Ramberg |
pod and pod coverage tests. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Marcus Ramberg |
basic pod stubs for everything but the CDBI compat... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Marcus Ramberg |
added objectindex tests for search and add |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Matt S Trout |
Fix to search_realted on relationships without attrs... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Marcus Ramberg |
fix lc in columngrouper. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Matt S Trout |
Imported nextalyzer.pl |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Matt S Trout |
- Refactored some, moved more stuff over to using get... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Matt S Trout |
Tweaked, prodded, refactored. Thanks to draven for... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Matt S Trout |
Added tests for the core APIs, refactored some |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Matt S Trout |
Now passing four more tests, has_a and has_many complia... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Matt S Trout |
Extra files for relationships, has_many support |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Matt S Trout |
Committed 06-hasa as well. Probably helps :) |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Matt S Trout |
has_a works |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Matt S Trout |
Refactored Ima::DBI support to allow pluggable __FOO__... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Matt S Trout |
All tests successful, 15 subtests skipped. Files=8... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Matt S Trout |
And the second part of the First Great Test Re-Organisation |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Matt S Trout |
Added our own accessor system (ripped from C::A) and... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Matt S Trout |
First of a two-parter :) |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
test tweaks and a bugfix |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
Build.PL added, 01-columns and 02-Film pass, $VERSION... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
AutoUpdate, add_constructor, a toy set_sql emulator... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
Imported a couple extra modules, added retrieve_all |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
Most of the first third of 02-Film now works :) |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Matt S Trout |
Initial commit of DBIx::Class (experimental Class:... |
commit | commitdiff | tree | snapshot |
|