14 years agoChanges for count_distinct branch merge
Justin Hunter [Tue, 12 May 2009 15:33:56 +0000]
Changes for count_distinct branch merge

14 years agoTest for failing code related to many to many in MySQL
Anders Nor Berle [Tue, 12 May 2009 15:17:09 +0000]
Test for failing code related to many to many in MySQL

14 years agoAdded synopsis of merged oracle-tweaks branch to Changes
Ron "Quinn" Straight [Tue, 12 May 2009 13:08:14 +0000]
Added synopsis of merged oracle-tweaks branch to Changes

14 years agoadded info to Changes from my DateTime::InflateColumn modifications
Brian Cassidy [Tue, 12 May 2009 11:31:35 +0000]
added info to Changes from my DateTime::InflateColumn modifications

14 years agoSwitch warn to carp and die to throw_exception where possible
Peter Rabbitson [Tue, 12 May 2009 08:20:08 +0000]
Switch warn to carp and die to throw_exception where possible

14 years agoRename m2m warn disable envvar
Peter Rabbitson [Tue, 12 May 2009 07:54:37 +0000]
Rename m2m warn disable envvar

14 years agoShuffle delete tests, and sanify the delete related ones
Peter Rabbitson [Tue, 12 May 2009 07:42:45 +0000]
Shuffle delete tests, and sanify the delete related ones

14 years agoCleanup
Peter Rabbitson [Tue, 12 May 2009 06:43:58 +0000]
Cleanup

14 years agoMerge 'oracle-tweaks' into 'trunk'
Peter Rabbitson [Tue, 12 May 2009 13:12:50 +0000]
Merge 'oracle-tweaks' into 'trunk'

14 years agoWhops, forgotten post-merge tweaks
Peter Rabbitson [Tue, 12 May 2009 06:12:50 +0000]
Whops, forgotten post-merge tweaks

14 years agoMerge 'trunk' into 'oracle-tweaks'
Peter Rabbitson [Tue, 12 May 2009 05:08:59 +0000]
Merge 'trunk' into 'oracle-tweaks'

r6195@Thesaurus (orig r6194):  caelum | 2009-05-09 15:46:55 +0200
added postgres default port stuff to FAQ
r6199@Thesaurus (orig r6198):  mo | 2009-05-10 17:37:16 +0200
set_$rel accepts now a $link_vals hashref like add_to_$rel does
r6202@Thesaurus (orig r6201):  ribasushi | 2009-05-10 19:57:31 +0200
Require DBICTest.pm in all tests even if it is not needed at all
r6203@Thesaurus (orig r6202):  ribasushi | 2009-05-10 20:17:09 +0200
No more 'I forgot to run perl Makefile.PL'
r6204@Thesaurus (orig r6203):  ribasushi | 2009-05-10 21:35:03 +0200
Switch the m2m method warnings from warnings::register to $ENV{DBIC_METHOD_CLOBBER_OK} = 1
r6206@Thesaurus (orig r6205):  ribasushi | 2009-05-11 12:50:54 +0200
Change the makefile to test r6202
r6218@Thesaurus (orig r6217):  ribasushi | 2009-05-12 07:02:14 +0200
Trying to untangle failing merge (whitespace change)
r6220@Thesaurus (orig r6219):  ribasushi | 2009-05-12 07:02:56 +0200
 r5757@Thesaurus (orig r5756):  arcanez | 2009-03-14 14:55:55 +0100
 created count_distinct branch
 r5758@Thesaurus (orig r5757):  arcanez | 2009-03-14 15:33:03 +0100
  * 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

 r5760@Thesaurus (orig r5759):  arcanez | 2009-03-16 16:48:28 +0100
 don't remove the where clause unless we're doing distinct, it needs to be there
 r5850@Thesaurus (orig r5849):  arcanez | 2009-03-30 21:40:05 +0200
  * add more tests
  * remove old cruft
  * remove old note

 r6035@Thesaurus (orig r6034):  ribasushi | 2009-04-30 09:10:36 +0200
 Add joined count test
 r6079@Thesaurus (orig r6078):  arcanez | 2009-05-01 08:41:34 +0200
 cleanup/fix some broken tests
 r6097@Thesaurus (orig r6096):  arcanez | 2009-05-01 19:37:04 +0200
 make sure merge bind
 test for aformentioned
 TODO count_joined test for a little while

 r6105@Thesaurus (orig r6104):  arcanez | 2009-05-02 02:33:49 +0200
 remove hackish ways

 r6106@Thesaurus (orig r6105):  arcanez | 2009-05-02 03:20:04 +0200
 more fixes to tests
 r6107@Thesaurus (orig r6106):  arcanez | 2009-05-02 03:33:47 +0200
 remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
 r6111@Thesaurus (orig r6110):  ribasushi | 2009-05-03 02:00:19 +0200
 Failing test without immediate fixes go to branches, not to trunk
 r6114@Thesaurus (orig r6113):  ribasushi | 2009-05-03 10:23:28 +0200
 Bump SQLA ependencies so parenthesis_significant is guaranteed to be there
 r6148@Thesaurus (orig r6147):  ribasushi | 2009-05-06 17:40:31 +0200
 Add subquery/from test by michaelr (copied from subquery branch r5742)
 r6151@Thesaurus (orig r6150):  ribasushi | 2009-05-06 17:56:07 +0200
 TODOify sqla-dependent tests
 r6152@Thesaurus (orig r6151):  arcanez | 2009-05-06 18:33:58 +0200
 fix old test using new bind vars (no more interpolating)
 r6154@Thesaurus (orig r6153):  ribasushi | 2009-05-07 00:56:40 +0200
 Rename internal function to clarify what it does
 r6171@Thesaurus (orig r6170):  ribasushi | 2009-05-07 19:53:30 +0200
 Adjust tests for the IN fixes
 r6187@Thesaurus (orig r6186):  ribasushi | 2009-05-08 23:11:43 +0200
 Final count tests
 r6188@Thesaurus (orig r6187):  arcanez | 2009-05-09 03:50:12 +0200
 rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
 r6213@Thesaurus (orig r6212):  arcanez | 2009-05-11 22:41:21 +0200
 warn/die based on { select => { distinct => { } } }
 r6214@Thesaurus (orig r6213):  arcanez | 2009-05-11 23:21:11 +0200
 use carp instead of warn
 r6216@Thesaurus (orig r6215):  arcanez | 2009-05-11 23:45:05 +0200
 make sure we get just a string
 r6217@Thesaurus (orig r6216):  arcanez | 2009-05-11 23:52:11 +0200
 oops

