Arthur Axel "fREW" Schmidt [Tue, 30 Jun 2009 19:38:26 +0000]
silly misspells and trailing whitespace
Peter Rabbitson [Tue, 30 Jun 2009 09:54:34 +0000]
Fix borked next invocation
Peter Rabbitson [Tue, 30 Jun 2009 15:09:03 +0000]
Merge 'trunk' into 'mssql_top_fixes'
Peter Rabbitson [Tue, 30 Jun 2009 08:09:03 +0000]
Cleanup dependency handling a bit
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)
Rafael Kitover [Mon, 29 Jun 2009 21:42:11 +0000]
Merge 'on_connect_call' into 'trunk'
Peter Rabbitson [Mon, 29 Jun 2009 21:38:30 +0000]
Some beautification
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)
Rafael Kitover [Mon, 29 Jun 2009 20:07:43 +0000]
remove the _store stuff for on_connect_do
Peter Rabbitson [Mon, 29 Jun 2009 17:09:00 +0000]
Minor Ordered optimization (don't use count)
Rafael Kitover [Mon, 29 Jun 2009 15:20:32 +0000]
remove DateTime from 73oracle.t
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
Rafael Kitover [Sat, 27 Jun 2009 22:20:25 +0000]
Merge 'trunk' into 'on_connect_call'
r5665@hlagh (orig r6780): ribasushi | 2009-06-24 02:08:02 -0700
Properly name the relinfo variable
r5666@hlagh (orig r6781): ribasushi | 2009-06-24 03:12:49 -0700
find_related fix for single-type relationships
r5667@hlagh (orig r6782): nigel | 2009-06-24 08:28:33 -0700
r11786@hex: nigel | 2009-06-24 16:27:58 +0100
Fixed set_$rel with where restriction deleting rows outside the restriction
r5668@hlagh (orig r6783): nigel | 2009-06-24 08:47:31 -0700
r11788@hex: nigel | 2009-06-24 16:47:04 +0100
Rework of set_$rel patch with less obfuscation
r5691@hlagh (orig r6788): ribasushi | 2009-06-25 00:19:10 -0700
Commit test inspired by joel - it seemingly fails on Mac?
r5692@hlagh (orig r6789): ribasushi | 2009-06-25 02:04:26 -0700
Minor cleanups
r5721@hlagh (orig r6792): teejay | 2009-06-26 05:43:05 -0700
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
r5722@hlagh (orig r6793): tomboh | 2009-06-26 06:25:19 -0700
Documentation fix:
- timezone is no longer an extra setting
- fix a typo of 'subsequently'
r5723@hlagh (orig r6794): gphat | 2009-06-26 07:33:35 -0700
Fix typo in ResultSet docs
r5724@hlagh (orig r6802): ribasushi | 2009-06-27 03:39:03 -0700
Todoified (unsolvable) test from RT#42466
r5725@hlagh (orig r6803): ribasushi | 2009-06-27 03:52:26 -0700
POD patch from RT#46808
r5726@hlagh (orig r6804): ribasushi | 2009-06-27 04:59:03 -0700
Adjust sqlt schema parser to add tables in FK dependency order
r5727@hlagh (orig r6805): ribasushi | 2009-06-27 05:08:35 -0700
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 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?
Rafael Kitover [Wed, 24 Jun 2009 17:49:25 +0000]
IC::DT does support timestamp with timezone
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 [Wed, 24 Jun 2009 05:33:16 +0000]
Merge 'trunk' into 'on_connect_call'
r5619@hlagh (orig r6763): ribasushi | 2009-06-23 01:33:59 -0700
Real inheritance ordering for load_namespaces
r5623@hlagh (orig r6771): ribasushi | 2009-06-23 07:46:18 -0700
Move tests around, add extra has_one relationship
r5624@hlagh (orig r6772): caelum | 2009-06-23 09:36:22 -0700
add missing ' to doc
Rafael Kitover [Tue, 23 Jun 2009 23:36:12 +0000]
properly test nanosecond precision with oracle and datetime_setup
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
Rafael Kitover [Tue, 23 Jun 2009 14:38:33 +0000]
minor doc update
Peter Rabbitson [Tue, 23 Jun 2009 08:33:59 +0000]
Real inheritance ordering for load_namespaces
Rafael Kitover [Mon, 22 Jun 2009 23:05:13 +0000]
Merge 'trunk' into 'on_connect_call'
r5588@hlagh (orig r6733): ribasushi | 2009-06-20 01:16:02 -0700
todoify skip
r5590@hlagh (orig r6735): ribasushi | 2009-06-20 03:37:52 -0700
Clarify test
r5594@hlagh (orig r6739): ribasushi | 2009-06-20 06:22:06 -0700
Disambiguate populate() return
r5603@hlagh (orig r6742): ribasushi | 2009-06-20 14:30:23 -0700
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
r5613@hlagh (orig r6752): ribasushi | 2009-06-21 00:00:21 -0700
Clenaup text
r5614@hlagh (orig r6753): ribasushi | 2009-06-21 05:37:56 -0700
make_column_dirty fix
r5617@hlagh (orig r6755): ribasushi | 2009-06-21 14:12:40 -0700
Fix borked test
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
Rafael Kitover [Fri, 19 Jun 2009 21:09:48 +0000]
Merge 'trunk' into 'on_connect_call'
r5559@hlagh (orig r6713): caelum | 2009-06-18 16:03:01 -0700
fix broken link in manual
r5571@hlagh (orig r6725): ribasushi | 2009-06-19 08:25:19 -0700
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 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
Rafael Kitover [Thu, 18 Jun 2009 22:26:51 +0000]
Merge 'trunk' into 'on_connect_call'
r5536@hlagh (orig r6698): wintrmute | 2009-06-17 01:32:30 -0700
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.
r5539@hlagh (orig r6701): caelum | 2009-06-17 10:50:47 -0700
fix page with offset bug
r5546@hlagh (orig r6703): ribasushi | 2009-06-17 23:40:18 -0700
Cleanup attribute handling - I deal with resolved attributes throughout, no point in complicating things further
r5547@hlagh (orig r6704): abraxxa | 2009-06-18 03:30:01 -0700
added test for nested has_many prefetch without entries
r5549@hlagh (orig r6706): ribasushi | 2009-06-18 03:43:36 -0700
HRI fix
r5550@hlagh (orig r6707): ribasushi | 2009-06-18 05:05:42 -0700
wtf
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
Rafael Kitover [Tue, 16 Jun 2009 19:32:22 +0000]
Merge 'trunk' into 'on_connect_call'
r5525@hlagh (orig r6682): timbunce | 2009-06-15 07:30:21 -0700
Added note that column inflation is not performed
r5529@hlagh (orig r6689): timbunce | 2009-06-16 06:06:07 -0700
Removed wording from txn_do that implies the coderef could be executed more than once.
r5530@hlagh (orig r6690): timbunce | 2009-06-16 06:14:23 -0700
Added doc note that txn_commit does not perform an actual storage commit unless
there's a DBIx::Class transaction currently in effect
r5531@hlagh (orig r6691): timbunce | 2009-06-16 06:40:11 -0700
Reverted doc patch r6689 for now, sadly. I'll open a ticket to explain.
r5532@hlagh (orig r6693): ribasushi | 2009-06-16 08:22:59 -0700
Fix possible regression with prefetch select resolution
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
Rafael Kitover [Sun, 14 Jun 2009 16:57:41 +0000]
Merge 'trunk' into 'on_connect_call'
r5510@hlagh (orig r6661): ribasushi | 2009-06-13 08:56:54 -0700
Test resultset serialization as well
r5511@hlagh (orig r6662): ribasushi | 2009-06-13 09:08:14 -0700
local()ize sqla for in the right place
r5512@hlagh (orig r6663): ribasushi | 2009-06-13 09:10:22 -0700
Do not use raw sources in {from} - proxy via source handles
r5514@hlagh (orig r6665): ribasushi | 2009-06-13 10:31:55 -0700
really local()ize for as the author intended
r5515@hlagh (orig r6666): michaelr | 2009-06-13 15:23:15 -0700
Added documentation for from => $rs->as_query
r5516@hlagh (orig r6667): caelum | 2009-06-13 16:20:02 -0700
fix master debug output for ::Replicated
r5517@hlagh (orig r6668): ribasushi | 2009-06-14 01:22:28 -0700
Release 0.08107
r5519@hlagh (orig r6670): ribasushi | 2009-06-14 02:00:35 -0700
Lapse in copy() docs
r5521@hlagh (orig r6672): ribasushi | 2009-06-14 02:33:22 -0700
Forgotten piece of as_query refactor
Rafael Kitover [Sun, 14 Jun 2009 16:56:40 +0000]
rename connect_do store
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