2006-05-28 |
Aran Deltac |
Added test reorganization under 0.06999_01 in Changes... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Changes for 0.06999_01 release |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Merge 'find_compat' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Remove tabs from recent Changes |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Fix POD for name_unique_constraint |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Add automatic naming of unique constraints |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Another minor cleanup |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Daniel Westermann... |
Minor cleanup |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Daniel Westermann... |
Fix for extraneous warning in 65multipk |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Daniel Westermann... |
First pass at verifying query uniqueness: Recursively... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Daniel Westermann... |
Relax _unique_queries for *_related |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Justin Guenther |
Merge 'DBIx-Class-current' into 'find_compat' |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Justin Guenther |
Add a warning for DBD::Pg < 1.49 |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Matt S Trout |
hopefully fixup pg tests (thanks to zby, all bugs mine) |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Update naming for consistency with CDBICompat _build_qu... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Refactor query building and verification so the warning... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Justin Guenther |
Merge 'DBIx-Class-current' into 'find_compat' |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Minor update to find_or_create docs re: how it searches |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Use stricter find in update_or_create again |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Restore stricter find, but with compat warnings. find_... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Hack for now, constraint in find if a key is specified |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Daniel Westermann... |
Revert to old find and update_or_create algorithms... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Justin Guenther |
squashed a couple unnecessary warnings in the CDBI... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Daniel Westermann... |
Add a test for a search on a partial key, followed... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Daniel Westermann... |
Merge 'DBIx-Class-current' into 'find_compat' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Justin Guenther |
Changed tests to use DBICTest->init_schema() instead... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Justin Guenther |
Squashed an extraneous warning in 82cascade_copy.t... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Daniel Westermann... |
Merge 'DBIx-Class-current' into 'find_compat' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'reorganize_tests' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'DBIx-Class-current' into 'reorganize_tests' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'reorganize_tests' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Delete t/run/ and t/helperrels/ so that the reorganize_... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'reorganize_tests' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'reorganize_tests' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Matt S Trout |
piss off |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'DBIx-Class-current' into 'reorganize_tests' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Merge 'reorganize_tests' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Justin Guenther |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Justin Guenther |
Changed txn_do docs/Cookbook example to use closures... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Aran Deltac |
Added TODO about changes to the rows attribute. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'find_compat' |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Matt S Trout |
marked DBIx::Class::DB as deprecated and due to be... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Aran Deltac |
Incorporate changes in -current. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Aran Deltac |
Merge 'DBIx-Class-current' into 'reorganize_tests' |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Ash Berlin |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Aran Deltac |
Move population code from Schema to DBICTest. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Aran Deltac |
Move relationships out of Relationships.pm and in to... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Luke Saunders |
moved my name to correct place in list |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Luke Saunders |
added changes from resultset-new-refactor |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Daniel Westermann... |
First pass: take what the user provides if we can't... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Cory G Watson |
Add support for +select and +as attributes to ResultSet |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Matt S Trout |
Merge 'resultset-new-refactor' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Matt S Trout |
fixed screwed merge of Storage::DBI (my fault :) |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Matt S Trout |
works. win. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'resultset-new-refactor' |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Marc Mims |
Just the column name, please. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Matt S Trout |
Sodding three-value for conditions |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Ash Berlin |
Added docs for quote_char, name_sep and offset RS attrib. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Aran Deltac |
Merge 'DBIx-Class-current' into 'reorganize_tests' |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Luke Saunders |
arg. bugfix |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Luke Saunders |
more torture test, cleaned up |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Luke Saunders |
join merging working properly. some torture tests |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Christopher... |
Added delete_related tests to verify it only deletes... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Matt S Trout |
futz changes, fix populate. I'm a retard. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Matt S Trout |
Merge 'datetime' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Matt S Trout |
added datetime parser for MSSQL (ta LTJake) |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Matt S Trout |
added datetime parser types for the dbs I can find... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'datetime' |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Justin Guenther |
removed DBICTest::Schema::Casecheck until someone adds it |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jess Robinson |
zbys Postgres casecheck patch |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jess Robinson |
.. And correct the number of tests |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jess Robinson |
Oops, fix bookmark thingy here too |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jess Robinson |
Update VERSION |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Justin Guenther |
fixed an out-of-date limitation for has_many prefetch... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Justin Guenther |
fixed small error in the SYNOPSIS of ResultSetManager.pm |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Justin Guenther |
removed another couple extraneous $self->dbh calls |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Justin Guenther |
added bind information to exception thrown from DBIx... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Matt S Trout |
Moved PK::Auto into core |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Thomas Kratz |
Moved UUIDColumns from DBIX-Class-current into it's... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Thomas Kratz |
Undoing changes commited in revisions 1664-1671...... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Thomas Kratz |
Moved UUIDMaker.pm over from main DBIx::Class dist |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Thomas Kratz |
Moved UUIDColumns.pm over from main DBIx::Class dist |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jess Robinson |
Add pod for params of inflate/deflate coderefs |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Aran Deltac |
Fixes to tests so that they pass. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Aran Deltac |
Move helperrels/26sqlt.t, and all t/run/*.tl scripts... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Aran Deltac |
Delete basicrels tests. Modify run tests to use new... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Aran Deltac |
Removed BasicRels and reorganized where the various... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Kieren Diment |
optimised last_insert_id example for searching |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Jess Robinson |
Documentation updates |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'datetime' |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Matt S Trout |
Missing stuff for DateTime branch |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Cory G Watson |
Add profiling support |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Matt S Trout |
dumped options from Build.PL |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Matt S Trout |
don't ask |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Matt S Trout |
don't ask |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Jess Robinson |
Add foreign key constraint for new bookmark table |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
commit | commitdiff | tree | snapshot |
next |