15 years agocleanup/fix some broken tests
Justin Hunter [Fri, 1 May 2009 06:41:34 +0000]
cleanup/fix some broken tests

15 years agoAdd joined count test
Peter Rabbitson [Thu, 30 Apr 2009 07:10:36 +0000]
Add joined count test

15 years agoMerge 'trunk' into 'count_distinct'
Peter Rabbitson [Fri, 24 Apr 2009 19:51:16 +0000]
Merge 'trunk' into 'count_distinct'

r5759@Thesaurus (orig r5758):  arcanez | 2009-03-15 17:14:56 +0100
update Makefile.PL to require latest C3, C3::Componentised, MRO::Compat
r5761@Thesaurus (orig r5760):  arcanez | 2009-03-16 20:53:34 +0100
 * change search_literal to use \[] when passing into search (help with binding order)
 * provide documentation on how to use search instead of search_literal

r5762@Thesaurus (orig r5761):  plu | 2009-03-17 16:31:08 +0100
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
r5764@Thesaurus (orig r5763):  ribasushi | 2009-03-18 00:57:49 +0100
Basic binary op logic FAIL
r5769@Thesaurus (orig r5768):  rafl | 2009-03-18 20:02:07 +0100
Use MRO::Compat instead of Class::C3 directly.
r5770@Thesaurus (orig r5769):  rafl | 2009-03-18 20:02:23 +0100
Depend on the latest C3::Componentised so we use mro:: on 5.10 and Class::C3 on 5.8.
r5773@Thesaurus (orig r5772):  robkinyon | 2009-03-19 18:05:00 +0100
Special-case handling for (undef,undef) passed to search_rs()
r5777@Thesaurus (orig r5776):  robkinyon | 2009-03-19 21:35:37 +0100
Moved some SQL parsing of ORDER BY from _select_args() to retrieve_from_sql() where it belongs
r5779@Thesaurus (orig r5778):  robkinyon | 2009-03-19 21:52:54 +0100
Commit another fix for arcanez to test
r5780@Thesaurus (orig r5779):  robkinyon | 2009-03-19 22:07:06 +0100
Commit another fix for arcanez to test
r5785@Thesaurus (orig r5784):  wdh | 2009-03-20 16:23:40 +0100
clarify need for scalarref when using db functions with 'default_value' attribute
r5787@Thesaurus (orig r5786):  solomon | 2009-03-20 22:41:49 +0100
Add cookbook entry for dealing with runaway prepared statement cache
r5792@Thesaurus (orig r5791):  groditi | 2009-03-22 02:10:30 +0100
adding test for exception if nullable rel call is not explicitly defined as undef on insert
r5793@Thesaurus (orig r5792):  ribasushi | 2009-03-22 22:09:22 +0100
New SQLA::Test handles () differences *much* better, thus fixing the tests
r5804@Thesaurus (orig r5803):  groditi | 2009-03-23 19:16:41 +0100
skip test doc issue relating to db-side defaults
r5809@Thesaurus (orig r5808):  jmmills | 2009-03-24 08:49:54 +0100
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.

r5816@Thesaurus (orig r5815):  robkinyon | 2009-03-26 02:09:55 +0100
Deprecated search_like()
r5817@Thesaurus (orig r5816):  lukes | 2009-03-26 10:13:18 +0100
changed my nick in contribs section
r5820@Thesaurus (orig r5819):  castaway | 2009-03-26 14:54:09 +0100
Improved  metapod docs

r5823@Thesaurus (orig r5822):  nigel | 2009-03-27 13:21:14 +0100
 r11142@hex:  nigel | 2009-03-27 12: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]

r5824@Thesaurus (orig r5823):  norbi | 2009-03-27 13:30:00 +0100
 r5969@vger:  mendel | 2009-03-27 13:29:24 +0100
  * Fixed the alphabetical order of the contributors list (that I screwed up, sorry).

