Peter Rabbitson [Fri, 15 May 2009 22:46:00 +0000]
Optimize some Ordered.pm code
Alexander Hartmaier [Fri, 15 May 2009 11:45:54 +0000]
added Static sub-classing DBIx::Class result classes section to the cookbook
Rafael Kitover [Fri, 15 May 2009 02:04:12 +0000]
minor replication changes - use a real hash merge, clarify master_read_weight, really done with this now.
Peter Rabbitson [Thu, 14 May 2009 13:40:19 +0000]
Merge 'storage-tweaks' into 'trunk'
Peter Rabbitson [Thu, 14 May 2009 10:14:19 +0000]
Clarify test
Peter Rabbitson [Thu, 14 May 2009 10:12:44 +0000]
Sometimes _prepare_for_execute may not return a set of bind vars - guard against that
Peter Rabbitson [Wed, 13 May 2009 23:54:41 +0000]
join can be found without seen_join
Peter Rabbitson [Wed, 13 May 2009 23:41:31 +0000]
Better testing and heuristics for subqueried _cond_for_update_delete
Peter Rabbitson [Wed, 13 May 2009 01:06:42 +0000]
Fix _select_for_update/delete - bring back old code, use subqueries only when resultset attributes call for it
Peter Rabbitson [Wed, 13 May 2009 01:02:11 +0000]
fix bogus test
Peter Rabbitson [Tue, 12 May 2009 16:51:38 +0000]
Fix shot test
Peter Rabbitson [Tue, 12 May 2009 16:09:14 +0000]
Some more die/croak conversions
Justin Hunter [Tue, 12 May 2009 15:33:56 +0000]
Changes for count_distinct branch merge
Anders Nor Berle [Tue, 12 May 2009 15:17:09 +0000]
Test for failing code related to many to many in MySQL
Ron "Quinn" Straight [Tue, 12 May 2009 13:08:14 +0000]
Added synopsis of merged oracle-tweaks branch to Changes
Brian Cassidy [Tue, 12 May 2009 11:31:35 +0000]
added info to Changes from my DateTime::InflateColumn modifications
Peter Rabbitson [Tue, 12 May 2009 08:20:08 +0000]
Switch warn to carp and die to throw_exception where possible
Peter Rabbitson [Tue, 12 May 2009 07:54:37 +0000]
Rename m2m warn disable envvar
Peter Rabbitson [Tue, 12 May 2009 07:42:45 +0000]
Shuffle delete tests, and sanify the delete related ones
Peter Rabbitson [Tue, 12 May 2009 06:43:58 +0000]
Cleanup
Peter Rabbitson [Tue, 12 May 2009 13:12:50 +0000]
Merge 'oracle-tweaks' into 'trunk'
Peter Rabbitson [Tue, 12 May 2009 06:12:50 +0000]
Whops, forgotten post-merge 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
Peter Rabbitson [Tue, 12 May 2009 05:02:56 +0000]
Merge 'count_distinct' into 'trunk'
Peter Rabbitson [Tue, 12 May 2009 05:02:14 +0000]
Trying to untangle failing merge (whitespace change)
Justin Hunter [Mon, 11 May 2009 21:52:11 +0000]
oops
Justin Hunter [Mon, 11 May 2009 21:45:05 +0000]
make sure we get just a string
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
Justin Hunter [Mon, 11 May 2009 21:21:11 +0000]
use carp instead of warn
Justin Hunter [Mon, 11 May 2009 20:41:21 +0000]
warn/die based on { select => { distinct => { } } }
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.
Peter Rabbitson [Mon, 11 May 2009 10:50:54 +0000]
Change the makefile to test r6202
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
Peter Rabbitson [Sun, 10 May 2009 18:17:09 +0000]
No more 'I forgot to run perl Makefile.PL'
Peter Rabbitson [Sun, 10 May 2009 17:57:31 +0000]
Require DBICTest.pm in all tests even if it is not needed at all
Moritz Onken [Sun, 10 May 2009 15:37:16 +0000]
set_$rel accepts now a $link_vals hashref like add_to_$rel does
Rafael Kitover [Sat, 9 May 2009 13:46:55 +0000]
added postgres default port stuff to FAQ
Rafael Kitover [Sat, 9 May 2009 12:21:44 +0000]
::DBI::Replicated - don't build pool/balancer from connect_info unless necessary
Rafael Kitover [Sat, 9 May 2009 11:52:52 +0000]
updated Changes
Peter Rabbitson [Sat, 9 May 2009 11:07:13 +0000]
Merge 'trunk' into 'storage-tweaks'
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
Rafael Kitover [Sat, 9 May 2009 10:50:25 +0000]
::DBI::Replicated - fix fallback to master, test for the warning, other cleanups
Rafael Kitover [Sat, 9 May 2009 03:31:15 +0000]
::DBI::Replicated - add master_read_weight to ::Random balancer_type
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.
Justin Hunter [Sat, 9 May 2009 01:50:12 +0000]
rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
Peter Rabbitson [Fri, 8 May 2009 21:11:43 +0000]
Final count tests
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
Rafael Kitover [Fri, 8 May 2009 16:08:29 +0000]
support ::DBI::Replicated opts in connect_info
Peter Rabbitson [Fri, 8 May 2009 15:24:54 +0000]
Remove redundant var
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.
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
Peter Rabbitson [Fri, 8 May 2009 10:15:15 +0000]
Fix POD
Johannes Plunien [Fri, 8 May 2009 08:30:20 +0000]
Set NLS_LANG so we have a predictable date format when using MON
Peter Rabbitson [Fri, 8 May 2009 08:21:53 +0000]
Documentation patch by nniuq
Peter Rabbitson [Fri, 8 May 2009 08:13:30 +0000]
Throw away some debugging code
Peter Rabbitson [Thu, 7 May 2009 18:49:26 +0000]
Cookbook cleanup
Peter Rabbitson [Thu, 7 May 2009 17:53:30 +0000]
Adjust tests for the IN fixes
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
Peter Rabbitson [Thu, 7 May 2009 17:24:54 +0000]
Bump SQLA dependency so -in/-between workarounds overload properly
Peter Rabbitson [Thu, 7 May 2009 17:11:46 +0000]
Changes, remove merged branch
Peter Rabbitson [Thu, 7 May 2009 17:09:01 +0000]
Merge 'fix-update-and-delete-as_query' into 'trunk'
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)
Peter Rabbitson [Thu, 7 May 2009 17:00:48 +0000]
This test is completely borked, needs a rewrite
Peter Rabbitson [Thu, 7 May 2009 09:58:14 +0000]
Back out skip_parens support in as_query
Peter Rabbitson [Wed, 6 May 2009 22:56:40 +0000]
Rename internal function to clarify what it does
Justin Hunter [Wed, 6 May 2009 16:33:58 +0000]
fix old test using new bind vars (no more interpolating)
Peter Rabbitson [Wed, 6 May 2009 15:56:07 +0000]
TODOify sqla-dependent tests
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
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)
Rafael Kitover [Wed, 6 May 2009 13:29:39 +0000]
::DBI:Replicated - merge connect_info from master to replicants
Rafael Kitover [Wed, 6 May 2009 03:25:04 +0000]
Replicated - fixup types and namespace::clean
Rafael Kitover [Wed, 6 May 2009 03:13:56 +0000]
fix ::DBI::Replicated::all_storages
Ron "Quinn" Straight [Tue, 5 May 2009 13:11:49 +0000]
Added self to contributors; clarified comment on :ora_types imports.
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
Justin Hunter [Tue, 5 May 2009 07:27:13 +0000]
add a line to Changes and add a CAVEAT
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
Rafael Kitover [Mon, 4 May 2009 21:07:43 +0000]
::Replicated - test hashref for connect_replicants and croak on coderef, switch to MX::Types, make test less noisy
Rafael Kitover [Mon, 4 May 2009 18:07:47 +0000]
support hashrefs for connect_replicants
Ron "Quinn" Straight [Mon, 4 May 2009 02:03:28 +0000]
Re-added last_updated_at to create table statement.
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.
Johannes Plunien [Sun, 3 May 2009 09:13:48 +0000]
Using "is" instead of "cmp_ok"
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!
Peter Rabbitson [Sun, 3 May 2009 08:23:28 +0000]
Bump 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
Ron "Quinn" Straight [Sun, 3 May 2009 01:52:29 +0000]
Support for saving CLOB and BLOB types in Oracle.
Peter Rabbitson [Sun, 3 May 2009 00:00:19 +0000]
Failing 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
Johannes Plunien [Sat, 2 May 2009 19:11:40 +0000]
Failing testcase for using subselect (as_query)
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
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
Justin Hunter [Sat, 2 May 2009 01:33:47 +0000]
remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
Justin Hunter [Sat, 2 May 2009 01:20:04 +0000]
more fixes to tests
Justin Hunter [Sat, 2 May 2009 00:33:49 +0000]
remove hackish ways
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
Justin Hunter [Fri, 1 May 2009 06:41:34 +0000]
cleanup/fix some broken tests
Justin Hunter [Thu, 30 Apr 2009 21:05:24 +0000]
fixes for MSSQL via Sybase
Peter Rabbitson [Thu, 30 Apr 2009 08:28:04 +0000]
Release 0.08102
Justin Hunter [Thu, 30 Apr 2009 08:27:11 +0000]
jump to ::DBI::Sybase::MSSQL if we are using MSSQL through Sybase
Justin Hunter [Thu, 30 Apr 2009 08:24:41 +0000]
branch to work on Sybase/MSSQL subtleties
Peter Rabbitson [Thu, 30 Apr 2009 08:12:23 +0000]
Revert addition of superficial relationship in r5886
Peter Rabbitson [Thu, 30 Apr 2009 07:10:36 +0000]
Add joined count test