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-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Upped version to 0.03 :) |
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-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-09-03 |
Matt S Trout |
Lobbed first cut of join code into Storage/DBI as inlin... |
tree | commitdiff |
2005-09-03 |
Matt S Trout |
Merge 'DBIx-Class-joins' into 'trunk' |
tree | commitdiff |
2005-09-03 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-joins' |
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-29 |
Matt S Trout |
Cleaned up Storage::DBI to remove redundancy |
tree | commitdiff |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
tree | commitdiff |
2005-08-27 |
Matt S Trout |
Lazy cursor instantiation for resultsets |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Added pager support, same syntax as Sweet. Also fixed... |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Added support for multiple PKs in Auto if they are... |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Fixed bug where retrieve_all ignored options such as... |
tree | commitdiff |
2005-08-13 |
Andy Grundman |
Fixed Auto::Pg Pod so CPAN will index it properly |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added contributor list |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Preparing for 0.02 release |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Re-added software-based LIMIT support for non-LIMIT... |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Cleaned up sql_maker variable |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Fixed sql_maker accessor to load Abstract object on... |
tree | commitdiff |
2005-08-12 |
Andy Grundman |
Added initial SQL::Abstract::Limit support and tests |
tree | commitdiff |
2005-08-12 |
Matt S Trout |
Refactoring, cleanup, lose unnecessary resultset/cursor... |
tree | commitdiff |
2005-08-11 |
Marcus Ramberg |
improved docs. |
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 |
Fixed user-defined sequence assignment |
tree | commitdiff |
2005-08-09 |
Andy Grundman |
Added Oracle PK::Auto, with sequence lookup |
tree | commitdiff |
2005-08-09 |
Andy Grundman |
Added sequence method to PK::Auto |
tree | commitdiff |
2005-08-09 |
Matt S Trout |
Updated main docs, altered mail address in POD for... |
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 |
fixed pod. |
tree | commitdiff |
2005-08-08 |
Marcus Ramberg |
auto-increment for postgresql |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
More refactoring, created PK::Auto::MySQL |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
- Swapped ordering for schema so connection class comes... |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Commented out _cond_value code in InflateColumn - curre... |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Don't inject self into base :) |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
More refactoring. Relationship now a virtual package |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Cursor abstracted, delete_related added |
tree | commitdiff |
2005-08-07 |
Matt S Trout |
Fixed search/count_related to use Abstract (though... |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
I. Forgot. To. svk. add. AGAIN! |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
Fixed DBICTest Schema class names, added class_resolver... |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
Merged dkubb's Module::Find code into Schema->load_classes |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::Table::in_database to DBIx::Class... |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::PK's retrieve() as find() |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
mst once again forgets to 'svk add', as spotted by... |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
retrieve_from_sql now uses ->search |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
- Storage/DBI.pm now uses Abstract internally |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Couple extra tweaks to Schema to support proposed C... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Refactored Schema.pm |
tree | commitdiff |
2005-08-04 |
Dan Kubb |
Bind values are passed into select query when no sth... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Quick synopsis to Schema system in POD |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Schema support added, DBICTest refactored to use it |
tree | commitdiff |
2005-08-04 |
Andy Grundman |
Disabled 'Use of uninitialized value in subroutine... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Doc fix for DB.pm |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Overrode part of ContextualFetch in ImaDBI to shut... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Removed deprecated stuff from SQL.pm (cheers abraxxa) |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
_get_dbh removed |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Mostly refactored everything to select/update/delete... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
DBIx::Class is now a component loader |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Very very brief doc stubs for main package, DB.pm and... |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Finish any active sth's in DESTROY |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Removed finish in Cursor::next, not necessary because... |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Removed apparently unnecessary finish statements |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Added count_from_sql, refactored andyg's count_related... |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Added count, count_related, and tests |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Added t/09update.t from Alexander Hartmeier and changes... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
More refactoring and tweaking, might_have support added |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Factored common cdbi rel features out into Relationship... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Made add_relationship remove the relationship entry... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Join conditions supplied to add_relationship are now... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Refactored HasA to use InflateColumn |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Column inflation tests now pass |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Removed left over Dumper call |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Upgraded to SQL::Abstract 1.19 syntax, imported tests... |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Added support for temp columns and ->make_read_only |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
add_relatinship now barfs without join condition |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Slice support for iterators |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Constraint support added to compat layer (no is_constra... |
tree | commitdiff |
2005-07-31 |
Marcus Ramberg |
Add ::Exception, and use throw instead of die. |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Changed COUNT code in cursor to use selectrow_array... |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Modified Cursor to use COUNT(*) for count if possible |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Cursor.pm because I'm an idiot and forgot to svk add... |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Refactoring, basic cursor support, additional syntax... |
tree | commitdiff |
2005-07-30 |
David Kamholz |
changed set_primary_key() to use Tie::IxHash so order... |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
Added dbi_commit and db_rollback. NEEDS TESTS. |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
basic pod stubs for everything but the CDBI compat... |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
Fix to search_realted on relationships without attrs... |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
fix lc in columngrouper. |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
- Refactored some, moved more stuff over to using get... |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
Tweaked, prodded, refactored. Thanks to draven for... |
tree | commitdiff |
2005-07-25 |
Matt S Trout |
Added tests for the core APIs, refactored some |
tree | commitdiff |
next |