r5831@Thesaurus (orig r5830):  ribasushi | 2009-03-28 22:46:34 +0100
Bump SQLA and CAG dependencies
r5832@Thesaurus (orig r5831):  ribasushi | 2009-03-28 23:05:35 +0100
Clarify DBIC behavior wrt RDBMS default values
r5833@Thesaurus (orig r5832):  ribasushi | 2009-03-29 10:31:47 +0200
detabify
r5836@Thesaurus (orig r5835):  ribasushi | 2009-03-29 10:49:32 +0200
detabify
r5837@Thesaurus (orig r5836):  ribasushi | 2009-03-29 12:06:02 +0200
Revert r5808 - this is NOT a bug, the warning IS correct
r5838@Thesaurus (orig r5837):  ribasushi | 2009-03-29 12:18:19 +0200
Adjust parenthesis to pass with latest SQLA
r5839@Thesaurus (orig r5838):  ribasushi | 2009-03-29 12:22:49 +0200
Remove failing test before branching
r5847@Thesaurus (orig r5846):  ribasushi | 2009-03-30 01:05:37 +0200
Take experimental off TxnScopeGuard
r5848@Thesaurus (orig r5847):  ribasushi | 2009-03-30 01:44:40 +0200
Dev-Release 0.08099_08
r5852@Thesaurus (orig r5851):  castaway | 2009-03-31 08:41:42 +0200
Fix my email address in AUTHOR

r5859@Thesaurus (orig r5858):  plu | 2009-04-07 16:15:32 +0200
Added caveat notes to dual trick in cookbook
r5864@Thesaurus (orig r5863):  jmmills | 2009-04-08 21:28:16 +0200
 r81350@ofelia (orig r5840):  ribasushi | 2009-03-29 03:30:21 -0700
 Re-add failing test

r5875@Thesaurus (orig r5874):  arcanez | 2009-04-09 15:35:46 +0200
require DBD::SQLite 1.21+
r5885@Thesaurus (orig r5884):  caelum | 2009-04-13 14:47:47 +0200
add test for connect_info hashref
r5887@Thesaurus (orig r5886):  pcc | 2009-04-13 20:35:51 +0200
Correctly propagate forced left joins through arrayrefs and hashrefs
r5889@Thesaurus (orig r5888):  caelum | 2009-04-15 15:47:53 +0200
duplicate
r5891@Thesaurus (orig r5890):  plu | 2009-04-17 10:10:19 +0200
Added update_or_new to ResultSet.pm
r5903@Thesaurus (orig r5902):  ilmari | 2009-04-18 20:38:44 +0200
Don't warn when reregistering a source under the same name
r5913@Thesaurus (orig r5912):  matthewt | 2009-04-19 16:52:15 +0200
0.08100 release
r5916@Thesaurus (orig r5915):  arcanez | 2009-04-21 00:07:07 +0200
move load_optional_class into Class::C3::Componentised

r5923@Thesaurus (orig r5922):  ribasushi | 2009-04-21 10:37:11 +0200
New SQLite kicks ass - remove some warning silencers and reinstantiate tests
r5924@Thesaurus (orig r5923):  ribasushi | 2009-04-21 10:51:03 +0200
Multiple cdbi-compat test cleanups
Clarify search_like deprecation
r5925@Thesaurus (orig r5924):  ribasushi | 2009-04-21 10:51:59 +0200
More author test-requires
r5926@Thesaurus (orig r5925):  ribasushi | 2009-04-21 10:53:35 +0200
t/ janitorial work
r5936@Thesaurus (orig r5935):  ribasushi | 2009-04-21 16:17:04 +0200
Fix dumb omission in t/89dbicadmin.t
Adjust svn:ignore
r5937@Thesaurus (orig r5936):  peter | 2009-04-21 17:52:58 +0200
added IRC nick to contributor list
r5944@Thesaurus (orig r5943):  arcanez | 2009-04-22 05:21:28 +0200
un-todo these tests, load_optional_class is fixed
r5945@Thesaurus (orig r5944):  ribasushi | 2009-04-22 10:14:13 +0200
RT45195 various indexer fixes
r5946@Thesaurus (orig r5945):  ribasushi | 2009-04-22 10:18:14 +0200
Another indexer trick
r5949@Thesaurus (orig r5948):  ribasushi | 2009-04-23 00:25:32 +0200
This code belongs in t/
r5951@Thesaurus (orig r5950):  ribasushi | 2009-04-23 00:28:26 +0200
 r5846@Thesaurus (orig r5845):  ribasushi | 2009-03-29 16:55:03 +0200
 Fix test - inane assumption on my part

