15 years ago0.08100 release v0.08100
Matt S Trout [Sun, 19 Apr 2009 14:52:15 +0000]
0.08100 release

15 years agoDon't warn when reregistering a source under the same name
Dagfinn Ilmari Mannsåker [Sat, 18 Apr 2009 18:38:44 +0000]
Don't warn when reregistering a source under the same name

15 years agoAdded update_or_new to ResultSet.pm
Johannes Plunien [Fri, 17 Apr 2009 08:10:19 +0000]
Added update_or_new to ResultSet.pm

15 years agoduplicate
Rafael Kitover [Wed, 15 Apr 2009 13:47:53 +0000]
duplicate

15 years agoCorrectly propagate forced left joins through arrayrefs and hashrefs
Peter Collingbourne [Mon, 13 Apr 2009 18:35:51 +0000]
Correctly propagate forced left joins through arrayrefs and hashrefs

15 years agoadd test for connect_info hashref
Rafael Kitover [Mon, 13 Apr 2009 12:47:47 +0000]
add test for connect_info hashref

15 years agorequire DBD::SQLite 1.21+
Justin Hunter [Thu, 9 Apr 2009 13:35:46 +0000]
require DBD::SQLite 1.21+

15 years agoMerge 'subclassed_rsset' into 'trunk'
Peter Rabbitson [Sun, 29 Mar 2009 08:30:21 +0000]
Merge 'subclassed_rsset' into 'trunk'

r81350@ofelia (orig r5840):  ribasushi | 2009-03-29 03:30:21 -0700
Re-add failing test

15 years agoAdded caveat notes to dual trick in cookbook
Johannes Plunien [Tue, 7 Apr 2009 14:15:32 +0000]
Added caveat notes to dual trick in cookbook

15 years agoFix my email address in AUTHOR
Jess Robinson [Tue, 31 Mar 2009 06:41:42 +0000]
Fix my email address in AUTHOR

15 years agoDev-Release 0.08099_08
Peter Rabbitson [Sun, 29 Mar 2009 23:44:40 +0000]
Dev-Release 0.08099_08

15 years agoTake experimental off TxnScopeGuard
Peter Rabbitson [Sun, 29 Mar 2009 23:05:37 +0000]
Take experimental off TxnScopeGuard

15 years agoRe-add failing test
Peter Rabbitson [Sun, 29 Mar 2009 10:30:21 +0000]
Re-add failing test

15 years agoRemove failing test before branching
Peter Rabbitson [Sun, 29 Mar 2009 10:22:49 +0000]
Remove failing test before branching

15 years agoAdjust parenthesis to pass with latest SQLA
Peter Rabbitson [Sun, 29 Mar 2009 10:18:19 +0000]
Adjust parenthesis to pass with latest SQLA

15 years agoRevert r5808 - this is NOT a bug, the warning IS correct
Peter Rabbitson [Sun, 29 Mar 2009 10:06:02 +0000]
Revert r5808 - this is NOT a bug, the warning IS correct

15 years agodetabify
Peter Rabbitson [Sun, 29 Mar 2009 08:49:32 +0000]
detabify

15 years agodetabify
Peter Rabbitson [Sun, 29 Mar 2009 08:31:47 +0000]
detabify

15 years agoClarify DBIC behavior wrt RDBMS default values
Peter Rabbitson [Sat, 28 Mar 2009 22:05:35 +0000]
Clarify DBIC behavior wrt RDBMS default values

15 years agoBump SQLA and CAG dependencies
Peter Rabbitson [Sat, 28 Mar 2009 21:46:34 +0000]
Bump SQLA and CAG dependencies

15 years ago * Fixed the alphabetical order of the contributors list (that I screwed up, sorry).
Norbert Buchmuller [Fri, 27 Mar 2009 18:29:24 +0000]
 * Fixed the alphabetical order of the contributors list (that I screwed up, sorry).

15 years agoRemoved Cookbook section on pagers that stated page attribute was not required.
Nigel Metheringham [Fri, 27 Mar 2009 17:20:55 +0000]
Removed Cookbook section on pagers that stated page attribute was not required.
[Since the pager throws an exception if the pager attribute is not specified,
this was completely wrong]

