2007-05-10 |
Christopher H. Laco |
resultset_class/result_class now (again) auto loads... |
tree | commitdiff |
2007-05-09 |
Jess Robinson |
No nested transactions in SQLite. |
tree | commitdiff |
2007-05-08 |
Ash Berlin |
Move -result_source handling further up |
tree | commitdiff |
2007-05-08 |
Ash Berlin |
Unbreak back-compat |
tree | commitdiff |
2007-05-03 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-03 |
Brandon L. Black |
revert part of 3220, apparently it is breaking cloning... |
tree | commitdiff |
2007-05-02 |
Nigel Metheringham |
Documented use of cursor->next for fast but uncomfortab... |
tree | commitdiff |
2007-05-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-01 |
Brandon L. Black |
load-time performance improvements |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
I'm a retard. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Removed 8.pm and updated Changelog. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Merge 'oracle8' into 'DBIx-Class-current' |
tree | commitdiff |
2007-04-24 |
Matt S Trout |
oops. props to chapman for the spot |
tree | commitdiff |
2007-04-19 |
Matt S Trout |
reverting r3173, already implemented in -current |
tree | commitdiff |
2007-04-16 |
Marcus Ramberg |
Updated cookbook example |
tree | commitdiff |
2007-04-09 |
Matt S Trout |
add SQL::Abstract to search docs (patch from zamolxes) |
tree | commitdiff |
2007-04-02 |
Jess Robinson |
Add patch from dec to allow us to pick which sources... |
tree | commitdiff |
2007-03-29 |
Brandon L. Black |
backport Ash's quoting fix from Loader to columns_info_for |
tree | commitdiff |
2007-03-29 |
Brandon L. Black |
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL... |
tree | commitdiff |
2007-03-18 |
Ash Berlin |
sqlt parser now respected a relationship attribute... |
tree | commitdiff |
2007-03-17 |
Ash Berlin |
fix server disconnect checking for select outside of... |
tree | commitdiff |
2007-03-16 |
Jess Robinson |
Add FAQ and Joining links to Manual.pod |
tree | commitdiff |
2007-03-16 |
Jess Robinson |
Initial version of Manual::Joining |
tree | commitdiff |
2007-03-14 |
Jess Robinson |
Added patch from Schwern to allow cdbi compat to infer... |
tree | commitdiff |
2007-03-13 |
David Jack Olrik |
Merge 'DBIx-Class-current' into 'oracle8' |
tree | commitdiff |
2007-03-12 |
J. Shirley |
Updating Manual/Intro to reflect better -in => [] usage... |
tree | commitdiff |
2007-03-09 |
David Jack Olrik |
Disabled broken inflate/deflate. |
tree | commitdiff |
2007-03-03 |
David Jack Olrik |
Reverted accidental 'svk pull' from inside mirrored... |
tree | commitdiff |
2007-03-03 |
David Jack Olrik |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-03-03 |
Jess Robinson |
Fix to $filename from Carl Vincent |
tree | commitdiff |
2007-02-14 |
Kieren Diment |
pointed out ambiguity of as attribs |
tree | commitdiff |
2007-02-14 |
Kieren Diment |
improved docs for as attrib |
tree | commitdiff |
2007-02-14 |
Robert Krimen |
Added how to '.. fetch a single (or topmost) row?'... |
tree | commitdiff |
2007-02-14 |
Robert Krimen |
Fleshed out the JSON inflated column example with a... |
tree | commitdiff |
2007-02-13 |
Jess Robinson |
Improve resultset_attributes docs |
tree | commitdiff |
2007-02-08 |
Jess Robinson |
Argh! Fix spurious example |
tree | commitdiff |
2007-02-06 |
Robert Krimen |
Added; |
tree | commitdiff |
2007-02-05 |
Jess Robinson |
Fix overload example |
tree | commitdiff |
2007-02-05 |
Jess Robinson |
Add _accessor example, thanks to grinktt3n |
tree | commitdiff |
2007-02-05 |
Ash Berlin |
Backed out my r3073, and doc'd the fact that it takes... |
tree | commitdiff |
2007-02-03 |
Ash Berlin |
Made ->update not change the hashref passed in (with... |
tree | commitdiff |
2007-02-02 |
Jess Robinson |
POD updates |
tree | commitdiff |
2007-02-01 |
Victor Igumnov |
whoopes forgot to change the package name for dbix... |
tree | commitdiff |
2007-01-31 |
Jesse Sheidlower |
Doc cleanup in Ordered.pm |
tree | commitdiff |
2007-01-29 |
Jess Robinson |
Make POD a little more obvious about component order |
tree | commitdiff |
2007-01-25 |
David Jack Olrik |
Formatting cleanup |
tree | commitdiff |
2007-01-24 |
Kieren Diment |
explained a cryptic error message |
tree | commitdiff |
2007-01-24 |
David Jack Olrik |
Marked oracle 8 support as experimental |
tree | commitdiff |
2007-01-24 |
John Napiorkowski |
-- Fixed tabs to spaces issue |
tree | commitdiff |
2007-01-24 |
David Jack Olrik |
Added Justin Wheeler's Oracle 8 support |
tree | commitdiff |
2007-01-23 |
Kieren Diment |
minor doc improvement to clarify how to do joins |
tree | commitdiff |
2007-01-21 |
Victor Igumnov |
changed FileColumn to InflateColumn::File |
tree | commitdiff |
2007-01-20 |
Victor Igumnov |
minor update to FileColumn. I added a callback method... |
tree | commitdiff |
2007-01-19 |
Victor Igumnov |
committing first version of filecolumn |
tree | commitdiff |
2007-01-17 |
John Napiorkowski |
Merge 'param_bind' into 'DBIx-Class-current' |
tree | commitdiff |
2007-01-13 |
Ash Berlin |
Added some simple docs to HashRefInflator and updated... |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
additional refactoring to better handle source objects |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
some refactoring to reduce cut and paste work |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
Merge 'DBIx-Class-current' into 'param_bind' |
tree | commitdiff |
2007-01-05 |
Ash Berlin |
Added abraxa's HashRefInflator (no docs as yet) |
tree | commitdiff |
2007-01-02 |
Matt S Trout |
Merge 'ordered_handle_updates' into 'DBIx-Class-current' |
tree | commitdiff |
2007-01-01 |
Jess Robinson |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-01-01 |
Jess Robinson |
Fixup update/new ignoring with scalarrefs |
tree | commitdiff |
2007-01-01 |
Jess Robinson |
Inflate/Deflate on all refs but scalars, with tests... |
tree | commitdiff |
2006-12-30 |
Matt S Trout |
fixup external bind params |
tree | commitdiff |
2006-12-30 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'param_bind' |
tree | commitdiff |
2006-12-28 |
Matt S Trout |
Merge 'source-handle' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-28 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-28 |
Ash Berlin |
Fixed problem with cdbi-t/13constrain.t |
tree | commitdiff |
2006-12-27 |
Ash Berlin |
Removed CDBI subclassing bugs. constrain_columns to... |
tree | commitdiff |
2006-12-21 |
Ash Berlin |
Made many_to_many throw an exception if its not provide... |
tree | commitdiff |
2006-12-19 |
Daniel Westermann... |
fix find_related-based queries to correctly grep the... |
tree | commitdiff |
2006-12-13 |
John Napiorkowski |
updated bulk insert to handle bind_param_array, created... |
tree | commitdiff |
2006-12-11 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-11 |
Brandon L. Black |
better fix for pk mutation based on mst irc conversation |
tree | commitdiff |
2006-12-11 |
Brandon L. Black |
allow pk mutation via column accessor + update |
tree | commitdiff |
2006-12-09 |
David Kamholz |
die in Storage::DBI::Pg when it can't find the autoinc... |
tree | commitdiff |
2006-12-07 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-06 |
Ash Berlin |
Join condition patch from Bernhard Graf |
tree | commitdiff |
2006-12-06 |
Ash Berlin |
More descriptive error messages courtesy of Marc Espie |
tree | commitdiff |
2006-12-02 |
David Kamholz |
tiny cosmetic fixes |
tree | commitdiff |
2006-12-02 |
David Kamholz |
inline relationship and inflate code for new, update... |
tree | commitdiff |
2006-12-01 |
John Napiorkowski |
moved bind attributes to DBI.pm/DBI/Pg.pm |
tree | commitdiff |
2006-11-28 |
Jess Robinson |
Add blessed checking to deflate |
tree | commitdiff |
2006-11-27 |
Ash Berlin |
- $schema->deploy now accepts a list of source (name... |
tree | commitdiff |
2006-11-26 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'source-handle' |
tree | commitdiff |
2006-11-26 |
Ash Berlin |
Made source_name read-only on source instances, r/w... |
tree | commitdiff |
2006-11-25 |
Neil de Carteret |
Multicol tests done. Also tweaked the pods and took... |
tree | commitdiff |
2006-11-23 |
Jess Robinson |
Add backup_directory, make tests cleanup |
tree | commitdiff |
2006-11-23 |
David Kamholz |
- nuke old _resultset caching stuff |
tree | commitdiff |
2006-11-23 |
Neil de Carteret |
Added the basic for multi column support. Original... |
tree | commitdiff |
2006-11-23 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'source-handle' |
tree | commitdiff |
2006-11-23 |
Matt S Trout |
Merge 'versioning' into 'DBIx-Class-current' |
tree | commitdiff |
2006-11-22 |
David Kamholz |
fix typo fix |
tree | commitdiff |
2006-11-22 |
David Kamholz |
fix typo |
tree | commitdiff |
2006-11-22 |
David Kamholz |
change monkier => moniker |
tree | commitdiff |
2006-11-22 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-11-22 |
David Kamholz |
add shallow copy of $attrs in ResultSet->new |
tree | commitdiff |
2006-11-22 |
Jess Robinson |
Fix tests, remove some random rints |
tree | commitdiff |
2006-11-22 |
David Kamholz |
re-commit minimal pk-mutation in update(), with test |
tree | commitdiff |
next |