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 |
2005-07-23 |
Matt S Trout |
Now passing four more tests, has_a and has_many complia... |
tree | commitdiff |
2005-07-23 |
Matt S Trout |
Extra files for relationships, has_many support |
tree | commitdiff |
2005-07-22 |
Matt S Trout |
has_a works |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
Refactored Ima::DBI support to allow pluggable __FOO__... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
Added our own accessor system (ripped from C::A) and... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
First of a two-parter :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
test tweaks and a bugfix |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Build.PL added, 01-columns and 02-Film pass, $VERSION... |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
AutoUpdate, add_constructor, a toy set_sql emulator... |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Imported a couple extra modules, added retrieve_all |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Most of the first third of 02-Film now works :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Initial commit of DBIx::Class (experimental Class:... |
tree | commitdiff |
|