r5952@Thesaurus (orig r5951):  ribasushi | 2009-04-23 00:33:42 +0200
 r5863@Thesaurus (orig r5862):  jmmills | 2009-04-08 21:26:57 +0200
 patch for no-op, further testing required.

r5953@Thesaurus (orig r5952):  ribasushi | 2009-04-23 00:34:11 +0200
 r5927@Thesaurus (orig r5926):  ribasushi | 2009-04-21 11:57:03 +0200
 Fix number of tests

r5954@Thesaurus (orig r5953):  ribasushi | 2009-04-23 00:35:52 +0200
 r5928@Thesaurus (orig r5927):  ribasushi | 2009-04-21 12:42:14 +0200
 Clarify _register_source code, no functional changes

r5955@Thesaurus (orig r5954):  ribasushi | 2009-04-23 00:35:59 +0200
 r5929@Thesaurus (orig r5928):  ribasushi | 2009-04-21 12:53:25 +0200
 Back out my bogus test from r4902 - this warning was never supposed to be here in the first place - we are essentially dynamically subclassing Artist (although in a very sloppy way)

r5956@Thesaurus (orig r5955):  ribasushi | 2009-04-23 00:37:43 +0200

r5957@Thesaurus (orig r5956):  ribasushi | 2009-04-23 00:37:49 +0200
 r5931@Thesaurus (orig r5930):  ribasushi | 2009-04-21 13:06:25 +0200
 Sloppy merge - adding imlari's fix from r5902

r5959@Thesaurus (orig r5958):  ribasushi | 2009-04-23 00:48:08 +0200
Fix botched merge again - sorry r5959-5956 are actually a single commit
r5967@Thesaurus (orig r5966):  gphat | 2009-04-23 22:49:04 +0200
Fix busted get_column when using +select (and friends)
r5968@Thesaurus (orig r5967):  arcanez | 2009-04-23 22:58:59 +0200
update Changes for moving load_optional_class
r5976@Thesaurus (orig r5975):  ribasushi | 2009-04-24 01:47:04 +0200
Whops
r5978@Thesaurus (orig r5977):  mo | 2009-04-24 16:24:26 +0200
patch for DBI.pm so store_column is called only once on create() and tests for that
r5979@Thesaurus (orig r5978):  mo | 2009-04-24 16:27:20 +0200
cleanup 72pg.t
r5980@Thesaurus (orig r5979):  ribasushi | 2009-04-24 17:22:05 +0200
Cosmetic change

15 years agoCosmetic change
Peter Rabbitson [Fri, 24 Apr 2009 15:22:05 +0000]
Cosmetic change

15 years agocleanup 72pg.t
Moritz Onken [Fri, 24 Apr 2009 14:27:20 +0000]
cleanup 72pg.t

15 years agopatch for DBI.pm so store_column is called only once on create() and tests for that
Moritz Onken [Fri, 24 Apr 2009 14:24:26 +0000]
patch for DBI.pm so store_column is called only once on create() and tests for that

15 years agoWhops
Peter Rabbitson [Thu, 23 Apr 2009 23:47:04 +0000]
Whops

15 years agoupdate Changes for moving load_optional_class
Justin Hunter [Thu, 23 Apr 2009 20:58:59 +0000]
update Changes for moving load_optional_class

15 years agoFix busted get_column when using +select (and friends)
Cory G Watson [Thu, 23 Apr 2009 20:49:04 +0000]
Fix busted get_column when using +select (and friends)

