Brandon L. Black [Thu, 31 Aug 2006 16:29:23 +0000]
document storage_type
Justin Guenther [Mon, 28 Aug 2006 08:37:53 +0000]
fixed a bug in ResultSet where passing an empty $cond hash to search() and search_rs() would result in an unnecessary empty condition in $self->{cond}
Justin Guenther [Mon, 28 Aug 2006 08:02:19 +0000]
added tests for many_to_many set_$rel(\@objs)
Matt S Trout [Fri, 25 Aug 2006 21:49:09 +0000]
fixes to many-many
Brandon L. Black [Fri, 25 Aug 2006 20:49:52 +0000]
bump C3 reqs again
Justin Guenther [Thu, 24 Aug 2006 21:56:31 +0000]
documented storage accessor in Schema
Justin Guenther [Thu, 24 Aug 2006 17:58:38 +0000]
fixed set_$rel (from many_to_many) to accept a listref
Matt S Trout [Thu, 24 Aug 2006 13:52:49 +0000]
feck arse drink women
K J Cheetham [Thu, 24 Aug 2006 13:29:20 +0000]
Documentation fixes.
Justin Guenther [Wed, 23 Aug 2006 19:43:55 +0000]
updated Changes
Justin Guenther [Wed, 23 Aug 2006 17:49:48 +0000]
More Relationship docs clarifications/fixes
Justin Guenther [Wed, 23 Aug 2006 17:27:14 +0000]
Fixed typos in new Relationship docs, and made style more consistent
Justin Guenther [Wed, 23 Aug 2006 17:02:22 +0000]
Cleaned up and clarified Relationship docs
Daniel Westermann-Clark [Tue, 22 Aug 2006 05:05:58 +0000]
use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)
Brandon L. Black [Mon, 21 Aug 2006 17:33:02 +0000]
bugfix to Oracle columns_info_for
Michael Leuchtenburg [Mon, 21 Aug 2006 15:33:04 +0000]
Change _cond_for_update_delete to handle more complicated queries through recursing on internal hashes.
Add a test which should succeed and fails without this change.
Christopher H. Laco [Sun, 20 Aug 2006 04:16:30 +0000]
remove_columns now deletes columns from _columns fixing has_columns false positives
Jess Robinson [Fri, 18 Aug 2006 18:52:59 +0000]
0.07001 released
Jess Robinson [Fri, 18 Aug 2006 11:03:25 +0000]
Allow deploy to supply a directory for the SQL file to deploy from (Penguin)
Jess Robinson [Fri, 18 Aug 2006 11:00:24 +0000]
Assume scalar refs need fetching in PK::Auto (to allow \'DEFAULT'
Add RowNumberOver for limits with DB2
Jess Robinson [Fri, 18 Aug 2006 10:58:27 +0000]
Update to 0.07001
Jess Robinson [Thu, 17 Aug 2006 18:59:09 +0000]
Added recent Changes
Jesse Sheidlower [Wed, 16 Aug 2006 15:22:37 +0000]
minor doc clarifications
Ash Berlin [Mon, 14 Aug 2006 17:20:50 +0000]
Changed the docs for relationship attributes, and added rel order_by example
to cookbook.
Brandon L. Black [Mon, 14 Aug 2006 16:41:03 +0000]
Alg::C3 req bump to 0.04
Brandon L. Black [Mon, 14 Aug 2006 16:38:04 +0000]
added sth method to Storage::DBI::NoBindVars, updated related docs
Cory G Watson [Fri, 11 Aug 2006 21:13:50 +0000]
Move unless to next line to prevent stabbings.
Michael Leuchtenburg [Thu, 10 Aug 2006 19:49:02 +0000]
Support default aliases in many_to_many accessors. Update where test classes to use this.
Remove warning about pseudohashes with array ref where/cond in ResultSet::search_rs.
Michael Leuchtenburg [Thu, 10 Aug 2006 18:22:05 +0000]
Support for relationship attributes in many_to_many accessors.
Merge new where condition, old where condition, cond in ResultSet::search_rs
Collapse cond in ResultSet::new_result so that it doesn't try to create columns with names like "-and".
Add a bunch of tests for the where condition things, which also happen to require the cond collapsing.
Create supporting classes and associated tables for these tests.
Brandon L. Black [Wed, 9 Aug 2006 17:05:33 +0000]
backport the DBIx::Class::Storage::DBI::DESTROY fix for peopel sharing $dbh to other code
Brandon L. Black [Wed, 9 Aug 2006 03:29:12 +0000]
bump Alg::C3 req to 0.03
Brandon L. Black [Tue, 8 Aug 2006 13:53:55 +0000]
adding draft of pod index generator based on zby script
Nigel Metheringham [Tue, 8 Aug 2006 12:05:39 +0000]
Test for search_rs destructive effects on attributes - see fix in [2674]
Matt S Trout [Tue, 8 Aug 2006 11:32:42 +0000]
tweaked search_rs to not be destructive to passed
Daniel Westermann-Clark [Tue, 8 Aug 2006 06:27:30 +0000]
Remove extraneous sources for aliasing test; same effect can be achieved using search_related
Brandon L. Black [Tue, 8 Aug 2006 05:59:05 +0000]
using ->rows here was not a reliable thing to do
Daniel Westermann-Clark [Mon, 7 Aug 2006 22:22:31 +0000]
Fix two aliasing bugs: remove the alias when provided to new_result and add the alias to the input query if we're using it (regression from 0.06)
Jess Robinson [Fri, 4 Aug 2006 17:38:43 +0000]
Cookbook inflate_result example from avinash40
David Kamholz [Fri, 4 Aug 2006 08:56:10 +0000]
fix think-o
David Kamholz [Fri, 4 Aug 2006 08:55:37 +0000]
pass on errors in component_class except when the file for the module itself wasn't found
Marcus Ramberg [Wed, 2 Aug 2006 08:29:49 +0000]
change to use utf8::decode/encode
Bogdan Lucaciu [Tue, 1 Aug 2006 21:57:46 +0000]
sheesh, i contributed 3 lines of docs
Bogdan Lucaciu [Tue, 1 Aug 2006 21:55:13 +0000]
Documentation patch, related to joins, aliases and 'me'
Brandon L. Black [Mon, 31 Jul 2006 20:31:05 +0000]
added Cwd 3.19 + Alg::C3 0.02 to requirements
Daniel Westermann-Clark [Fri, 28 Jul 2006 04:55:37 +0000]
Minor test cleanup (I think I'm losing my mind)
Daniel Westermann-Clark [Fri, 28 Jul 2006 04:25:35 +0000]
Add missing quote to example. I looked over this last night, but I guess my eyes aren't working as well anymore.
Daniel Westermann-Clark [Fri, 28 Jul 2006 04:20:15 +0000]
Typo in scalar ref example
Daniel Westermann-Clark [Fri, 28 Jul 2006 04:14:05 +0000]
Pass attrs to find from update_or_create (reported by Nathan Kurz)
Daniel Westermann-Clark [Fri, 28 Jul 2006 03:30:28 +0000]
Remove anonymous blesses to avoid major speed hit on Fedora Core 5, or 'the anti-dead-rat fix'
Daniel Westermann-Clark [Fri, 28 Jul 2006 03:19:58 +0000]
Add previous changes for 0.07001
Jess Robinson [Thu, 27 Jul 2006 07:28:11 +0000]
Documentation improvements
Jess Robinson [Thu, 27 Jul 2006 07:13:53 +0000]
Add some new docs
David Kamholz [Thu, 27 Jul 2006 06:32:47 +0000]
small cleanup to ResultSourceProxy
David Kamholz [Thu, 27 Jul 2006 06:22:57 +0000]
add result_class to ResultSourceProxy; move _ident_cond into CDBI code, not needed elsewhere
Daniel Westermann-Clark [Thu, 27 Jul 2006 05:07:24 +0000]
FAQ update: Minor correction from Richard Jolly, mention search_rs, wrap lines, and minor grammar corrections
Matt S Trout [Wed, 26 Jul 2006 16:13:59 +0000]
bugfix for pathological prefetch case
Brandon L. Black [Wed, 26 Jul 2006 00:25:24 +0000]
very minor cleanups to columns_info_for
Brandon L. Black [Mon, 24 Jul 2006 13:20:56 +0000]
next::method, not next::columns_info_for
Jess Robinson [Mon, 24 Jul 2006 12:16:00 +0000]
1) Add an explicit error to columns_info_for if the given schema/table combination produces no results.
2) Upper case the input for Oracle.
Matt S Trout [Sun, 23 Jul 2006 19:31:41 +0000]
yeah, yeah, yeah
Matt S Trout [Sun, 23 Jul 2006 00:23:56 +0000]
Merge 'DBIx-Class-current' into 'trunk'
Jess Robinson [Fri, 21 Jul 2006 07:20:14 +0000]
Minor fixes to deploy / sqltargs, and more glossary
David Kamholz [Thu, 20 Jul 2006 22:02:09 +0000]
fix oversight with source_name (regular accessor, not component_class)
Matt S Trout [Wed, 19 Jul 2006 22:39:12 +0000]
and once more, with feeling
Matt S Trout [Wed, 19 Jul 2006 22:29:59 +0000]
Callback now gets args
Marc Mims [Tue, 18 Jul 2006 21:12:54 +0000]
Use _sql_maker_opts, now.
Jess Robinson [Tue, 18 Jul 2006 18:03:26 +0000]
Localise Data::Dumper global vars in example
Matt S Trout [Mon, 17 Jul 2006 02:35:46 +0000]
minor fixup to _merge_attr
Matt S Trout [Sun, 16 Jul 2006 20:32:14 +0000]
bah.
Jess Robinson [Sun, 16 Jul 2006 13:23:15 +0000]
More docs
Jess Robinson [Sun, 16 Jul 2006 12:25:22 +0000]
Improve docs for searching, as, and some cookbook examples
Jess Robinson [Sun, 16 Jul 2006 12:17:16 +0000]
More FAQ!
Daniel Westermann-Clark [Sat, 15 Jul 2006 18:20:53 +0000]
Disable _is_unique_query check in single() since it can't infer properly yet
Matt S Trout [Sat, 15 Jul 2006 17:10:55 +0000]
skip empty queries to eliminate spurious warnings on ->deploy
Matt S Trout [Fri, 14 Jul 2006 19:51:55 +0000]
fixup for RowNum limit syntax with functions
Matt S Trout [Fri, 14 Jul 2006 03:35:54 +0000]
fixups to ORDER BY, tweaks to deepen some copies in ResultSet
Ash Berlin [Thu, 13 Jul 2006 17:40:58 +0000]
POD'd result_class func
David Kamholz [Thu, 13 Jul 2006 17:06:57 +0000]
utf8columns fixup
Ash Berlin [Thu, 13 Jul 2006 10:48:44 +0000]
POD change so it makes more sens when looking at with perldoc
Jess Robinson [Thu, 13 Jul 2006 09:38:43 +0000]
Added FAQ.pod to Changes
David Kamholz [Wed, 12 Jul 2006 18:57:07 +0000]
changes for _07
David Kamholz [Wed, 12 Jul 2006 18:55:35 +0000]
fix from attr issue
Matt S Trout [Wed, 12 Jul 2006 17:35:52 +0000]
changes for _06
Jess Robinson [Wed, 12 Jul 2006 11:20:14 +0000]
Make "no_comments", the default for deploy
Brandon L. Black [Wed, 12 Jul 2006 05:17:40 +0000]
Prevent S::A::L caching of $dbh
Bugfix: dont lose track of sql_maker settings when forking
setting sql_maker-related options via connect_info improved and docced better
David Kamholz [Tue, 11 Jul 2006 18:02:28 +0000]
change _parent_from to from
Marc Mims [Tue, 11 Jul 2006 16:44:15 +0000]
Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm
David Kamholz [Tue, 11 Jul 2006 21:37:58 +0000]
Merge 'resultset_2_electric_boogaloo' into 'DBIx-Class-current'
David Kamholz [Tue, 11 Jul 2006 13:16:47 +0000]
Merge 'resultset_2_electric_boogaloo' into 'DBIx-Class-current'
David Kamholz [Tue, 11 Jul 2006 14:37:58 +0000]
put count back in test
Matt S Trout [Tue, 11 Jul 2006 13:51:31 +0000]
all present and correct. I think.
Ash Berlin [Tue, 11 Jul 2006 13:38:02 +0000]
Doced {add_drop_table} option to deploy
Matt S Trout [Tue, 11 Jul 2006 13:20:03 +0000]
pass through self attrs to rel_rs (for order_by, group_by etc.)
David Kamholz [Tue, 11 Jul 2006 08:40:03 +0000]
miscellaneous cleanup and removal of dead code
David Kamholz [Tue, 11 Jul 2006 08:29:52 +0000]
fixation
David Kamholz [Tue, 11 Jul 2006 08:16:13 +0000]
almost working
David Kamholz [Tue, 11 Jul 2006 06:34:21 +0000]
move _resolved_attrs and friends to be next to related_resultset
David Kamholz [Tue, 11 Jul 2006 06:18:18 +0000]
Merge 'DBIx-Class-current' into 'resultset_2_electric_boogaloo'
r13730@haferschleim (orig r2157): blblack | 2006-07-11 02:32:33 +0200
Intro updates regarding Schema::Loader usage and on_connect_do
r13732@haferschleim (orig r2159): blblack | 2006-07-11 05:11:43 +0200
add some missing virtual methods
David Kamholz [Tue, 11 Jul 2006 06:16:47 +0000]
kinda unbroke things
Brandon L. Black [Tue, 11 Jul 2006 03:11:43 +0000]
add some missing virtual methods