14 years agoMerge 'count_distinct' into 'trunk'
Peter Rabbitson [Tue, 12 May 2009 05:02:56 +0000]
Merge 'count_distinct' into 'trunk'

14 years agoTrying to untangle failing merge (whitespace change)
Peter Rabbitson [Tue, 12 May 2009 05:02:14 +0000]
Trying to untangle failing merge (whitespace change)

14 years agooops
Justin Hunter [Mon, 11 May 2009 21:52:11 +0000]
oops

14 years agomake sure we get just a string
Justin Hunter [Mon, 11 May 2009 21:45:05 +0000]
make sure we get just a string

14 years agoMerge 'trunk' into 'count_distinct'
Justin Hunter [Mon, 11 May 2009 21:23:47 +0000]
Merge 'trunk' into 'count_distinct'

r6172@mullet (orig r6171):  ribasushi | 2009-05-07 11:49:26 -0700
Cookbook cleanup
r6174@mullet (orig r6173):  ribasushi | 2009-05-08 01:13:30 -0700
Throw away some debugging code
r6175@mullet (orig r6174):  ribasushi | 2009-05-08 01:21:53 -0700
Documentation patch by nniuq
r6176@mullet (orig r6175):  plu | 2009-05-08 01:30:20 -0700
Set NLS_LANG so we  have a predictable date format when using MON
r6177@mullet (orig r6176):  ribasushi | 2009-05-08 03:15:15 -0700
Fix POD
r6179@mullet (orig r6178):  jgoulah | 2009-05-08 07:27:49 -0700
renaming rh performance test so it will show up at the end of test output
r6195@mullet (orig r6194):  caelum | 2009-05-09 06:46:55 -0700
added postgres default port stuff to FAQ
r6199@mullet (orig r6198):  mo | 2009-05-10 08:37:16 -0700
set_$rel accepts now a $link_vals hashref like add_to_$rel does
r6202@mullet (orig r6201):  ribasushi | 2009-05-10 10:57:31 -0700
Require DBICTest.pm in all tests even if it is not needed at all
r6203@mullet (orig r6202):  ribasushi | 2009-05-10 11:17:09 -0700
No more 'I forgot to run perl Makefile.PL'
r6204@mullet (orig r6203):  ribasushi | 2009-05-10 12:35:03 -0700
Switch the m2m method warnings from warnings::register to $ENV{DBIC_METHOD_CLOBBER_OK} = 1
r6206@mullet (orig r6205):  ribasushi | 2009-05-11 03:50:54 -0700
Change the makefile to test r6202