15 years agoFix botched merge again - sorry r5959-5956 are actually a single commit
Peter Rabbitson [Wed, 22 Apr 2009 22:48:08 +0000]
Fix botched merge again - sorry r5959-5956 are actually a single commit

15 years agoMerge 'subclassed_rsset' into 'trunk'
Peter Rabbitson [Tue, 21 Apr 2009 18:06:25 +0000]
Merge 'subclassed_rsset' into 'trunk'

15 years agoThis code belongs in t/
Peter Rabbitson [Wed, 22 Apr 2009 22:25:32 +0000]
This code belongs in t/

15 years agoAnother indexer trick
Peter Rabbitson [Wed, 22 Apr 2009 08:18:14 +0000]
Another indexer trick

15 years agoRT45195 various indexer fixes
Peter Rabbitson [Wed, 22 Apr 2009 08:14:13 +0000]
RT45195 various indexer fixes

15 years agoun-todo these tests, load_optional_class is fixed
Justin Hunter [Wed, 22 Apr 2009 03:21:28 +0000]
un-todo these tests, load_optional_class is fixed

15 years agoadded IRC nick to contributor list
Peter Collingbourne [Tue, 21 Apr 2009 15:52:58 +0000]
added IRC nick to contributor list

15 years agoFix dumb omission in t/89dbicadmin.t
Peter Rabbitson [Tue, 21 Apr 2009 14:17:04 +0000]
Fix dumb omission in t/89dbicadmin.t
Adjust svn:ignore

15 years agoSloppy merge - adding imlari's fix from r5902
Peter Rabbitson [Tue, 21 Apr 2009 11:06:25 +0000]
Sloppy merge - adding imlari's fix from r5902

15 years agoMerge 'trunk' into 'subclassed_rsset'
Peter Rabbitson [Tue, 21 Apr 2009 10:57:35 +0000]
Merge 'trunk' into 'subclassed_rsset'

r5847@Thesaurus (orig r5846):  ribasushi | 2009-03-30 01:05:37 +0200
Take experimental off TxnScopeGuard
r5848@Thesaurus (orig r5847):  ribasushi | 2009-03-30 01:44:40 +0200
Dev-Release 0.08099_08
r5852@Thesaurus (orig r5851):  castaway | 2009-03-31 08:41:42 +0200
Fix my email address in AUTHOR

r5859@Thesaurus (orig r5858):  plu | 2009-04-07 16:15:32 +0200
Added caveat notes to dual trick in cookbook
r5875@Thesaurus (orig r5874):  arcanez | 2009-04-09 15:35:46 +0200
require DBD::SQLite 1.21+
r5885@Thesaurus (orig r5884):  caelum | 2009-04-13 14:47:47 +0200
add test for connect_info hashref
r5887@Thesaurus (orig r5886):  pcc | 2009-04-13 20:35:51 +0200
Correctly propagate forced left joins through arrayrefs and hashrefs
r5889@Thesaurus (orig r5888):  caelum | 2009-04-15 15:47:53 +0200
duplicate
r5891@Thesaurus (orig r5890):  plu | 2009-04-17 10:10:19 +0200
Added update_or_new to ResultSet.pm
r5903@Thesaurus (orig r5902):  ilmari | 2009-04-18 20:38:44 +0200
Don't warn when reregistering a source under the same name
r5913@Thesaurus (orig r5912):  matthewt | 2009-04-19 16:52:15 +0200
0.08100 release
r5916@Thesaurus (orig r5915):  arcanez | 2009-04-21 00:07:07 +0200
move load_optional_class into Class::C3::Componentised

r5923@Thesaurus (orig r5922):  ribasushi | 2009-04-21 10:37:11 +0200
New SQLite kicks ass - remove some warning silencers and reinstantiate tests
r5924@Thesaurus (orig r5923):  ribasushi | 2009-04-21 10:51:03 +0200
Multiple cdbi-compat test cleanups
Clarify search_like deprecation
r5925@Thesaurus (orig r5924):  ribasushi | 2009-04-21 10:51:59 +0200
More author test-requires
r5926@Thesaurus (orig r5925):  ribasushi | 2009-04-21 10:53:35 +0200
t/ janitorial work