15 years agoImproved metapod docs
Jess Robinson [Thu, 26 Mar 2009 13:54:09 +0000]
Improved  metapod docs

15 years agochanged my nick in contribs section
Luke Saunders [Thu, 26 Mar 2009 09:13:18 +0000]
changed my nick in contribs section

15 years agoDeprecated search_like()
Rob Kinyon [Thu, 26 Mar 2009 01:09:55 +0000]
Deprecated search_like()

15 years agoFixed _register_source to not produce 'register_extra_source' warnings
Jason M. Mills [Tue, 24 Mar 2009 07:49:54 +0000]
Fixed _register_source to not produce 'register_extra_source' warnings
when "registering class" isa (or is a sub-class) source class.
This is not exactly an elegant fix as I had to pass a hash key (as _to_register via $params) with the original source class instance; I was not able to determine inheritance via the result_source_instance (ResultSource::Table) object.

15 years agoskip test doc issue relating to db-side defaults
Guillermo Roditi [Mon, 23 Mar 2009 18:16:41 +0000]
skip test doc issue relating to db-side defaults

15 years agoNew SQLA::Test handles () differences *much* better, thus fixing the tests
Peter Rabbitson [Sun, 22 Mar 2009 21:09:22 +0000]
New SQLA::Test handles () differences *much* better, thus fixing the tests

15 years agoadding test for exception if nullable rel call is not explicitly defined as undef...
Guillermo Roditi [Sun, 22 Mar 2009 01:10:30 +0000]
adding test for exception if nullable rel call is not explicitly defined as undef on insert

15 years agoAdd cookbook entry for dealing with runaway prepared statement cache
Jared Johnson [Fri, 20 Mar 2009 21:41:49 +0000]
Add cookbook entry for dealing with runaway prepared statement cache

15 years agoclarify need for scalarref when using db functions with 'default_value' attribute
Will Hawes [Fri, 20 Mar 2009 15:23:40 +0000]
clarify need for scalarref when using db functions with 'default_value' attribute

15 years agoCommit another fix for arcanez to test
Rob Kinyon [Thu, 19 Mar 2009 21:07:06 +0000]
Commit another fix for arcanez to test

15 years agoCommit another fix for arcanez to test
Rob Kinyon [Thu, 19 Mar 2009 20:52:54 +0000]
Commit another fix for arcanez to test

15 years agoMoved some SQL parsing of ORDER BY from _select_args() to retrieve_from_sql() where...
Rob Kinyon [Thu, 19 Mar 2009 20:35:37 +0000]
Moved some SQL parsing of ORDER BY from _select_args() to retrieve_from_sql() where it belongs

15 years agoSpecial-case handling for (undef,undef) passed to search_rs()
Rob Kinyon [Thu, 19 Mar 2009 17:05:00 +0000]
Special-case handling for (undef,undef) passed to search_rs()

15 years agoDepend on the latest C3::Componentised so we use mro:: on 5.10 and Class::C3 on 5.8.
Florian Ragwitz [Wed, 18 Mar 2009 19:02:23 +0000]
Depend on the latest C3::Componentised so we use mro:: on 5.10 and Class::C3 on 5.8.

15 years agoUse MRO::Compat instead of Class::C3 directly.
Florian Ragwitz [Wed, 18 Mar 2009 19:02:07 +0000]
Use MRO::Compat instead of Class::C3 directly.

15 years agoBasic binary op logic FAIL
Peter Rabbitson [Tue, 17 Mar 2009 23:57:49 +0000]
Basic binary op logic FAIL

15 years agoputting IC::DateTime locale, timezone or floating_tz_ok attributes into extra =>...
Johannes Plunien [Tue, 17 Mar 2009 15:31:08 +0000]
putting IC::DateTime locale, timezone or floating_tz_ok attributes into extra => {} has been deprecated. The new way is to put these things directly into the columns definition

15 years ago * change search_literal to use \[] when passing into search (help with binding order)
Justin Hunter [Mon, 16 Mar 2009 19:53:34 +0000]
 * change search_literal to use \[] when passing into search (help with binding order)
 * provide documentation on how to use search instead of search_literal