14 years agouse carp instead of warn
Justin Hunter [Mon, 11 May 2009 21:21:11 +0000]
use carp instead of warn

14 years agowarn/die based on { select => { distinct => { } } }
Justin Hunter [Mon, 11 May 2009 20:41:21 +0000]
warn/die based on { select => { distinct => { } } }

14 years agoMoved DBIC::SQL::Abstract inner classes to DBIx::Class::SQLAHacks namespace to decoup...
Ron "Quinn" Straight [Mon, 11 May 2009 14:24:27 +0000]
Moved DBIC::SQL::Abstract inner classes to DBIx::Class::SQLAHacks namespace to decouple 41orrible.t tests from use of DBD::Oracle in Oracle Generic driver.

14 years agoChange the makefile to test r6202
Peter Rabbitson [Mon, 11 May 2009 10:50:54 +0000]
Change the makefile to test r6202

14 years agoSwitch the m2m method warnings from warnings::register to $ENV{DBIC_METHOD_CLOBBER_OK...
Peter Rabbitson [Sun, 10 May 2009 19:35:03 +0000]
Switch the m2m method warnings from warnings::register to $ENV{DBIC_METHOD_CLOBBER_OK} = 1

14 years agoNo more 'I forgot to run perl Makefile.PL'
Peter Rabbitson [Sun, 10 May 2009 18:17:09 +0000]
No more 'I forgot to run perl Makefile.PL'

14 years agoRequire DBICTest.pm in all tests even if it is not needed at all
Peter Rabbitson [Sun, 10 May 2009 17:57:31 +0000]
Require DBICTest.pm in all tests even if it is not needed at all

14 years agoset_$rel accepts now a $link_vals hashref like add_to_$rel does
Moritz Onken [Sun, 10 May 2009 15:37:16 +0000]
set_$rel accepts now a $link_vals hashref like add_to_$rel does

14 years agoadded postgres default port stuff to FAQ
Rafael Kitover [Sat, 9 May 2009 13:46:55 +0000]
added postgres default port stuff to FAQ

14 years agoChanged test of lob values from is to ok on an eq expr, to avoid a huge got/expected...
Ron "Quinn" Straight [Sat, 9 May 2009 01:59:20 +0000]
Changed test of lob values from is to ok on an eq expr, to avoid a huge got/expected diagnosis.  In doing so, discovered it was testing undef vs undef!  Whoops.  Fixed.

14 years agorewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
Justin Hunter [Sat, 9 May 2009 01:50:12 +0000]
rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries

14 years agoFinal count tests
Peter Rabbitson [Fri, 8 May 2009 21:11:43 +0000]
Final count tests

14 years agoMerge 'trunk' into 'oracle-tweaks'
Peter Rabbitson [Fri, 8 May 2009 17:19:25 +0000]
Merge 'trunk' into 'oracle-tweaks'

r6114@Thesaurus (orig r6113):  ribasushi | 2009-05-03 10:23:28 +0200
Bump SQLA ependencies so parenthesis_significant is guaranteed to be there
r6127@Thesaurus (orig r6126):  arcanez | 2009-05-05 09:27:56 +0200
 r6037@mullet (orig r6036):  arcanez | 2009-04-30 01:24:41 -0700
 branch to work on Sybase/MSSQL subtleties
 r6038@mullet (orig r6037):  arcanez | 2009-04-30 01:27:11 -0700
 jump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase
 r6062@mullet (orig r6061):  arcanez | 2009-04-30 14:05:24 -0700
 fixes for MSSQL via Sybase
 r6126@mullet (orig r6125):  arcanez | 2009-05-05 00:27:13 -0700
 add a line to Changes and add a CAVEAT

r6164@Thesaurus (orig r6163):  ribasushi | 2009-05-07 19:09:01 +0200
 r6115@Thesaurus (orig r6114):  plu | 2009-05-03 10:39:16 +0200
 new branch to fix $rs->update and $rs->delete using the new as_query method

 r6116@Thesaurus (orig r6115):  plu | 2009-05-03 10:52:07 +0200
 Methods update/delete on resultset use now new as_query method to updated/delete properly on joined/prefetched resultset using a subquery. Therefore some tests have been added and some have been changed as well as the warnings around $rs->update/delete have been removed. Cheers!
 r6117@Thesaurus (orig r6116):  plu | 2009-05-03 11:13:48 +0200
 Using "is" instead of "cmp_ok"
 r6160@Thesaurus (orig r6159):  ribasushi | 2009-05-07 11:58:14 +0200
 Back out skip_parens support in as_query
 r6161@Thesaurus (orig r6160):  ribasushi | 2009-05-07 19:00:48 +0200
 This test is completely borked, needs a rewrite
 r6162@Thesaurus (orig r6161):  ribasushi | 2009-05-07 19:07:19 +0200
 Temporary fix or the IN ( ( ... ) ) problem until we get proper SQLA AST (needs SQLA released with commit 6158 to work)

r6165@Thesaurus (orig r6164):  ribasushi | 2009-05-07 19:11:46 +0200
Changes, remove merged branch
r6169@Thesaurus (orig r6168):  ribasushi | 2009-05-07 19:24:54 +0200
Bump SQLA dependency so -in/-between workarounds overload properly
r6172@Thesaurus (orig r6171):  ribasushi | 2009-05-07 20:49:26 +0200
Cookbook cleanup
r6174@Thesaurus (orig r6173):  ribasushi | 2009-05-08 10:13:30 +0200
Throw away some debugging code
r6175@Thesaurus (orig r6174):  ribasushi | 2009-05-08 10:21:53 +0200
Documentation patch by nniuq
r6176@Thesaurus (orig r6175):  plu | 2009-05-08 10:30:20 +0200
Set NLS_LANG so we  have a predictable date format when using MON
r6177@Thesaurus (orig r6176):  ribasushi | 2009-05-08 12:15:15 +0200
Fix POD
r6179@Thesaurus (orig r6178):  jgoulah | 2009-05-08 16:27:49 +0200
renaming rh performance test so it will show up at the end of test output

14 years agoRemove redundant var
Peter Rabbitson [Fri, 8 May 2009 15:24:54 +0000]
Remove redundant var

14 years agoRefactored to call _{inflate_to,deflate_from}_datetime through a _flate_or_fallback...
Ron "Quinn" Straight [Fri, 8 May 2009 15:10:58 +0000]
Refactored to call _{inflate_to,deflate_from}_datetime through a _flate_or_fallback wrapper handling a parser's lack of support for the requested type.

14 years agorenaming rh performance test so it will show up at the end of test output
John Goulah [Fri, 8 May 2009 14:27:49 +0000]
renaming rh performance test so it will show up at the end of test output

14 years agoFix POD
Peter Rabbitson [Fri, 8 May 2009 10:15:15 +0000]
Fix POD

14 years agoSet NLS_LANG so we have a predictable date format when using MON
Johannes Plunien [Fri, 8 May 2009 08:30:20 +0000]
Set NLS_LANG so we  have a predictable date format when using MON

14 years agoDocumentation patch by nniuq
Peter Rabbitson [Fri, 8 May 2009 08:21:53 +0000]
Documentation patch by nniuq

14 years agoThrow away some debugging code
Peter Rabbitson [Fri, 8 May 2009 08:13:30 +0000]
Throw away some debugging code

14 years agoCookbook cleanup
Peter Rabbitson [Thu, 7 May 2009 18:49:26 +0000]
Cookbook cleanup

14 years agoAdjust tests for the IN fixes
Peter Rabbitson [Thu, 7 May 2009 17:53:30 +0000]
Adjust tests for the IN fixes

14 years agoMerge 'trunk' into 'count_distinct'
Peter Rabbitson [Thu, 7 May 2009 17:28:29 +0000]
Merge 'trunk' into 'count_distinct'

r6164@Thesaurus (orig r6163):  ribasushi | 2009-05-07 19:09:01 +0200
 r6115@Thesaurus (orig r6114):  plu | 2009-05-03 10:39:16 +0200
 new branch to fix $rs->update and $rs->delete using the new as_query method

 r6116@Thesaurus (orig r6115):  plu | 2009-05-03 10:52:07 +0200
 Methods update/delete on resultset use now new as_query method to updated/delete properly on joined/prefetched resultset using a subquery. Therefore some tests have been added and some have been changed as well as the warnings around $rs->update/delete have been removed. Cheers!
 r6117@Thesaurus (orig r6116):  plu | 2009-05-03 11:13:48 +0200
 Using "is" instead of "cmp_ok"
 r6160@Thesaurus (orig r6159):  ribasushi | 2009-05-07 11:58:14 +0200
 Back out skip_parens support in as_query
 r6161@Thesaurus (orig r6160):  ribasushi | 2009-05-07 19:00:48 +0200
 This test is completely borked, needs a rewrite
 r6162@Thesaurus (orig r6161):  ribasushi | 2009-05-07 19:07:19 +0200
 Temporary fix or the IN ( ( ... ) ) problem until we get proper SQLA AST (needs SQLA released with commit 6158 to work)

r6165@Thesaurus (orig r6164):  ribasushi | 2009-05-07 19:11:46 +0200
Changes, remove merged branch
r6169@Thesaurus (orig r6168):  ribasushi | 2009-05-07 19:24:54 +0200
Bump SQLA dependency so -in/-between workarounds overload properly

14 years agoBump SQLA dependency so -in/-between workarounds overload properly
Peter Rabbitson [Thu, 7 May 2009 17:24:54 +0000]
Bump SQLA dependency so -in/-between workarounds overload properly

14 years agoChanges, remove merged branch
Peter Rabbitson [Thu, 7 May 2009 17:11:46 +0000]
Changes, remove merged branch

14 years agoMerge 'fix-update-and-delete-as_query' into 'trunk'
Peter Rabbitson [Thu, 7 May 2009 17:09:01 +0000]
Merge 'fix-update-and-delete-as_query' into 'trunk'

14 years agoTemporary fix or the IN ( ( ... ) ) problem until we get proper SQLA AST (needs SQLA...
Peter Rabbitson [Thu, 7 May 2009 17:07:19 +0000]
Temporary fix or the IN ( ( ... ) ) problem until we get proper SQLA AST (needs SQLA released with commit 6158 to work)

14 years agoThis test is completely borked, needs a rewrite
Peter Rabbitson [Thu, 7 May 2009 17:00:48 +0000]
This test is completely borked, needs a rewrite

14 years agoBack out skip_parens support in as_query
Peter Rabbitson [Thu, 7 May 2009 09:58:14 +0000]
Back out skip_parens support in as_query

14 years agoRename internal function to clarify what it does
Peter Rabbitson [Wed, 6 May 2009 22:56:40 +0000]
Rename internal function to clarify what it does

14 years agofix old test using new bind vars (no more interpolating)
Justin Hunter [Wed, 6 May 2009 16:33:58 +0000]
fix old test using new bind vars (no more interpolating)

14 years agoTODOify sqla-dependent tests
Peter Rabbitson [Wed, 6 May 2009 15:56:07 +0000]
TODOify sqla-dependent tests

14 years agoMerge 'trunk' into 'count_distinct'
Peter Rabbitson [Wed, 6 May 2009 15:43:24 +0000]
Merge 'trunk' into 'count_distinct'

r6110@Thesaurus (orig r6109):  plu | 2009-05-02 21:11:40 +0200
Failing testcase for using subselect (as_query)
r6111@Thesaurus (orig r6110):  ribasushi | 2009-05-03 02:00:19 +0200
Failing test without immediate fixes go to branches, not to trunk
r6114@Thesaurus (orig r6113):  ribasushi | 2009-05-03 10:23:28 +0200
Bump SQLA ependencies so parenthesis_significant is guaranteed to be there
r6127@Thesaurus (orig r6126):  arcanez | 2009-05-05 09:27:56 +0200
 r6037@mullet (orig r6036):  arcanez | 2009-04-30 01:24:41 -0700
 branch to work on Sybase/MSSQL subtleties
 r6038@mullet (orig r6037):  arcanez | 2009-04-30 01:27:11 -0700
 jump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase
 r6062@mullet (orig r6061):  arcanez | 2009-04-30 14:05:24 -0700
 fixes for MSSQL via Sybase
 r6126@mullet (orig r6125):  arcanez | 2009-05-05 00:27:13 -0700
 add a line to Changes and add a CAVEAT

14 years agoMerge 'subquery' into 'count_distinct'
Peter Rabbitson [Wed, 6 May 2009 15:40:31 +0000]
Merge 'subquery' into 'count_distinct'

Add subquery/from test by michaelr (copied from subquery branch r5742)

15 years agoAdded self to contributors; clarified comment on :ora_types imports.
Ron "Quinn" Straight [Tue, 5 May 2009 13:11:49 +0000]
Added self to contributors; clarified comment on :ora_types imports.

15 years agoMerge 'sybase_mssql' into 'trunk'
Justin Hunter [Tue, 5 May 2009 07:27:56 +0000]
Merge 'sybase_mssql' into 'trunk'

r6037@mullet (orig r6036):  arcanez | 2009-04-30 01:24:41 -0700
branch to work on Sybase/MSSQL subtleties
r6038@mullet (orig r6037):  arcanez | 2009-04-30 01:27:11 -0700
jump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase
r6062@mullet (orig r6061):  arcanez | 2009-04-30 14:05:24 -0700
fixes for MSSQL via Sybase
r6126@mullet (orig r6125):  arcanez | 2009-05-05 00:27:13 -0700
add a line to Changes and add a CAVEAT

15 years agoadd a line to Changes and add a CAVEAT
Justin Hunter [Tue, 5 May 2009 07:27:13 +0000]
add a line to Changes and add a CAVEAT

15 years agoMerge 'trunk' into 'sybase_mssql'
Justin Hunter [Tue, 5 May 2009 07:09:18 +0000]
Merge 'trunk' into 'sybase_mssql'

r6110@mullet (orig r6109):  plu | 2009-05-02 12:11:40 -0700
Failing testcase for using subselect (as_query)
r6111@mullet (orig r6110):  ribasushi | 2009-05-02 17:00:19 -0700
Failing test without immediate fixes go to branches, not to trunk
r6114@mullet (orig r6113):  ribasushi | 2009-05-03 01:23:28 -0700
Bump SQLA ependencies so parenthesis_significant is guaranteed to be there

15 years agoRe-added last_updated_at to create table statement.
Ron "Quinn" Straight [Mon, 4 May 2009 02:03:28 +0000]
Re-added last_updated_at to create table statement.

15 years agoProper support for timestamp inflation. Added last_updated_at to DBICTest::Schema...
Ron "Quinn" Straight [Mon, 4 May 2009 01:58:03 +0000]
Proper support for timestamp inflation.  Added last_updated_at to DBICTest::Schema::Track as a date by default, initialized in sqlite loader, redefined to timestamp for Oracle tests.

15 years agoUsing "is" instead of "cmp_ok"
Johannes Plunien [Sun, 3 May 2009 09:13:48 +0000]
Using "is" instead of "cmp_ok"

15 years agoMethods update/delete on resultset use now new as_query method to updated/delete...
Johannes Plunien [Sun, 3 May 2009 08:52:07 +0000]
Methods update/delete on resultset use now new as_query method to updated/delete properly on joined/prefetched resultset using a subquery. Therefore some tests have been added and some have been changed as well as the warnings around $rs->update/delete have been removed. Cheers!

15 years agoBump SQLA ependencies so parenthesis_significant is guaranteed to be there
Peter Rabbitson [Sun, 3 May 2009 08:23:28 +0000]
Bump SQLA ependencies so parenthesis_significant is guaranteed to be there

15 years agoBump SQLA ependencies so parenthesis_significant is guaranteed to be there
Peter Rabbitson [Sun, 3 May 2009 08:23:28 +0000]
Bump SQLA ependencies so parenthesis_significant is guaranteed to be there

15 years agoSupport for saving CLOB and BLOB types in Oracle.
Ron "Quinn" Straight [Sun, 3 May 2009 01:52:29 +0000]
Support for saving CLOB and BLOB types in Oracle.

15 years agoFailing test without immediate fixes go to branches, not to trunk
Peter Rabbitson [Sun, 3 May 2009 00:00:19 +0000]
Failing test without immediate fixes go to branches, not to trunk

15 years agoFailing test without immediate fixes go to branches, not to trunk
Peter Rabbitson [Sun, 3 May 2009 00:00:19 +0000]
Failing test without immediate fixes go to branches, not to trunk

15 years agoFailing testcase for using subselect (as_query)
Johannes Plunien [Sat, 2 May 2009 19:11:40 +0000]
Failing testcase for using subselect (as_query)

15 years agoMerge 'trunk' into 'sybase_mssql'
Peter Rabbitson [Thu, 30 Apr 2009 06:28:04 +0000]
Merge 'trunk' into 'sybase_mssql'

r6039@mullet (orig r6038):  ribasushi | 2009-04-30 01:28:04 -0700
Release 0.08102

15 years agoMerge 'trunk' into 'count_distinct'
Justin Hunter [Sat, 2 May 2009 08:36:02 +0000]
Merge 'trunk' into 'count_distinct'

r5987@mullet (orig r5986):  castaway | 2009-04-25 02:59:28 -0700
Docs on using multiple db schemas (from abraxxa maybe, I forget)
Docs on setting result_class from agaran

r5988@mullet (orig r5987):  ribasushi | 2009-04-27 01:03:58 -0700
Refactor the (almost obsolete) DBD::SQLite check not to fork() within win32
r5989@mullet (orig r5988):  ribasushi | 2009-04-27 01:05:43 -0700
Whops, we don't exit under win32
r5990@mullet (orig r5989):  ribasushi | 2009-04-27 01:14:38 -0700
More AUTHOR dependencies pulled from Replicated.pm
Up MI version to 0.79 (not going further as auto_install is broken again, need a permanent solution)
Reorder configure_requires() as per Alias
Remove Meta_TupleKeys munging as per Alias
r5991@mullet (orig r5990):  ribasushi | 2009-04-27 02:11:15 -0700
Release 0.08101
r5995@mullet (orig r5994):  arcanez | 2009-04-28 00:05:53 -0700
change from DB::Schema to My::Schema
add ::Result:: as necessary (load_namespaces instead of load_classes)

r5996@mullet (orig r5995):  ribasushi | 2009-04-28 02:12:33 -0700
Fix a todo and some minor test adjustments
r5997@mullet (orig r5996):  ribasushi | 2009-04-28 02:35:31 -0700
Bogus test dependency
r6003@mullet (orig r6002):  arcanez | 2009-04-28 13:20:42 -0700
fix for columns => [ ... ] issue
r6014@mullet (orig r6013):  arcanez | 2009-04-28 16:16:48 -0700
test for prefetch by columns
r6016@mullet (orig r6015):  ribasushi | 2009-04-29 01:22:16 -0700
test and patch for failing mini-prefetch via columns (arcanez++)
r6017@mullet (orig r6016):  ribasushi | 2009-04-29 01:23:25 -0700
Add two TODOs by arcanez (not sure about those)
r6018@mullet (orig r6017):  ribasushi | 2009-04-29 01:24:20 -0700
Add TODOs illustrating a problem with as_query
r6019@mullet (orig r6018):  arcanez | 2009-04-29 05:47:03 -0700
untodo/fix test
r6020@mullet (orig r6019):  ribasushi | 2009-04-29 06:39:27 -0700
Strip out inane todo
r6021@mullet (orig r6020):  ribasushi | 2009-04-29 06:40:03 -0700
Forgotten debugging
r6022@mullet (orig r6021):  ribasushi | 2009-04-29 06:41:37 -0700
Fixes to massive breakage introduced by 5948  ribasushi--
r6023@mullet (orig r6022):  ribasushi | 2009-04-29 06:47:23 -0700
Changes
r6024@mullet (orig r6023):  jasonmay | 2009-04-29 08:18:11 -0700
allow multiple classless sources to be registered without dying

r6025@mullet (orig r6024):  jasonmay | 2009-04-29 09:47:26 -0700
add jasonmay to list of contributors

r6034@mullet (orig r6033):  ribasushi | 2009-04-29 23:53:51 -0700
Add tests for r6002
r6036@mullet (orig r6035):  ribasushi | 2009-04-30 01:12:23 -0700
Revert addition of superficial relationship in r5886
r6039@mullet (orig r6038):  ribasushi | 2009-04-30 01:28:04 -0700
Release 0.08102

15 years agoremove DBIx::Class::Storage::DBI::MultiDistinctEmulation
Justin Hunter [Sat, 2 May 2009 01:33:47 +0000]
remove DBIx::Class::Storage::DBI::MultiDistinctEmulation

15 years agomore fixes to tests
Justin Hunter [Sat, 2 May 2009 01:20:04 +0000]
more fixes to tests

15 years agoremove hackish ways
Justin Hunter [Sat, 2 May 2009 00:33:49 +0000]
remove hackish ways

15 years agomake sure merge bind
Justin Hunter [Fri, 1 May 2009 17:37:04 +0000]
make sure merge bind
test for aformentioned
TODO count_joined test for a little while

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

15 years agofixes for MSSQL via Sybase
Justin Hunter [Thu, 30 Apr 2009 21:05:24 +0000]
fixes for MSSQL via Sybase

15 years agoRelease 0.08102 v0.08102
Peter Rabbitson [Thu, 30 Apr 2009 08:28:04 +0000]
Release 0.08102

15 years agojump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase
Justin Hunter [Thu, 30 Apr 2009 08:27:11 +0000]
jump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase

15 years agobranch to work on Sybase/MSSQL subtleties
Justin Hunter [Thu, 30 Apr 2009 08:24:41 +0000]
branch to work on Sybase/MSSQL subtleties

15 years agoRevert addition of superficial relationship in r5886
Peter Rabbitson [Thu, 30 Apr 2009 08:12:23 +0000]
Revert addition of superficial relationship in r5886

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

15 years agoAdd tests for r6002
Peter Rabbitson [Thu, 30 Apr 2009 06:53:51 +0000]
Add tests for r6002

15 years agoadd jasonmay to list of contributors
Jason May [Wed, 29 Apr 2009 16:47:26 +0000]
add jasonmay to list of contributors

15 years agoallow multiple classless sources to be registered without dying
Jason May [Wed, 29 Apr 2009 15:18:11 +0000]
allow multiple classless sources to be registered without dying

15 years agoChanges
Peter Rabbitson [Wed, 29 Apr 2009 13:47:23 +0000]
Changes

15 years agoFixes to massive breakage introduced by 5948 ribasushi--
Peter Rabbitson [Wed, 29 Apr 2009 13:41:37 +0000]
Fixes to massive breakage introduced by 5948  ribasushi--

15 years agoForgotten debugging
Peter Rabbitson [Wed, 29 Apr 2009 13:40:03 +0000]
Forgotten debugging

15 years agoStrip out inane todo
Peter Rabbitson [Wed, 29 Apr 2009 13:39:27 +0000]
Strip out inane todo

15 years agountodo/fix test
Justin Hunter [Wed, 29 Apr 2009 12:47:03 +0000]
untodo/fix test

15 years agoAdd TODOs illustrating a problem with as_query
Peter Rabbitson [Wed, 29 Apr 2009 08:24:20 +0000]
Add TODOs illustrating a problem with as_query

15 years agoAdd two TODOs by arcanez (not sure about those)
Peter Rabbitson [Wed, 29 Apr 2009 08:23:25 +0000]
Add two TODOs by arcanez (not sure about those)

15 years agotest and patch for failing mini-prefetch via columns (arcanez++)
Peter Rabbitson [Wed, 29 Apr 2009 08:22:16 +0000]
test and patch for failing mini-prefetch via columns (arcanez++)

15 years agotest for prefetch by columns
Justin Hunter [Tue, 28 Apr 2009 23:16:48 +0000]
test for prefetch by columns

15 years agofix for columns => [ ... ] issue
Justin Hunter [Tue, 28 Apr 2009 20:20:42 +0000]
fix for columns => [ ... ] issue

15 years agoBogus test dependency
Peter Rabbitson [Tue, 28 Apr 2009 09:35:31 +0000]
Bogus test dependency

15 years agoFix a todo and some minor test adjustments
Peter Rabbitson [Tue, 28 Apr 2009 09:12:33 +0000]
Fix a todo and some minor test adjustments

15 years agochange from DB::Schema to My::Schema
Justin Hunter [Tue, 28 Apr 2009 07:05:53 +0000]
change from DB::Schema to My::Schema
add ::Result:: as necessary (load_namespaces instead of load_classes)

15 years agoRelease 0.08101 v0.08101
Peter Rabbitson [Mon, 27 Apr 2009 09:11:15 +0000]
Release 0.08101

15 years agoMore AUTHOR dependencies pulled from Replicated.pm
Peter Rabbitson [Mon, 27 Apr 2009 08:14:38 +0000]
More AUTHOR dependencies pulled from Replicated.pm
Up MI version to 0.79 (not going further as auto_install is broken again, need a permanent solution)
Reorder configure_requires() as per Alias
Remove Meta_TupleKeys munging as per Alias

15 years agoWhops, we don't exit under win32
Peter Rabbitson [Mon, 27 Apr 2009 08:05:43 +0000]
Whops, we don't exit under win32

15 years agoRefactor the (almost obsolete) DBD::SQLite check not to fork() within win32
Peter Rabbitson [Mon, 27 Apr 2009 08:03:58 +0000]
Refactor the (almost obsolete) DBD::SQLite check not to fork() within win32

15 years agoDocs on using multiple db schemas (from abraxxa maybe, I forget)
Jess Robinson [Sat, 25 Apr 2009 09:59:28 +0000]
Docs on using multiple db schemas (from abraxxa maybe, I forget)
Docs on setting result_class from agaran

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