2006-09-15 |
Jess Robinson |
create insert_bulk using execute_array, and make popula... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Ash Berlin |
Fixed incorect class name in sqlt examples |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jess Robinson |
Fixup limit syntax finding for DB2 |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Brandon L.... |
the beginnings of a real storage stress test |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Prepping 0.07002 for release v0.07002 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Brandon L.... |
change warning check to death check (new storage except... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Daniel Westermann... |
Fix for recent SQLite versions interpreting single... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Brandon L.... |
Storage::DBI::Cursor now makes use of the new Storage... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Brandon L.... |
extend the "_in_dbh_do" concept |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Brandon L.... |
move !$sth exception up a level to fix storage exceptions |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Brandon L.... |
default column_info_from_storage to zero in -current |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Brandon L.... |
Backported column_info_from_storage accessor from ... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Brandon L.... |
column_info_from_storage(1) is cleaner anyways |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kieren Diment |
example.db removed. make your own. the scripts in... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kieren Diment |
mention of reference impl in Example.pod and changed... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Kieren Diment |
added reference implementation of DBIx::Class::Manual... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Cory G Watson |
More degphatification. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Cory G Watson |
De 'gphatify' Statistics.pm per mst's request *grin* |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Kieren Diment |
updated all to use PK::Auto |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Nigel Metheringham |
Missed fallback from changeset [2751] |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Nigel Metheringham |
Added FAQ/Cookbook entry on Stringification. Contribut... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Christopher... |
Fixed inflate_datetime tests under older Test::More |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Jess Robinson |
Update populate docs |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Michael Leuchtenburg |
Apparently I can't spell my own name. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Nigel Metheringham |
Trivial change - add module name to pod coverage skip... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brandon L.... |
document storage_type |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Justin Guenther |
fixed a bug in ResultSet where passing an empty $cond... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Justin Guenther |
added tests for many_to_many set_$rel(\@objs) |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Matt S Trout |
fixes to many-many |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brandon L.... |
bump C3 reqs again |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Justin Guenther |
documented storage accessor in Schema |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brandon L.... |
reduce redundancy in NoBindVars, add extra test for it |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brandon L.... |
Split out the upper half of S::DBI::_execute for easier... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brandon L.... |
clean up the way dbh_do is used in Storage::* so that... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Justin Guenther |
fixed set_$rel (from many_to_many) to accept a listref |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Matt S Trout |
feck arse drink women |
commit | commitdiff | tree | snapshot |
2006-08-24 |
K J Cheetham |
Documentation fixes. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brandon L.... |
Changes synced up with everything that has happened... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brandon L.... |
Merge 'load_namespaces' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Justin Guenther |
updated Changes |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brandon L.... |
rename Source to Result, because that is what it should... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brandon L.... |
remove result_class stuff from load_namespaces, better... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Justin Guenther |
More Relationship docs clarifications/fixes |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Brandon L.... |
added source_info method for source-level metadata... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Justin Guenther |
Fixed typos in new Relationship docs, and made style... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Justin Guenther |
Cleaned up and clarified Relationship docs |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Daniel Westermann... |
use ref instead of eval to check limit syntax (to avoid... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Brandon L.... |
bugfix to Oracle columns_info_for |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Michael Leuchtenburg |
Change _cond_for_update_delete to handle more complicat... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Christopher... |
remove_columns now deletes columns from _columns fixing... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Jess Robinson |
0.07001 released |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Jess Robinson |
Allow deploy to supply a directory for the SQL file... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Jess Robinson |
Assume scalar refs need fetching in PK::Auto (to allow... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Jess Robinson |
Update to 0.07001 |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Jess Robinson |
Added recent Changes |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Jesse Sheidlower |
minor doc clarifications |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Ash Berlin |
Changed the docs for relationship attributes, and added... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Brandon L.... |
Alg::C3 req bump to 0.04 |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Brandon L.... |
added sth method to Storage::DBI::NoBindVars, updated... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Cory G Watson |
Move unless to next line to prevent stabbings. |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Michael Leuchtenburg |
Support default aliases in many_to_many accessors.... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Michael Leuchtenburg |
Support for relationship attributes in many_to_many... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Brandon L.... |
backport the DBIx::Class::Storage::DBI::DESTROY fix... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Brandon L.... |
bump Alg::C3 req to 0.03 |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
adding draft of pod index generator based on zby script |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Nigel Metheringham |
Test for search_rs destructive effects on attributes... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Matt S Trout |
tweaked search_rs to not be destructive to passed |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Daniel Westermann... |
Remove extraneous sources for aliasing test; same effec... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
using ->rows here was not a reliable thing to do |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
misc warnings/croak/Carp::Clan fixups |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
A few dbd-specific dbh_do usage improvements |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
more dbh_do/txn_do improvements |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
saner usage of dbh_do in Storage::DBI |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
misc POD updates related to Storage/Storage::DBI |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
further code/pod shuffling between Storage/Storage... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
reshuffling the division of labor between Storage and... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Brandon L.... |
move txn_do to Storage |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Daniel Westermann... |
Fix two aliasing bugs: remove the alias when provided... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Jess Robinson |
Cookbook inflate_result example from avinash40 |
commit | commitdiff | tree | snapshot |
2006-08-04 |
David Kamholz |
fix think-o |
commit | commitdiff | tree | snapshot |
2006-08-04 |
David Kamholz |
pass on errors in component_class except when the file... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brandon L.... |
small improves to doc/code clarity |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Marcus Ramberg |
change to use utf8::decode/encode |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Bogdan Lucaciu |
sheesh, i contributed 3 lines of docs |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Bogdan Lucaciu |
Documentation patch, related to joins, aliases and... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Brandon L.... |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Brandon L.... |
added Cwd 3.19 + Alg::C3 0.02 to requirements |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Brandon L.... |
load_namespaces arrayref support |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Brandon L.... |
rename the load_namespaces tests |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Brandon L.... |
re-word options/code/pod to be less confusing wrt Resul... |
commit | commitdiff | tree | snapshot |
next |