15 years agoupdate Makefile.PL to require latest C3, C3::Componentised, MRO::Compat
Justin Hunter [Sun, 15 Mar 2009 16:14:56 +0000]
update Makefile.PL to require latest C3, C3::Componentised, MRO::Compat

15 years agoAdded test for source sub-class register_extra_sources warning.
Jason M. Mills [Fri, 13 Mar 2009 12:32:35 +0000]
Added test for source sub-class register_extra_sources warning.
Sub-classes should not generate this warning - bug via non-inhertiance sorting via register_source.

15 years agoMove author warning in front of auto_install
Peter Rabbitson [Thu, 12 Mar 2009 23:30:26 +0000]
Move author warning in front of auto_install

15 years agoAdd doc on how conditions and attrs are merged when chaining.
Jess Robinson [Thu, 12 Mar 2009 22:33:42 +0000]
Add doc on how conditions and attrs are merged when chaining.

15 years agoAdd docs in various places to point out how to get the total count of rows for a...
Jess Robinson [Thu, 12 Mar 2009 20:36:41 +0000]
Add docs in various places to point out how to get the total count of rows for a paged resultset

15 years agoDocument how to overload connect/connection
Jess Robinson [Thu, 12 Mar 2009 20:24:55 +0000]
Document how to overload connect/connection

15 years agowarning in author mode to avoid confusing the easily confused
Matt S Trout [Thu, 12 Mar 2009 18:35:16 +0000]
warning in author mode to avoid confusing the easily confused

15 years agoProperly returb undef/null on single rewlationship accessor
Peter Rabbitson [Wed, 11 Mar 2009 23:23:18 +0000]
Properly returb undef/null on single rewlationship accessor

15 years agoremoved configure_sqlt method
Wallace Reis [Wed, 11 Mar 2009 19:25:25 +0000]
removed configure_sqlt method

15 years agoReplace the fallback _dbh_last_insert_id with an explicit exception.
Peter Rabbitson [Wed, 11 Mar 2009 10:03:06 +0000]
Replace the fallback _dbh_last_insert_id with an explicit exception.
Currently all known Storage::DBI engines provide their own _dbh_last_insert_id, except for Storage::DBI::Sybase, for which the old sqlite-ish fallback doesn't work anyway: http://rt.cpan.org/Public/Bug/Display.html?id=40265

