Peter Rabbitson [Tue, 30 Jun 2009 07:53:27 +0000]
Some fixes after review
Peter Rabbitson [Mon, 29 Jun 2009 23:13:49 +0000]
Make sure storage classes use c3, just like the rest of dbic (tested on 5.8 as well)
Peter Rabbitson [Mon, 29 Jun 2009 20:21:24 +0000]
Merge 'trunk' into 'mssql_top_fixes'
r6753@Thesaurus (orig r6752): ribasushi | 2009-06-21 09:00:21 +0200
Clenaup text
r6754@Thesaurus (orig r6753): ribasushi | 2009-06-21 14:37:56 +0200
make_column_dirty fix
r6756@Thesaurus (orig r6755): ribasushi | 2009-06-21 23:12:40 +0200
Fix borked test
r6764@Thesaurus (orig r6763): ribasushi | 2009-06-23 10:33:59 +0200
Real inheritance ordering for load_namespaces
r6772@Thesaurus (orig r6771): ribasushi | 2009-06-23 16:46:18 +0200
Move tests around, add extra has_one relationship
r6773@Thesaurus (orig r6772): caelum | 2009-06-23 18:36:22 +0200
add missing ' to doc
r6781@Thesaurus (orig r6780): ribasushi | 2009-06-24 11:08:02 +0200
Properly name the relinfo variable
r6782@Thesaurus (orig r6781): ribasushi | 2009-06-24 12:12:49 +0200
find_related fix for single-type relationships
r6783@Thesaurus (orig r6782): nigel | 2009-06-24 17:28:33 +0200
r11786@hex: nigel | 2009-06-24 16:27:58 +0100
Fixed set_$rel with where restriction deleting rows outside the restriction
r6784@Thesaurus (orig r6783): nigel | 2009-06-24 17:47:31 +0200
r11788@hex: nigel | 2009-06-24 16:47:04 +0100
Rework of set_$rel patch with less obfuscation
r6789@Thesaurus (orig r6788): ribasushi | 2009-06-25 09:19:10 +0200
Commit test inspired by joel - it seemingly fails on Mac?
r6790@Thesaurus (orig r6789): ribasushi | 2009-06-25 11:04:26 +0200
Minor cleanups
r6793@Thesaurus (orig r6792): teejay | 2009-06-26 14:43:05 +0200
normalised artist_id, and plural relationships to plural names making use of alias/relname less ambiguous than relname/tablename being the same, also added a little more info on joining/relationships
r6794@Thesaurus (orig r6793): tomboh | 2009-06-26 15:25:19 +0200
Documentation fix:
- timezone is no longer an extra setting
- fix a typo of 'subsequently'
r6795@Thesaurus (orig r6794): gphat | 2009-06-26 16:33:35 +0200
Fix typo in ResultSet docs
r6803@Thesaurus (orig r6802): ribasushi | 2009-06-27 12:39:03 +0200
Todoified (unsolvable) test from RT#42466
r6804@Thesaurus (orig r6803): ribasushi | 2009-06-27 12:52:26 +0200
POD patch from RT#46808
r6805@Thesaurus (orig r6804): ribasushi | 2009-06-27 13:59:03 +0200
Adjust sqlt schema parser to add tables in FK dependency order
r6806@Thesaurus (orig r6805): ribasushi | 2009-06-27 14:08:35 +0200
Bump author SQLT dependency for early developer testing
Regenerate SQLite schema with new parser/sqlt
Use throw_exception in lieu of plain die when possible
r6813@Thesaurus (orig r6812): castaway | 2009-06-28 06:11:08 +0200
Tests for grouping with prefetch
r6820@Thesaurus (orig r6819): ribasushi | 2009-06-28 13:00:03 +0200
The prefetch+group_by is a complex problem - branch
r6844@Thesaurus (orig r6843): abraxxa | 2009-06-29 11:02:17 +0200
fixed typo in test
r6848@Thesaurus (orig r6847): ribasushi | 2009-06-29 19:09:00 +0200
Minor Ordered optimization (don't use count)
Peter Rabbitson [Mon, 29 Jun 2009 17:09:00 +0000]
Minor Ordered optimization (don't use count)
Alexander Hartmaier [Mon, 29 Jun 2009 09:02:17 +0000]
fixed typo in test
Peter Rabbitson [Sun, 28 Jun 2009 11:00:03 +0000]
The prefetch+group_by is a complex problem - branch
Jess Robinson [Sun, 28 Jun 2009 04:11:08 +0000]
Tests for grouping with prefetch
Peter Rabbitson [Sat, 27 Jun 2009 12:08:35 +0000]
Bump author SQLT dependency for early developer testing
Regenerate SQLite schema with new parser/sqlt
Use throw_exception in lieu of plain die when possible
Peter Rabbitson [Sat, 27 Jun 2009 11:59:03 +0000]
Adjust sqlt schema parser to add tables in FK dependency order
Peter Rabbitson [Sat, 27 Jun 2009 10:52:26 +0000]
POD patch from RT#46808
Peter Rabbitson [Sat, 27 Jun 2009 10:39:03 +0000]
Todoified (unsolvable) test from RT#42466
Cory G Watson [Fri, 26 Jun 2009 14:33:35 +0000]
Fix typo in ResultSet docs
Tom Hukins [Fri, 26 Jun 2009 13:25:19 +0000]
Documentation fix:
- timezone is no longer an extra setting
- fix a typo of 'subsequently'
Aaron Trevena [Fri, 26 Jun 2009 12:43:05 +0000]
normalised artist_id, and plural relationships to plural names making use of alias/relname less ambiguous than relname/tablename being the same, also added a little more info on joining/relationships
Peter Rabbitson [Thu, 25 Jun 2009 09:04:26 +0000]
Minor cleanups
Peter Rabbitson [Thu, 25 Jun 2009 07:19:10 +0000]
Commit test inspired by joel - it seemingly fails on Mac?
Nigel Metheringham [Wed, 24 Jun 2009 21:47:04 +0000]
Rework of set_$rel patch with less obfuscation
Nigel Metheringham [Wed, 24 Jun 2009 21:27:58 +0000]
Fixed set_$rel with where restriction deleting rows outside the restriction
Peter Rabbitson [Wed, 24 Jun 2009 10:12:49 +0000]
find_related fix for single-type relationships
Peter Rabbitson [Wed, 24 Jun 2009 09:08:02 +0000]
Properly name the relinfo variable
Rafael Kitover [Tue, 23 Jun 2009 16:36:22 +0000]
add missing ' to doc
Peter Rabbitson [Tue, 23 Jun 2009 14:46:18 +0000]
Move tests around, add extra has_one relationship
Peter Rabbitson [Tue, 23 Jun 2009 08:33:59 +0000]
Real inheritance ordering for load_namespaces
Peter Rabbitson [Sun, 21 Jun 2009 21:12:40 +0000]
Fix borked test
Peter Rabbitson [Sun, 21 Jun 2009 13:21:23 +0000]
Groundwork for sanification of the toplimit test
Peter Rabbitson [Sun, 21 Jun 2009 12:37:56 +0000]
make_column_dirty fix
Peter Rabbitson [Sun, 21 Jun 2009 07:00:21 +0000]
Clenaup text
Peter Rabbitson [Sun, 21 Jun 2009 06:54:00 +0000]
Make sure quoting works
Peter Rabbitson [Sat, 20 Jun 2009 22:42:18 +0000]
That should be all
Peter Rabbitson [Sat, 20 Jun 2009 22:22:23 +0000]
whoops
Peter Rabbitson [Sat, 20 Jun 2009 22:18:33 +0000]
Now really final
Peter Rabbitson [Sat, 20 Jun 2009 22:01:54 +0000]
Really fix tests
Peter Rabbitson [Sat, 20 Jun 2009 22:01:09 +0000]
Really fix tests
Peter Rabbitson [Sat, 20 Jun 2009 21:53:55 +0000]
Test and merge fixes
Peter Rabbitson [Sat, 20 Jun 2009 21:35:12 +0000]
Merge 'trunk' into 'mssql_top_fixes'
r6734@Thesaurus (orig r6733): ribasushi | 2009-06-20 10:16:02 +0200
todoify skip
r6736@Thesaurus (orig r6735): ribasushi | 2009-06-20 12:37:52 +0200
Clarify test
r6740@Thesaurus (orig r6739): ribasushi | 2009-06-20 15:22:06 +0200
Disambiguate populate() return
r6743@Thesaurus (orig r6742): ribasushi | 2009-06-20 23:30:23 +0200
r6737@Thesaurus (orig r6736): ribasushi | 2009-06-20 12:39:34 +0200
new branch to streamline count() and introduce count_rs()
r6738@Thesaurus (orig r6737): ribasushi | 2009-06-20 12:44:09 +0200
Add count_rs, move the code back from DBI - leave only sql specific hooks
r6739@Thesaurus (orig r6738): ribasushi | 2009-06-20 12:54:11 +0200
Test count_rs
r6742@Thesaurus (orig r6741): ribasushi | 2009-06-20 23:30:10 +0200
More tests and a really working count_rs
Peter Rabbitson [Sat, 20 Jun 2009 21:30:23 +0000]
Merge 'count_rs' into 'trunk'
r6737@Thesaurus (orig r6736): ribasushi | 2009-06-20 12:39:34 +0200
new branch to streamline count() and introduce count_rs()
r6738@Thesaurus (orig r6737): ribasushi | 2009-06-20 12:44:09 +0200
Add count_rs, move the code back from DBI - leave only sql specific hooks
r6739@Thesaurus (orig r6738): ribasushi | 2009-06-20 12:54:11 +0200
Test count_rs
r6742@Thesaurus (orig r6741): ribasushi | 2009-06-20 23:30:10 +0200
More tests and a really working count_rs
Peter Rabbitson [Sat, 20 Jun 2009 21:30:10 +0000]
More tests and a really working count_rs
Peter Rabbitson [Sat, 20 Jun 2009 13:22:06 +0000]
Disambiguate populate() return
Peter Rabbitson [Sat, 20 Jun 2009 10:54:11 +0000]
Test count_rs
Peter Rabbitson [Sat, 20 Jun 2009 10:44:09 +0000]
Add count_rs, move the code back from DBI - leave only sql specific hooks
Peter Rabbitson [Sat, 20 Jun 2009 10:37:52 +0000]
Clarify test
Peter Rabbitson [Sat, 20 Jun 2009 08:34:42 +0000]
Maybe I've nailed it
Peter Rabbitson [Sat, 20 Jun 2009 08:16:02 +0000]
todoify skip
Peter Rabbitson [Fri, 19 Jun 2009 17:55:47 +0000]
augment inheritance
Peter Rabbitson [Fri, 19 Jun 2009 17:49:40 +0000]
fix eol
Peter Rabbitson [Fri, 19 Jun 2009 17:49:27 +0000]
Merge badness
Peter Rabbitson [Fri, 19 Jun 2009 16:41:45 +0000]
Merge 'trunk' into 'mssql_top_fixes'
r6690@Thesaurus (orig r6689): timbunce | 2009-06-16 15:06:07 +0200
Removed wording from txn_do that implies the coderef could be executed more than once.
r6691@Thesaurus (orig r6690): timbunce | 2009-06-16 15:14:23 +0200
Added doc note that txn_commit does not perform an actual storage commit unless
there's a DBIx::Class transaction currently in effect
r6692@Thesaurus (orig r6691): timbunce | 2009-06-16 15:40:11 +0200
Reverted doc patch r6689 for now, sadly. I'll open a ticket to explain.
r6694@Thesaurus (orig r6693): ribasushi | 2009-06-16 17:22:59 +0200
Fix possible regression with prefetch select resolution
r6699@Thesaurus (orig r6698): wintrmute | 2009-06-17 10:32:30 +0200
Replace vague language around whether load_classes/namespaces is preferred,
with an explanation that load_namespaces() is generally preferred, and explain
when load_classes is appropriate.
r6702@Thesaurus (orig r6701): caelum | 2009-06-17 19:50:47 +0200
fix page with offset bug
r6704@Thesaurus (orig r6703): ribasushi | 2009-06-18 08:40:18 +0200
Cleanup attribute handling - I deal with resolved attributes throughout, no point in complicating things further
r6705@Thesaurus (orig r6704): abraxxa | 2009-06-18 12:30:01 +0200
added test for nested has_many prefetch without entries
r6707@Thesaurus (orig r6706): ribasushi | 2009-06-18 12:43:36 +0200
HRI fix
r6708@Thesaurus (orig r6707): ribasushi | 2009-06-18 14:05:42 +0200
wtf
r6714@Thesaurus (orig r6713): caelum | 2009-06-19 01:03:01 +0200
fix broken link in manual
r6726@Thesaurus (orig r6725): ribasushi | 2009-06-19 17:25:19 +0200
r6706@Thesaurus (orig r6705): ribasushi | 2009-06-18 12:30:08 +0200
Branch to attempt prefetch with limit fix
r6709@Thesaurus (orig r6708): ribasushi | 2009-06-18 15:54:38 +0200
This seems to be the prefetch+limit fix - ugly as hell but appears to work
r6710@Thesaurus (orig r6709): ribasushi | 2009-06-18 16:13:31 +0200
More comments
r6717@Thesaurus (orig r6716): ribasushi | 2009-06-19 15:39:43 +0200
single() throws with has_many prefetch
r6718@Thesaurus (orig r6717): ribasushi | 2009-06-19 15:40:38 +0200
Rename test
r6719@Thesaurus (orig r6718): ribasushi | 2009-06-19 15:44:26 +0200
cleanup svn attrs
r6720@Thesaurus (orig r6719): ash | 2009-06-19 16:31:11 +0200
Add extra test for prefetch+has_many
r6721@Thesaurus (orig r6720): ribasushi | 2009-06-19 16:33:49 +0200
no need to slice as use_prefetch already has a limit
r6722@Thesaurus (orig r6721): ribasushi | 2009-06-19 16:36:08 +0200
throw in an extra limit, sophisticate test a bit
r6723@Thesaurus (orig r6722): ribasushi | 2009-06-19 16:36:54 +0200
Fix the fix
r6725@Thesaurus (orig r6724): ribasushi | 2009-06-19 17:24:23 +0200
Fix dubious optimization
Peter Rabbitson [Fri, 19 Jun 2009 15:25:19 +0000]
Merge 'prefetch_limit' into 'trunk'
r6706@Thesaurus (orig r6705): ribasushi | 2009-06-18 12:30:08 +0200
Branch to attempt prefetch with limit fix
r6709@Thesaurus (orig r6708): ribasushi | 2009-06-18 15:54:38 +0200
This seems to be the prefetch+limit fix - ugly as hell but appears to work
r6710@Thesaurus (orig r6709): ribasushi | 2009-06-18 16:13:31 +0200
More comments
r6717@Thesaurus (orig r6716): ribasushi | 2009-06-19 15:39:43 +0200
single() throws with has_many prefetch
r6718@Thesaurus (orig r6717): ribasushi | 2009-06-19 15:40:38 +0200
Rename test
r6719@Thesaurus (orig r6718): ribasushi | 2009-06-19 15:44:26 +0200
cleanup svn attrs
r6720@Thesaurus (orig r6719): ash | 2009-06-19 16:31:11 +0200
Add extra test for prefetch+has_many
r6721@Thesaurus (orig r6720): ribasushi | 2009-06-19 16:33:49 +0200
no need to slice as use_prefetch already has a limit
r6722@Thesaurus (orig r6721): ribasushi | 2009-06-19 16:36:08 +0200
throw in an extra limit, sophisticate test a bit
r6723@Thesaurus (orig r6722): ribasushi | 2009-06-19 16:36:54 +0200
Fix the fix
r6725@Thesaurus (orig r6724): ribasushi | 2009-06-19 17:24:23 +0200
Fix dubious optimization
Peter Rabbitson [Fri, 19 Jun 2009 15:24:23 +0000]
Fix dubious optimization
Peter Rabbitson [Fri, 19 Jun 2009 14:36:54 +0000]
Fix the fix
Peter Rabbitson [Fri, 19 Jun 2009 14:36:08 +0000]
throw in an extra limit, sophisticate test a bit
Peter Rabbitson [Fri, 19 Jun 2009 14:33:49 +0000]
no need to slice as use_prefetch already has a limit
Ash Berlin [Fri, 19 Jun 2009 14:31:11 +0000]
Add extra test for prefetch+has_many
Peter Rabbitson [Fri, 19 Jun 2009 13:44:26 +0000]
cleanup svn attrs
Peter Rabbitson [Fri, 19 Jun 2009 13:40:38 +0000]
Rename test
Peter Rabbitson [Fri, 19 Jun 2009 13:39:43 +0000]
single() throws with has_many prefetch
Rafael Kitover [Thu, 18 Jun 2009 23:03:01 +0000]
fix broken link in manual
Peter Rabbitson [Thu, 18 Jun 2009 14:17:05 +0000]
Merge 'trunk' into 'prefetch_limit'
r6705@Thesaurus (orig r6704): abraxxa | 2009-06-18 12:30:01 +0200
added test for nested has_many prefetch without entries
r6707@Thesaurus (orig r6706): ribasushi | 2009-06-18 12:43:36 +0200
HRI fix
r6708@Thesaurus (orig r6707): ribasushi | 2009-06-18 14:05:42 +0200
wtf
Peter Rabbitson [Thu, 18 Jun 2009 14:13:31 +0000]
More comments
Peter Rabbitson [Thu, 18 Jun 2009 13:54:38 +0000]
This seems to be the prefetch+limit fix - ugly as hell but appears to work
Peter Rabbitson [Thu, 18 Jun 2009 12:05:42 +0000]
wtf
Peter Rabbitson [Thu, 18 Jun 2009 10:43:36 +0000]
HRI fix
Alexander Hartmaier [Thu, 18 Jun 2009 10:30:01 +0000]
added test for nested has_many prefetch without entries
Peter Rabbitson [Thu, 18 Jun 2009 06:40:18 +0000]
Cleanup attribute handling - I deal with resolved attributes throughout, no point in complicating things further
Rafael Kitover [Wed, 17 Jun 2009 17:50:47 +0000]
fix page with offset bug
Toby Corkindale [Wed, 17 Jun 2009 08:32:30 +0000]
Replace vague language around whether load_classes/namespaces is preferred,
with an explanation that load_namespaces() is generally preferred, and explain
when load_classes is appropriate.
Peter Rabbitson [Wed, 17 Jun 2009 00:31:37 +0000]
Half way working stuff, needs a LOT of tweaking still
Peter Rabbitson [Tue, 16 Jun 2009 15:22:59 +0000]
Fix possible regression with prefetch select resolution
Tim Bunce [Tue, 16 Jun 2009 13:40:11 +0000]
Reverted doc patch r6689 for now, sadly. I'll open a ticket to explain.
Tim Bunce [Tue, 16 Jun 2009 13:14:23 +0000]
Added doc note that txn_commit does not perform an actual storage commit unless
there's a DBIx::Class transaction currently in effect
Tim Bunce [Tue, 16 Jun 2009 13:06:07 +0000]
Removed wording from txn_do that implies the coderef could be executed more than once.
Peter Rabbitson [Mon, 15 Jun 2009 16:10:26 +0000]
make all resolved attrs visible to sqla
Peter Rabbitson [Mon, 15 Jun 2009 15:53:16 +0000]
Merge 'trunk' into 'mssql_top_fixes'
r6636@Thesaurus (orig r6635): ribasushi | 2009-06-11 21:29:10 +0200
Release 0.08105
r6637@Thesaurus (orig r6636): frew | 2009-06-11 22:02:11 +0200
Escape filename so that t\9... won't look like octal
r6638@Thesaurus (orig r6637): ribasushi | 2009-06-11 22:09:55 +0200
Adjust tests for the DT::F::MySQL -> DT::F::SQLite change
r6639@Thesaurus (orig r6638): arcanez | 2009-06-11 22:29:53 +0200
cookbook tweak for count distinct
r6640@Thesaurus (orig r6639): ribasushi | 2009-06-11 23:39:12 +0200
Factor out as_query properly
r6641@Thesaurus (orig r6640): ribasushi | 2009-06-11 23:50:41 +0200
Release 0.08106
r6643@Thesaurus (orig r6642): caelum | 2009-06-12 01:48:28 +0200
add support for DBICTEST_MSSQL_PERL5LIB to 74mssql.t
r6648@Thesaurus (orig r6647): timbunce | 2009-06-12 16:27:38 +0200
Added reference to get_inflated_columns in get_columns docs.
r6662@Thesaurus (orig r6661): ribasushi | 2009-06-13 17:56:54 +0200
Test resultset serialization as well
r6663@Thesaurus (orig r6662): ribasushi | 2009-06-13 18:08:14 +0200
local()ize sqla for in the right place
r6664@Thesaurus (orig r6663): ribasushi | 2009-06-13 18:10:22 +0200
Do not use raw sources in {from} - proxy via source handles
r6666@Thesaurus (orig r6665): ribasushi | 2009-06-13 19:31:55 +0200
really local()ize for as the author intended
r6667@Thesaurus (orig r6666): michaelr | 2009-06-14 00:23:15 +0200
Added documentation for from => $rs->as_query
r6668@Thesaurus (orig r6667): caelum | 2009-06-14 01:20:02 +0200
fix master debug output for ::Replicated
r6669@Thesaurus (orig r6668): ribasushi | 2009-06-14 10:22:28 +0200
Release 0.08107
r6671@Thesaurus (orig r6670): ribasushi | 2009-06-14 11:00:35 +0200
Lapse in copy() docs
r6673@Thesaurus (orig r6672): ribasushi | 2009-06-14 11:33:22 +0200
Forgotten piece of as_query refactor
r6683@Thesaurus (orig r6682): timbunce | 2009-06-15 16:30:21 +0200
Added note that column inflation is not performed
Arthur Axel "fREW" Schmidt [Mon, 15 Jun 2009 14:49:00 +0000]
failing test
Tim Bunce [Mon, 15 Jun 2009 14:30:21 +0000]
Added note that column inflation is not performed
Peter Rabbitson [Sun, 14 Jun 2009 09:33:22 +0000]
Forgotten piece of as_query refactor
Peter Rabbitson [Sun, 14 Jun 2009 09:00:35 +0000]
Lapse in copy() docs
Peter Rabbitson [Sun, 14 Jun 2009 08:22:28 +0000]
Release 0.08107
Rafael Kitover [Sat, 13 Jun 2009 23:20:02 +0000]
fix master debug output for ::Replicated
Michael Reddick [Sat, 13 Jun 2009 22:23:15 +0000]
Added documentation for from => $rs->as_query
Peter Rabbitson [Sat, 13 Jun 2009 17:31:55 +0000]
really local()ize for as the author intended
Peter Rabbitson [Sat, 13 Jun 2009 16:10:22 +0000]
Do not use raw sources in {from} - proxy via source handles
Peter Rabbitson [Sat, 13 Jun 2009 16:08:14 +0000]
local()ize sqla for in the right place
Peter Rabbitson [Sat, 13 Jun 2009 15:56:54 +0000]
Test resultset serialization as well
Arthur Axel "fREW" Schmidt [Fri, 12 Jun 2009 15:34:13 +0000]
silly warns.
Arthur Axel "fREW" Schmidt [Fri, 12 Jun 2009 15:26:53 +0000]
Insert Identity works!
Arthur Axel "fREW" Schmidt [Fri, 12 Jun 2009 15:13:32 +0000]
Now I just need to check if the actual values are set...
Tim Bunce [Fri, 12 Jun 2009 14:27:38 +0000]
Added reference to get_inflated_columns in get_columns docs.
Rafael Kitover [Thu, 11 Jun 2009 23:48:28 +0000]
add support for DBICTEST_MSSQL_PERL5LIB to 74mssql.t
Peter Rabbitson [Thu, 11 Jun 2009 21:50:41 +0000]
Release 0.08106
Peter Rabbitson [Thu, 11 Jun 2009 21:39:12 +0000]
Factor out as_query properly
Justin Hunter [Thu, 11 Jun 2009 20:29:53 +0000]
cookbook tweak for count distinct
Peter Rabbitson [Thu, 11 Jun 2009 20:09:55 +0000]
Adjust tests for the DT::F::MySQL -> DT::F::SQLite change
Arthur Axel "fREW" Schmidt [Thu, 11 Jun 2009 20:02:11 +0000]
Escape filename so that t\9... won't look like octal
Peter Rabbitson [Thu, 11 Jun 2009 19:29:10 +0000]
Release 0.08105
Arthur Axel "fREW" Schmidt [Thu, 11 Jun 2009 18:12:38 +0000]
updated _resolve_column_source to _resolve_column_info as per ribasushi's suggestion
Arthur Axel "fREW" Schmidt [Thu, 11 Jun 2009 17:40:11 +0000]
Use new _resolve_column_sources method and begin insert_bulk method
Arthur Axel "fREW" Schmidt [Thu, 11 Jun 2009 17:39:00 +0000]
general function to go from column names and ident to result source
Peter Rabbitson [Thu, 11 Jun 2009 16:26:40 +0000]
Merge 'trunk' into 'mssql_top_fixes'
r6557@Thesaurus (orig r6556): ash | 2009-06-09 12:20:34 +0200
Addjust bug to show problem with rows => 1 + child rel
r6558@Thesaurus (orig r6557): ribasushi | 2009-06-09 13:12:46 +0200
Require a recent bugfixed Devel::Cycle
r6560@Thesaurus (orig r6559): ash | 2009-06-09 15:07:30 +0200
Make IC::DT extra warning state the column name too
r6575@Thesaurus (orig r6574): ribasushi | 2009-06-10 00:19:48 +0200
AuthorCheck fixes
r6579@Thesaurus (orig r6578): ribasushi | 2009-06-10 00:52:17 +0200
r6522@Thesaurus (orig r6521): ribasushi | 2009-06-05 19:27:55 +0200
New branch to try resultsource related stuff
r6545@Thesaurus (orig r6544): ribasushi | 2009-06-08 13:00:54 +0200
First stab at adding resultsources to each join in select - works won-der-ful-ly
r6546@Thesaurus (orig r6545): ribasushi | 2009-06-08 13:14:08 +0200
Commit failing test and thoughts on search arg deflation
r6576@Thesaurus (orig r6575): ribasushi | 2009-06-10 00:31:55 +0200
Todoify DT in search deflation test until after 0.09
r6577@Thesaurus (orig r6576): ribasushi | 2009-06-10 00:48:07 +0200
Factor out the $ident resolver
r6581@Thesaurus (orig r6580): ribasushi | 2009-06-10 01:21:50 +0200
Move as_query out of the cursor
r6582@Thesaurus (orig r6581): ribasushi | 2009-06-10 01:27:19 +0200
Think before commit
r6583@Thesaurus (orig r6582): ribasushi | 2009-06-10 09:37:19 +0200
Clarify and disable rows/prefetch test - fix is easy, but architecturally unsound - need more time
r6591@Thesaurus (orig r6590): ribasushi | 2009-06-10 13:33:37 +0200
r6544@Thesaurus (orig r6543): ribasushi | 2009-06-08 11:44:59 +0200
Attempt to figure out why do we repeat joins on complex search_related
r6586@Thesaurus (orig r6585): ribasushi | 2009-06-10 11:22:05 +0200
Move the rs preservation test to a more suitable place
r6589@Thesaurus (orig r6588): ribasushi | 2009-06-10 13:15:48 +0200
Finally commit trully failing test
r6590@Thesaurus (orig r6589): ribasushi | 2009-06-10 13:33:14 +0200
Duh, this was a pretty simple bug
r6593@Thesaurus (orig r6592): ribasushi | 2009-06-10 13:43:31 +0200
What was I thinking - resultsource does not have an ->alias
r6598@Thesaurus (orig r6597): ribasushi | 2009-06-10 14:48:39 +0200
Adjust changelog
r6601@Thesaurus (orig r6600): ribasushi | 2009-06-10 15:50:43 +0200
Release 0.08104
r6615@Thesaurus (orig r6614): ribasushi | 2009-06-11 14:29:48 +0200
Move around inflation tests
r6616@Thesaurus (orig r6615): ribasushi | 2009-06-11 14:32:07 +0200
explicitly remove manifest on author mode make
r6617@Thesaurus (orig r6616): ribasushi | 2009-06-11 15:02:41 +0200
IC::DT changes:
Switch SQLite storage to DT::F::SQLite
Fix exception when undef_if_invalid and timezone are both set on a column
Split t/89inflate_datetime into separate tests
Adjust makefile author dependencies
r6618@Thesaurus (orig r6617): ribasushi | 2009-06-11 15:07:41 +0200
Move file_column test to inflate/ too
r6621@Thesaurus (orig r6620): ribasushi | 2009-06-11 16:16:20 +0200
r5713@Thesaurus (orig r5712): ribasushi | 2009-03-08 23:53:28 +0100
Branch for datatype-aware updates
r6604@Thesaurus (orig r6603): ribasushi | 2009-06-10 18:08:25 +0200
Test for type-aware update
r6607@Thesaurus (orig r6606): ribasushi | 2009-06-10 19:57:04 +0200
Datatype aware update works
r6609@Thesaurus (orig r6608): ribasushi | 2009-06-10 20:06:40 +0200
Whoops
r6614@Thesaurus (orig r6613): ribasushi | 2009-06-11 09:23:54 +0200
Add attribute doc
r6620@Thesaurus (orig r6619): ribasushi | 2009-06-11 16:15:53 +0200
Use equality, not comparison
r6623@Thesaurus (orig r6622): ribasushi | 2009-06-11 16:21:53 +0200
Changes
Arthur Axel "fREW" Schmidt [Thu, 11 Jun 2009 16:13:02 +0000]
still busted :-(