17 years agoChanges list synced up through now
Brandon L. Black [Tue, 17 Apr 2007 23:45:11 +0000]
Changes list synced up through now

17 years agoUpdated cookbook example
Marcus Ramberg [Mon, 16 Apr 2007 12:55:44 +0000]
Updated cookbook example

17 years agofixed regex in t/76joins (was relying on a 5.8.8 bug that is fixed in bleadperl,...
Brandon L. Black [Sat, 14 Apr 2007 00:09:32 +0000]
fixed regex in t/76joins (was relying on a 5.8.8 bug that is fixed in bleadperl, so this test was failing on bleadperl)

17 years agoadd SQL::Abstract to search docs (patch from zamolxes)
Matt S Trout [Mon, 9 Apr 2007 20:41:34 +0000]
add SQL::Abstract to search docs (patch from zamolxes)

17 years agoAdd patch from dec to allow us to pick which sources to deploy
Jess Robinson [Mon, 2 Apr 2007 22:19:05 +0000]
Add patch from dec to allow us to pick which sources to deploy

17 years agobackport Ash's quoting fix from Loader to columns_info_for
Brandon L. Black [Thu, 29 Mar 2007 14:13:17 +0000]
backport Ash's quoting fix from Loader to columns_info_for

17 years agofix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL cannot have two open sths durin...
Brandon L. Black [Thu, 29 Mar 2007 13:42:27 +0000]
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL cannot have two open sths during column_info

17 years agoAdd FAQ and Joining links to Manual.pod
Jess Robinson [Fri, 16 Mar 2007 16:06:21 +0000]
Add FAQ and Joining links to Manual.pod

17 years agoInitial version of Manual::Joining
Jess Robinson [Fri, 16 Mar 2007 16:04:07 +0000]
Initial version of Manual::Joining

17 years agoAdded patch from Schwern to allow cdbi compat to infer the has_many from a has_a
Jess Robinson [Wed, 14 Mar 2007 15:02:44 +0000]
Added patch from Schwern to allow cdbi compat to infer the has_many from a has_a

17 years agoUpdating Manual/Intro to reflect better -in => [] usage, adding myself to contributor...
J. Shirley [Mon, 12 Mar 2007 21:27:08 +0000]
Updating Manual/Intro to reflect better -in => [] usage, adding myself to contributors (mst put me in dbic-devel, too)

17 years agoFix to $filename from Carl Vincent
Jess Robinson [Sat, 3 Mar 2007 12:15:03 +0000]
Fix to $filename from Carl Vincent

17 years agopointed out ambiguity of as attribs
Kieren Diment [Wed, 14 Feb 2007 10:05:51 +0000]
pointed out ambiguity of as attribs

17 years agoimproved docs for as attrib
Kieren Diment [Wed, 14 Feb 2007 08:44:18 +0000]
improved docs for as attrib

17 years agoAdded how to '.. fetch a single (or topmost) row?' to the FAQ
Robert Krimen [Wed, 14 Feb 2007 08:39:26 +0000]
Added how to '.. fetch a single (or topmost) row?' to the FAQ

17 years agoFleshed out the JSON inflated column example with a corresponding YAML example. Added...
Robert Krimen [Wed, 14 Feb 2007 07:16:40 +0000]
Fleshed out the JSON inflated column example with a corresponding YAML example. Added a cautionary warning against overuse. Added a link to InflateColumn.

17 years agoImprove resultset_attributes docs
Jess Robinson [Tue, 13 Feb 2007 14:00:21 +0000]
Improve resultset_attributes docs

17 years agoArgh! Fix spurious example
Jess Robinson [Thu, 8 Feb 2007 08:25:54 +0000]
Argh! Fix spurious example

17 years agoAdded;
Robert Krimen [Tue, 6 Feb 2007 19:40:00 +0000]
Added;
FAQ-fetch-a-formatted-column.txt
FAQ-store-JSON-in-a-column.txt

17 years agoFix overload example
Jess Robinson [Mon, 5 Feb 2007 14:23:22 +0000]
Fix overload example

17 years agoAdd _accessor example, thanks to grinktt3n
Jess Robinson [Mon, 5 Feb 2007 13:56:35 +0000]
Add _accessor example, thanks to grinktt3n

17 years agoBacked out my r3073, and doc'd the fact that it takes a hashref that might be changed
Ash Berlin [Mon, 5 Feb 2007 12:29:52 +0000]
Backed out my r3073, and doc'd the fact that it takes a hashref that might be changed

17 years agoMade ->update not change the hashref passed in (with test.)
Ash Berlin [Sat, 3 Feb 2007 21:33:19 +0000]
Made ->update not change the hashref passed in (with test.)

17 years agoPOD updates
Jess Robinson [Fri, 2 Feb 2007 19:48:53 +0000]
POD updates

17 years agoDoc cleanup in Ordered.pm
Jesse Sheidlower [Wed, 31 Jan 2007 23:59:06 +0000]
Doc cleanup in Ordered.pm

17 years agoMake POD a little more obvious about component order
Jess Robinson [Mon, 29 Jan 2007 16:28:12 +0000]
Make POD a little more obvious about component order
 --This line, and those below, will be ignored--

M    DateTime.pm

17 years agoexplained a cryptic error message
Kieren Diment [Wed, 24 Jan 2007 21:48:07 +0000]
explained a cryptic error message

17 years agominor doc improvement to clarify how to do joins
Kieren Diment [Tue, 23 Jan 2007 10:15:05 +0000]
minor doc improvement to clarify how to do joins

17 years agooops, remove .orig files etc
Jess Robinson [Wed, 10 Jan 2007 19:37:23 +0000]
oops, remove .orig files etc

17 years agoSkip .orig files in dist
Jess Robinson [Wed, 10 Jan 2007 17:54:19 +0000]
Skip .orig files in dist

17 years ago0.07004
Jess Robinson [Tue, 9 Jan 2007 21:44:39 +0000]
0.07004

17 years agoUp version to 0.07004
Jess Robinson [Tue, 9 Jan 2007 21:42:59 +0000]
Up version to 0.07004

17 years agotodoify collapse test
Jess Robinson [Tue, 9 Jan 2007 21:20:55 +0000]
todoify collapse test

17 years agoadd inflatecolumn fixes to Changes
Jess Robinson [Fri, 5 Jan 2007 09:25:11 +0000]
add inflatecolumn fixes to Changes

17 years agoFixup update/new ignoring with scalarrefs
Jess Robinson [Mon, 1 Jan 2007 22:39:12 +0000]
Fixup update/new ignoring with scalarrefs
Add tests for same, plus discard_changes test

17 years agoInflate/Deflate on all refs but scalars, with tests and all!
Jess Robinson [Mon, 1 Jan 2007 19:59:21 +0000]
Inflate/Deflate on all refs but scalars, with tests and all!

17 years agoMade many_to_many throw an exception if its not provided with a $f_rel
Ash Berlin [Thu, 21 Dec 2006 21:04:33 +0000]
Made many_to_many throw an exception if its not provided with a $f_rel

17 years agofix find_related-based queries to correctly grep the unique key
Daniel Westermann-Clark [Tue, 19 Dec 2006 06:22:09 +0000]
fix find_related-based queries to correctly grep the unique key

17 years agobetter fix for pk mutation based on mst irc conversation
Brandon L. Black [Mon, 11 Dec 2006 14:24:23 +0000]
better fix for pk mutation based on mst irc conversation

17 years agoallow pk mutation via column accessor + update
Brandon L. Black [Mon, 11 Dec 2006 01:00:22 +0000]
allow pk mutation via column accessor + update

17 years agowhoops
David Kamholz [Sun, 10 Dec 2006 16:26:59 +0000]
whoops

17 years agoadd test for has_many prefetch with adjacent rows with no rel objects
David Kamholz [Sun, 10 Dec 2006 16:25:22 +0000]
add test for has_many prefetch with adjacent rows with no rel objects

17 years agodie in Storage::DBI::Pg when it can't find the autoinc sequence
David Kamholz [Sat, 9 Dec 2006 20:39:02 +0000]
die in Storage::DBI::Pg when it can't find the autoinc sequence

17 years agoJoin condition patch from Bernhard Graf
Ash Berlin [Wed, 6 Dec 2006 23:05:30 +0000]
Join condition patch from Bernhard Graf

17 years agoMore descriptive error messages courtesy of Marc Espie
Ash Berlin [Wed, 6 Dec 2006 21:48:49 +0000]
More descriptive error messages courtesy of Marc Espie

17 years agoAdded a test to check that the result from a 2 level has_many prefetch
Nigel Metheringham [Sun, 26 Nov 2006 13:24:39 +0000]
Added a test to check that the result from a 2 level has_many prefetch
is the same as that got by expanding the relationships one thing at a
time.

17 years agoadd shallow copy of $attrs in ResultSet->new
David Kamholz [Wed, 22 Nov 2006 22:09:07 +0000]
add shallow copy of $attrs in ResultSet->new

17 years agore-commit minimal pk-mutation in update(), with test
David Kamholz [Wed, 22 Nov 2006 20:12:43 +0000]
re-commit minimal pk-mutation in update(), with test

17 years agorevert update() change
David Kamholz [Wed, 22 Nov 2006 06:54:10 +0000]
revert update() change

17 years ago- slight optimization to ident_condition in PK.pm
David Kamholz [Wed, 22 Nov 2006 06:44:26 +0000]
- slight optimization to ident_condition in PK.pm
- get ident_cond in update() before applying arguments, so a column's pk can be updated

17 years agoAdded patch from Ted Carnahan to rel docs v0.07003
Jess Robinson [Thu, 16 Nov 2006 16:45:29 +0000]
Added patch from Ted Carnahan to rel docs

17 years agoadded changes entry for rt#22740
Brandon L. Black [Thu, 16 Nov 2006 16:43:42 +0000]
added changes entry for rt#22740

17 years agobumped ver. added some stuff to Changes i know were missing.
Brian Cassidy [Thu, 16 Nov 2006 15:54:41 +0000]
bumped ver. added some stuff to Changes i know were missing.

17 years agomoving it to -current branch
Brian Cassidy [Thu, 16 Nov 2006 15:42:33 +0000]
moving it to -current branch

17 years agoDon't blow up if columns_info_for returns useless results
Brandon L. Black [Wed, 15 Nov 2006 20:16:14 +0000]
Don't blow up if columns_info_for returns useless results

17 years agoFix foreign/self example
Jess Robinson [Wed, 15 Nov 2006 14:26:47 +0000]
Fix foreign/self example

17 years agofix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
Brandon L. Black [Wed, 15 Nov 2006 14:13:44 +0000]
fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")

17 years agoSeperated out quote tests so that matt can use them for S::A at some point (old
Ash Berlin [Mon, 13 Nov 2006 19:48:13 +0000]
Seperated out quote tests so that matt can use them for S::A at some point (old
test t/19quotes.t) Also includes two failing tests (quoted order by and
{ select => ['me.*']} attrs).

17 years agomake multi-return actually work
Matt S Trout [Mon, 13 Nov 2006 03:30:19 +0000]
make multi-return actually work

17 years agoMinor documentation update
Jess Robinson [Fri, 10 Nov 2006 22:22:22 +0000]
Minor documentation update

17 years agoDocumentation updates:
Jess Robinson [Fri, 10 Nov 2006 18:17:36 +0000]
Documentation updates:
  add_columns column_info keys
  resultset_class example

17 years agoinflate_result can return an array now. somebody write me tests please
Matt S Trout [Fri, 10 Nov 2006 13:38:40 +0000]
inflate_result can return an array now. somebody write me tests please

17 years agoremove obsolete example.
Marcus Ramberg [Thu, 9 Nov 2006 12:27:52 +0000]
remove obsolete example.

17 years agoreverted previous deploy change(r8255) - sorry matt, i wont break it again
Ash Berlin [Wed, 1 Nov 2006 02:11:22 +0000]
reverted previous deploy change(r8255) - sorry matt, i wont break it again

17 years agoDeploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass
Ash Berlin [Tue, 31 Oct 2006 11:24:43 +0000]
Deploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass

17 years agoFixed type in hasrref iter - thanks abraxxa
Ash Berlin [Mon, 30 Oct 2006 14:49:27 +0000]
Fixed type in hasrref iter - thanks abraxxa

17 years agoFixed typos in HashRefInflator example
Jess Robinson [Mon, 30 Oct 2006 14:21:53 +0000]
Fixed typos in HashRefInflator example

17 years agofix it properly, fix Changes
Matt S Trout [Wed, 25 Oct 2006 07:11:15 +0000]
fix it properly, fix Changes

17 years agobecause this actually works
Matt S Trout [Wed, 25 Oct 2006 05:19:21 +0000]
because this actually works

17 years agoI hate you all.
Matt S Trout [Sat, 21 Oct 2006 03:16:47 +0000]
I hate you all.

17 years agoHide documentation for deprecated modules from PAUSE.
Scott McWhirter [Wed, 18 Oct 2006 22:07:55 +0000]
Hide documentation for deprecated modules from PAUSE.

17 years agoCosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention
Sebastian Willert [Wed, 18 Oct 2006 20:40:15 +0000]
Cosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention

17 years agoChanged DBIC::Schema->load_classes to be taint-safe even when Module::Find is used...
Sebastian Willert [Wed, 18 Oct 2006 20:37:23 +0000]
Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used to fetch the classes to import.
Added a testfile for this behavior and any further taint related issues.

17 years agoAdd myself to the contributors list
Sebastian Willert [Wed, 18 Oct 2006 20:33:43 +0000]
Add myself to the contributors list

17 years agoAdd (currently failing) tests for single relationship accessors with objects and...
Daniel Westermann-Clark [Tue, 17 Oct 2006 07:40:56 +0000]
Add (currently failing) tests for single relationship accessors with objects and for PK mutation

17 years agoAdd find_or_new / in_storage example
Jess Robinson [Sat, 14 Oct 2006 20:21:26 +0000]
Add find_or_new / in_storage example

17 years agoFunky hashref inflating example
Jess Robinson [Sat, 14 Oct 2006 20:11:40 +0000]
Funky hashref inflating example

17 years agoFix typo
Jess Robinson [Sat, 14 Oct 2006 19:46:26 +0000]
Fix typo

17 years agoAdded resultsetcolumn question to FAQ
Jess Robinson [Sat, 14 Oct 2006 19:43:52 +0000]
Added resultsetcolumn question to FAQ

17 years agoAdd func example for resultsetcolumn
Jess Robinson [Sat, 14 Oct 2006 19:41:07 +0000]
Add func example for resultsetcolumn

17 years agoAdded examples for ResultSetColumn
Jess Robinson [Sat, 14 Oct 2006 19:24:15 +0000]
Added examples for ResultSetColumn

17 years agoMinor consistency, layout and grammar updates
Jess Robinson [Sat, 14 Oct 2006 17:33:13 +0000]
Minor consistency, layout and grammar updates

17 years agoAdd tests for alias fix in [2815]
Daniel Westermann-Clark [Sun, 8 Oct 2006 17:41:15 +0000]
Add tests for alias fix in [2815]

17 years agofixup to work round an aliasing bug
Matt S Trout [Sat, 7 Oct 2006 00:49:06 +0000]
fixup to work round an aliasing bug

17 years agoUpdate changes
Dan Sully [Wed, 4 Oct 2006 18:32:37 +0000]
Update changes

17 years agoMake UTF-8 columns work under Perl <= 5.8.0
Dan Sully [Wed, 4 Oct 2006 18:19:37 +0000]
Make UTF-8 columns work under Perl <= 5.8.0

17 years agoRework quote tests to not rely on SQLite, instead using debugcb to get generated SQL
Daniel Westermann-Clark [Sat, 16 Sep 2006 16:56:02 +0000]
Rework quote tests to not rely on SQLite, instead using debugcb to get generated SQL

17 years agoFixed incorect class name in sqlt examples
Ash Berlin [Fri, 15 Sep 2006 21:35:37 +0000]
Fixed incorect class name in sqlt examples

17 years agoFixup limit syntax finding for DB2
Jess Robinson [Fri, 15 Sep 2006 21:17:43 +0000]
Fixup limit syntax finding for DB2

17 years agoPrepping 0.07002 for release v0.07002
Daniel Westermann-Clark [Thu, 14 Sep 2006 21:26:45 +0000]
Prepping 0.07002 for release

17 years agoFix for recent SQLite versions interpreting single quotes as string literals
Daniel Westermann-Clark [Thu, 14 Sep 2006 14:29:02 +0000]
Fix for recent SQLite versions interpreting single quotes as string literals

17 years agoBackported column_info_from_storage accessor from -current, but defaults true instead...
Brandon L. Black [Tue, 12 Sep 2006 19:31:10 +0000]
Backported column_info_from_storage accessor from -current, but defaults true instead of false in 0.07xxx

17 years agoexample.db removed. make your own. the scripts in ../ make it too easy to bugger...
Kieren Diment [Sat, 9 Sep 2006 02:52:47 +0000]
example.db removed.  make your own.  the scripts in ../ make it too easy to bugger the database as is.

17 years agomention of reference impl in Example.pod and changed example to use the db/ directory...
Kieren Diment [Sat, 9 Sep 2006 02:44:17 +0000]
mention of reference impl in Example.pod and changed example to use the db/ directory to store database files

17 years agoadded reference implementation of DBIx::Class::Manual::Example
Kieren Diment [Sat, 9 Sep 2006 02:37:47 +0000]
added reference implementation of DBIx::Class::Manual::Example

17 years agoMore degphatification.
Cory G Watson [Fri, 8 Sep 2006 16:03:09 +0000]
More degphatification.

17 years agoDe 'gphatify' Statistics.pm per mst's request *grin*
Cory G Watson [Fri, 8 Sep 2006 16:01:08 +0000]
De 'gphatify' Statistics.pm per mst's request *grin*

17 years agoupdated all to use PK::Auto
Kieren Diment [Fri, 8 Sep 2006 09:50:32 +0000]
updated all to use PK::Auto

17 years agoMissed fallback from changeset [2751]
Nigel Metheringham [Thu, 7 Sep 2006 16:34:44 +0000]
Missed fallback from changeset [2751]

17 years agoAdded FAQ/Cookbook entry on Stringification. Contributed by Marcello Romani.
Nigel Metheringham [Thu, 7 Sep 2006 16:30:30 +0000]
Added FAQ/Cookbook entry on Stringification.  Contributed by Marcello Romani.