15 years agoAllow accessors type single to return defined but false objects (needed for null...
Peter Rabbitson [Wed, 11 Mar 2009 09:43:40 +0000]
Allow accessors type single to return defined but false objects (needed for null-pattern style components)

15 years agoMoose-related test hierarchy not removed at r4326
Peter Rabbitson [Wed, 11 Mar 2009 06:57:05 +0000]
Moose-related test hierarchy not removed at r4326

15 years agofixed View's doc | added me to contributors list
Wallace Reis [Wed, 11 Mar 2009 00:56:06 +0000]
fixed View's doc | added me to contributors list

15 years agoremove (groditi) instances
Guillermo Roditi [Mon, 9 Mar 2009 22:33:50 +0000]
remove (groditi) instances

15 years agoStrip bogus Data::Dump requires
Peter Rabbitson [Mon, 9 Mar 2009 16:29:30 +0000]
Strip bogus Data::Dump requires

15 years agoUse homegrown AUTHOR detection
Peter Rabbitson [Mon, 9 Mar 2009 12:42:12 +0000]
Use homegrown AUTHOR detection

15 years agoOne more cdbi-compat author req
Peter Rabbitson [Mon, 9 Mar 2009 12:23:12 +0000]
One more cdbi-compat author req

15 years agoDisable reconnect test except fpor when AUTHORS is set
Peter Rabbitson [Mon, 9 Mar 2009 12:22:54 +0000]
Disable reconnect test except fpor when AUTHORS is set

15 years agoAdded a little more verbiage to explain how collapsing from HRI-form should happen
Rob Kinyon [Fri, 6 Mar 2009 21:18:09 +0000]
Added a little more verbiage to explain how collapsing from HRI-form should happen

15 years agoMerge 'prefetch' into 'trunk'
Rob Kinyon [Fri, 6 Mar 2009 19:57:07 +0000]
Merge 'prefetch' into 'trunk'

r5698@rkinyon-lt-osx (orig r5697):  robkinyon | 2009-03-06 14:55:57 -0500
Added solution for prefetch + hasmany bug
r5700@rkinyon-lt-osx (orig r5699):  robkinyon | 2009-03-06 14:56:50 -0500
Fixed documentation for test

15 years agoFixed documentation for test
Rob Kinyon [Fri, 6 Mar 2009 19:56:50 +0000]
Fixed documentation for test

15 years agoMerge 'trunk' into 'prefetch'
Rob Kinyon [Fri, 6 Mar 2009 19:56:18 +0000]
Merge 'trunk' into 'prefetch'

r5696@rkinyon-lt-osx (orig r5695):  robkinyon | 2009-03-06 12:55:52 -0500
Changed how the EXPERIMENTAL tag for subqueries and as_query is noted
r5697@rkinyon-lt-osx (orig r5696):  ribasushi | 2009-03-06 12:56:54 -0500
Remove erroneously merged file

15 years agoAdded solution for prefetch + hasmany bug
Rob Kinyon [Fri, 6 Mar 2009 19:55:57 +0000]
Added solution for prefetch + hasmany bug

15 years agoRemove erroneously merged file
Peter Rabbitson [Fri, 6 Mar 2009 17:56:54 +0000]
Remove erroneously merged file

15 years agoChanged how the EXPERIMENTAL tag for subqueries and as_query is noted
Rob Kinyon [Fri, 6 Mar 2009 17:55:52 +0000]
Changed how the EXPERIMENTAL tag for subqueries and as_query is noted

15 years agoMerge 'prefetch' into 'trunk'
Rob Kinyon [Fri, 6 Mar 2009 16:30:08 +0000]
Merge 'prefetch' into 'trunk'

15 years agoMerge 'prefetch' into 'trunk'
Rob Kinyon [Sun, 1 Mar 2009 06:13:38 +0000]
Merge 'prefetch' into 'trunk'

15 years agoMerge 'trunk' into 'prefetch'
Rob Kinyon [Thu, 5 Mar 2009 19:17:48 +0000]
Merge 'trunk' into 'prefetch'

r5686@rkinyon-lt-osx (orig r5685):  robkinyon | 2009-03-05 13:17:48 -0500
Added experimental tag to as_query and subqueries in general

15 years agoBroke up the prefetch tests into their own directory
Rob Kinyon [Fri, 6 Mar 2009 15:30:08 +0000]
Broke up the prefetch tests into their own directory

15 years agoIntermezzo checkin
Rob Kinyon [Fri, 6 Mar 2009 15:25:34 +0000]
Intermezzo checkin

15 years agoAdded solution, though no fix
Rob Kinyon [Fri, 6 Mar 2009 14:57:38 +0000]
Added solution, though no fix

15 years agoAdded experimental tag to as_query and subqueries in general
Rob Kinyon [Thu, 5 Mar 2009 18:17:48 +0000]
Added experimental tag to as_query and subqueries in general

15 years agoMerge 'trunk' into 'prefetch'
Rob Kinyon [Thu, 5 Mar 2009 01:41:26 +0000]
Merge 'trunk' into 'prefetch'

r5681@rkinyon-lt-osx (orig r5680):  ribasushi | 2009-03-03 16:43:48 -0500
Clarify sybase/nobindvars problem (should have never merged in the 1st place)
r5682@rkinyon-lt-osx (orig r5681):  ribasushi | 2009-03-03 17:21:29 -0500
Backout entire sybase/nobindvars/noquote changeset - not ready yet
r5684@rkinyon-lt-osx (orig r5683):  ribasushi | 2009-03-03 17:32:50 -0500
Put code back into branch (and fix trunk snafu)

15 years agoPut code back into branch (and fix trunk snafu)
Peter Rabbitson [Tue, 3 Mar 2009 22:32:50 +0000]
Put code back into branch (and fix trunk snafu)

15 years agoBackout entire sybase/nobindvars/noquote changeset - not ready yet
Peter Rabbitson [Tue, 3 Mar 2009 22:21:29 +0000]
Backout entire sybase/nobindvars/noquote changeset - not ready yet

15 years agoClarify sybase/nobindvars problem (should have never merged in the 1st place)
Peter Rabbitson [Tue, 3 Mar 2009 21:43:48 +0000]
Clarify sybase/nobindvars problem (should have never merged in the 1st place)

15 years agoMerge 'trunk' into 'prefetch'
Rob Kinyon [Tue, 3 Mar 2009 14:27:57 +0000]
Merge 'trunk' into 'prefetch'

r5676@rkinyon-lt-osx (orig r5675):  ribasushi | 2009-03-03 04:30:15 -0500
Rewrite t/54taint.t to properly test load_namespaces()
r5677@rkinyon-lt-osx (orig r5676):  ribasushi | 2009-03-03 04:44:52 -0500
Extend untainting of findallmod() to load_namespaces as well as load_classes

15 years agoExtend untainting of findallmod() to load_namespaces as well as load_classes
Peter Rabbitson [Tue, 3 Mar 2009 09:44:52 +0000]
Extend untainting of findallmod() to load_namespaces as well as load_classes

15 years agoRewrite t/54taint.t to properly test load_namespaces()
Peter Rabbitson [Tue, 3 Mar 2009 09:30:15 +0000]
Rewrite t/54taint.t to properly test load_namespaces()

15 years agoAdded more notes to the bottom of the failing testcase
Rob Kinyon [Sun, 1 Mar 2009 05:13:38 +0000]
Added more notes to the bottom of the failing testcase

15 years agoAdded comment to describe the proposed fix in the test
Rob Kinyon [Sun, 1 Mar 2009 03:46:19 +0000]
Added comment to describe the proposed fix in the test

15 years agoMerge 'trunk' into 'prefetch'
Rob Kinyon [Sun, 1 Mar 2009 00:54:09 +0000]
Merge 'trunk' into 'prefetch'

r5648@rkinyon-lt-osx (orig r5647):  edenc | 2009-02-25 09:14:38 -0500
fixed alias prepending for OR'ed join conditions in relationships
r5649@rkinyon-lt-osx (orig r5648):  ribasushi | 2009-02-26 18:28:29 -0500
Small test enhancement
r5654@rkinyon-lt-osx (orig r5653):  ribasushi | 2009-02-26 19:00:46 -0500
 r583@Thesaurus (orig r4766):  matthewt | 2008-08-24 17:29:27 +0200
 first cut at vairable bind vars for sybase

r5655@rkinyon-lt-osx (orig r5654):  ribasushi | 2009-02-26 19:00:53 -0500

r5656@rkinyon-lt-osx (orig r5655):  ribasushi | 2009-02-26 19:18:15 -0500
Reinstate examples after botched merge
r5658@rkinyon-lt-osx (orig r5657):  ribasushi | 2009-02-26 19:32:29 -0500
Allow sqlt_deploy_hook on views
r5661@rkinyon-lt-osx (orig r5660):  ribasushi | 2009-02-26 20:03:03 -0500
A couple more makefile prereqs
r5662@rkinyon-lt-osx (orig r5661):  ribasushi | 2009-02-26 20:06:55 -0500
Throw away namespace::clean dependency
r5663@rkinyon-lt-osx (orig r5662):  ribasushi | 2009-02-26 20:24:37 -0500
Fix some should_quote_data_type problems
r5664@rkinyon-lt-osx (orig r5663):  ribasushi | 2009-02-26 20:43:18 -0500
We already depend on latest SQLA - remove all references to >= 1.50 - it will only add to the confusion
r5666@rkinyon-lt-osx (orig r5665):  ribasushi | 2009-02-26 20:59:29 -0500
Dev-Release 0.08099_07

15 years agoDev-Release 0.08099_07
Peter Rabbitson [Fri, 27 Feb 2009 01:59:29 +0000]
Dev-Release 0.08099_07

15 years agoWe already depend on latest SQLA - remove all references to >= 1.50 - it will only...
Peter Rabbitson [Fri, 27 Feb 2009 01:43:18 +0000]
We already depend on latest SQLA - remove all references to >= 1.50 - it will only add to the confusion

15 years agoFix some should_quote_data_type problems
Peter Rabbitson [Fri, 27 Feb 2009 01:24:37 +0000]
Fix some should_quote_data_type problems

15 years agoThrow away namespace::clean dependency
Peter Rabbitson [Fri, 27 Feb 2009 01:06:55 +0000]
Throw away namespace::clean dependency

15 years agoA couple more makefile prereqs
Peter Rabbitson [Fri, 27 Feb 2009 01:03:03 +0000]
A couple more makefile prereqs

15 years agoAllow sqlt_deploy_hook on views
Peter Rabbitson [Fri, 27 Feb 2009 00:32:29 +0000]
Allow sqlt_deploy_hook on views

15 years agoReinstate examples after botched merge
Peter Rabbitson [Fri, 27 Feb 2009 00:18:15 +0000]
Reinstate examples after botched merge

15 years agoMerge 'sybase' into 'trunk'
Peter Rabbitson [Fri, 27 Feb 2009 00:00:53 +0000]
Merge 'sybase' into 'trunk'

15 years agoSmall test enhancement
Peter Rabbitson [Thu, 26 Feb 2009 23:28:29 +0000]
Small test enhancement

15 years agofixed alias prepending for OR'ed join conditions in relationships
Eden Cardim [Wed, 25 Feb 2009 14:14:38 +0000]
fixed alias prepending for OR'ed join conditions in relationships

15 years agoMerge 'trunk' into 'prefetch'
Peter Rabbitson [Wed, 25 Feb 2009 09:14:16 +0000]
Merge 'trunk' into 'prefetch'

r5646@rkinyon-lt-osx (orig r5645):  ribasushi | 2009-02-25 03:14:16 -0500
Wrap dangerous Ordered operations in transactions (still needs optimisations wrt sibling shifting)

15 years agoWrap dangerous Ordered operations in transactions (still needs optimisations wrt...
Peter Rabbitson [Wed, 25 Feb 2009 08:14:16 +0000]
Wrap dangerous Ordered operations in transactions (still needs optimisations wrt sibling shifting)

15 years agoMerge 'column_attr' into 'trunk'
Nigel Metheringham [Tue, 24 Feb 2009 18:28:54 +0000]
Merge 'column_attr' into 'trunk'

r10954@hex:  nigel | 2009-02-24 12:28:54 +0000
Merged in column_attr branch:-
  Resultset attributes now include the following items to specify
  "select" and "as" values:-
     columns    - list of columns (specifies both select and as)
     +columns   - list of extra columns (specifies both select and as)
     select     - list of select values only
     +select    - list of extra select values only
     as         - list of as values only
     +as        - list of extra as values only
     include_columns - deprecated alias for +columns
  The values for columns/+columns/include_columns may include hashrefs,
  in which case the hash is interpreted as {as => select}, allowing
  queries involving functions to be specified without needing the
  information to be split into 2 separate places.

15 years agocorrect args in wrong order in deplo_statements
Guillermo Roditi [Tue, 24 Feb 2009 00:14:42 +0000]
correct args in wrong order in deplo_statements

15 years agoRevived include_columns documentation section (now deprecated)
Nigel Metheringham [Mon, 23 Feb 2009 21:53:19 +0000]
Revived include_columns documentation section (now deprecated)

15 years agoMerge 'trunk' into 'column_attr'
Nigel Metheringham [Mon, 23 Feb 2009 18:58:19 +0000]
Merge 'trunk' into 'column_attr'

r10942@hex:  nigel | 2009-02-23 12:58:19 +0000
Merged in all changes from trunk to current point

15 years agoMore author-requires
Peter Rabbitson [Sun, 22 Feb 2009 13:48:42 +0000]
More author-requires

15 years agojanitorial work
Peter Rabbitson [Sun, 22 Feb 2009 13:37:34 +0000]
janitorial work