15 years agoBack out my bogus test from r4902 - this warning was never supposed to be here in...
Peter Rabbitson [Tue, 21 Apr 2009 10:53:25 +0000]
Back out my bogus test from r4902 - this warning was never supposed to be here in the first place - we are essentially dynamically subclassing Artist (although in a very sloppy way)

15 years agoClarify _register_source code, no functional changes
Peter Rabbitson [Tue, 21 Apr 2009 10:42:14 +0000]
Clarify _register_source code, no functional changes

15 years agoFix number of tests
Peter Rabbitson [Tue, 21 Apr 2009 09:57:03 +0000]
Fix number of tests

15 years agot/ janitorial work
Peter Rabbitson [Tue, 21 Apr 2009 08:53:35 +0000]
t/ janitorial work

15 years agoMore author test-requires
Peter Rabbitson [Tue, 21 Apr 2009 08:51:59 +0000]
More author test-requires

15 years agoMultiple cdbi-compat test cleanups
Peter Rabbitson [Tue, 21 Apr 2009 08:51:03 +0000]
Multiple cdbi-compat test cleanups
Clarify search_like deprecation

15 years agoNew SQLite kicks ass - remove some warning silencers and reinstantiate tests
Peter Rabbitson [Tue, 21 Apr 2009 08:37:11 +0000]
New SQLite kicks ass - remove some warning silencers and reinstantiate tests

15 years agomove load_optional_class into Class::C3::Componentised
Justin Hunter [Mon, 20 Apr 2009 22:07:07 +0000]
move load_optional_class into Class::C3::Componentised

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 agopatch for no-op, further testing required.
Jason M. Mills [Wed, 8 Apr 2009 19:26:57 +0000]
patch for no-op, further testing required.

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 ago * add more tests
Justin Hunter [Mon, 30 Mar 2009 19:40:05 +0000]
 * add more tests
 * remove old cruft
 * remove old note

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 agoFix test - inane assumption on my part
Peter Rabbitson [Sun, 29 Mar 2009 14:55:03 +0000]
Fix test - inane assumption on my part

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 agodon't remove the where clause unless we're doing distinct, it needs to be there
Justin Hunter [Mon, 16 Mar 2009 15:48:28 +0000]
don't remove the where clause unless we're doing distinct, it needs to be there

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 ago * change count with group_by (distinct) to use a subquery
Justin Hunter [Sat, 14 Mar 2009 14:33:03 +0000]
 * change count with group_by (distinct) to use a subquery
 * rewrite of _bind_to_sql (uses placeholders and bindvars)
 * tests for count distinct
 * fixed tests for from subquery

15 years agoMerge 'trunk' into 'count_distinct'
Justin Hunter [Sat, 14 Mar 2009 13:55:55 +0000]
Merge 'trunk' into 'count_distinct'

created count_distinct branch

15 years agoauto-add relations if they are used in the where but not in join
Justin Hunter [Fri, 13 Mar 2009 19:02:58 +0000]
auto-add relations if they are used in the where but not in join

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 agorewrite _bind_to_sql to not replace ? with the bindvars, have select return with...
Justin Hunter [Fri, 13 Mar 2009 07:11:57 +0000]
rewrite _bind_to_sql to not replace ? with the bindvars, have select return with from_bind

15 years agouse proper format
Justin Hunter [Fri, 13 Mar 2009 07:10:52 +0000]
use proper format

15 years ago * fix position
Justin Hunter [Fri, 13 Mar 2009 07:02:03 +0000]
 * fix position

15 years agochanges to handling of from
Justin Hunter [Fri, 13 Mar 2009 05:45:32 +0000]
changes to handling of from

15 years agocreated count_distinct branch
Justin Hunter [Fri, 13 Mar 2009 04:20:32 +0000]
created count_distinct branch

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