14 years agoClarify exception text
Peter Rabbitson [Wed, 1 Jul 2009 10:22:00 +0000]
Clarify exception text

14 years agoFixed deadlock test
Peter Rabbitson [Wed, 1 Jul 2009 06:46:12 +0000]
Fixed deadlock test

14 years agosilly misspells and trailing whitespace
Arthur Axel "fREW" Schmidt [Tue, 30 Jun 2009 19:38:26 +0000]
silly misspells and trailing whitespace

14 years agoTodoify test for now (3)
Peter Rabbitson [Tue, 30 Jun 2009 17:52:31 +0000]
Todoify test for now (3)

14 years agoTodoify test for now (2)
Peter Rabbitson [Tue, 30 Jun 2009 17:37:05 +0000]
Todoify test for now (2)

14 years agoTodoify test for now
Peter Rabbitson [Tue, 30 Jun 2009 17:36:11 +0000]
Todoify test for now

14 years agoWhoops
Peter Rabbitson [Tue, 30 Jun 2009 15:39:58 +0000]
Whoops

14 years agoMerge 'trunk' into 'grouped_prefetch'
Peter Rabbitson [Tue, 30 Jun 2009 15:39:11 +0000]
Merge 'trunk' into 'grouped_prefetch'

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)
r6856@Thesaurus (orig r6855):  caelum | 2009-06-29 23:42:11 +0200
 r5451@hlagh (orig r6605):  caelum | 2009-06-10 09:23:44 -0700
 new branch to implement on_connect_call
 r5484@hlagh (orig r6633):  caelum | 2009-06-11 11:03:10 -0700
 on_connect_call implementation and set_datetime_format support for Oracle
 r5492@hlagh (orig r6641):  caelum | 2009-06-11 16:39:28 -0700
 connect_call_set_datetime_format for Oracle, I have no idea why this didn't get committed before...
 r5504@hlagh (orig r6655):  caelum | 2009-06-12 17:28:06 -0700
 finished up on_connect_call stuff
 r5507@hlagh (orig r6658):  caelum | 2009-06-13 04:03:36 -0700
 fixup _setup_connect_do, other minor cleanups
 r5508@hlagh (orig r6659):  caelum | 2009-06-13 04:35:33 -0700
 make the on_(dis)?connect_do accessors returnn the original structure
 r5509@hlagh (orig r6660):  caelum | 2009-06-13 08:31:52 -0700
 allow undef for _setup_connect_do
 r5522@hlagh (orig r6679):  caelum | 2009-06-14 09:56:40 -0700
 rename connect_do store
 r5621@hlagh (orig r6769):  caelum | 2009-06-23 07:38:33 -0700
 minor doc update
 r5628@hlagh (orig r6777):  caelum | 2009-06-23 16:36:12 -0700
 properly test nanosecond precision with oracle and datetime_setup
 r5669@hlagh (orig r6784):  caelum | 2009-06-24 10:49:25 -0700
 IC::DT does support timestamp with timezone
 r5768@hlagh (orig r6846):  caelum | 2009-06-29 08:20:32 -0700
 remove DateTime from 73oracle.t
 r5781@hlagh (orig r6849):  caelum | 2009-06-29 13:07:43 -0700
 remove the _store stuff for on_connect_do
 r5785@hlagh (orig r6853):  ribasushi | 2009-06-29 14:38:30 -0700
 Some beautification

r6871@Thesaurus (orig r6870):  ribasushi | 2009-06-30 10:09:03 +0200
Cleanup dependency handling a bit
r6875@Thesaurus (orig r6874):  ribasushi | 2009-06-30 12:39:06 +0200
Allow broken resultsource-class-derived objects to still work
r6876@Thesaurus (orig r6875):  ribasushi | 2009-06-30 12:40:46 +0200
clarify
r6878@Thesaurus (orig r6877):  ash | 2009-06-30 13:48:13 +0200
Update POD on Dynamic sub-classing

r6883@Thesaurus (orig r6882):  ribasushi | 2009-06-30 17:36:38 +0200
 r6815@Thesaurus (orig r6814):  ribasushi | 2009-06-28 10:32:42 +0200
 Branch to explore double joins on search_related
 r6816@Thesaurus (orig r6815):  ribasushi | 2009-06-28 10:34:16 +0200
 Thetest case that started it all
 r6817@Thesaurus (orig r6816):  ribasushi | 2009-06-28 10:35:11 +0200
 The proposed fix (do not add an extra join if it is already present in the topmost join)
 r6818@Thesaurus (orig r6817):  ribasushi | 2009-06-28 11:04:26 +0200
 Minor omission
 r6819@Thesaurus (orig r6818):  ribasushi | 2009-06-28 11:07:33 +0200
 Adjust a couple of tests for new behavior (thus all of this might be backwards incompatible to the point of being useless):
 The counts in t/90join_torture.t are now 5*3, not 5*3*3, as a second join is not induced by search_related
 The raw sql scan in t/prefetch/standard.t is just silly, won't even try to understand it
 Just to maintain the TreeLike folding, I add a 3rd children join which was inserted by search_related before the code changes

14 years agoMerge 'search_related_prefetch' into 'trunk'
Peter Rabbitson [Tue, 30 Jun 2009 15:36:38 +0000]
Merge 'search_related_prefetch' into 'trunk'

r6815@Thesaurus (orig r6814):  ribasushi | 2009-06-28 10:32:42 +0200
Branch to explore double joins on search_related
r6816@Thesaurus (orig r6815):  ribasushi | 2009-06-28 10:34:16 +0200
Thetest case that started it all
r6817@Thesaurus (orig r6816):  ribasushi | 2009-06-28 10:35:11 +0200
The proposed fix (do not add an extra join if it is already present in the topmost join)
r6818@Thesaurus (orig r6817):  ribasushi | 2009-06-28 11:04:26 +0200
Minor omission
r6819@Thesaurus (orig r6818):  ribasushi | 2009-06-28 11:07:33 +0200
Adjust a couple of tests for new behavior (thus all of this might be backwards incompatible to the point of being useless):
The counts in t/90join_torture.t are now 5*3, not 5*3*3, as a second join is not induced by search_related
The raw sql scan in t/prefetch/standard.t is just silly, won't even try to understand it
Just to maintain the TreeLike folding, I add a 3rd children join which was inserted by search_related before the code changes

14 years agors->get_column now properly recognizes prefetch and collapses if at all possible
Peter Rabbitson [Tue, 30 Jun 2009 14:23:06 +0000]
rs->get_column now properly recognizes prefetch and collapses if at all possible

14 years agoUpdate POD on Dynamic sub-classing
Ash Berlin [Tue, 30 Jun 2009 11:48:13 +0000]
Update POD on Dynamic sub-classing

14 years agocode cleanups
Rafael Kitover [Tue, 30 Jun 2009 10:46:43 +0000]
code cleanups

14 years agoclarify
Peter Rabbitson [Tue, 30 Jun 2009 10:40:46 +0000]
clarify

14 years agoAllow broken resultsource-class-derived objects to still work
Peter Rabbitson [Tue, 30 Jun 2009 10:39:06 +0000]
Allow broken resultsource-class-derived objects to still work

14 years agoFix borked next invocation
Peter Rabbitson [Tue, 30 Jun 2009 09:54:34 +0000]
Fix borked next invocation

14 years agoMerge 'trunk' into 'sybase'
Peter Rabbitson [Tue, 30 Jun 2009 15:09:03 +0000]
Merge 'trunk' into 'sybase'

r6871@Thesaurus (orig r6870):  ribasushi | 2009-06-30 10:09:03 +0200
Cleanup dependency handling a bit

14 years agoMerge 'trunk' into 'mssql_top_fixes'
Peter Rabbitson [Tue, 30 Jun 2009 15:09:03 +0000]
Merge 'trunk' into 'mssql_top_fixes'

14 years agoCleanup dependency handling a bit
Peter Rabbitson [Tue, 30 Jun 2009 08:09:03 +0000]
Cleanup dependency handling a bit

14 years agoSome fixes after review
Peter Rabbitson [Tue, 30 Jun 2009 07:53:27 +0000]
Some fixes after review

14 years agomerge on_connect_call updates
Rafael Kitover [Tue, 30 Jun 2009 01:39:51 +0000]
merge on_connect_call updates

14 years agoMerge 'trunk' into 'sybase'
Rafael Kitover [Tue, 30 Jun 2009 01:31:02 +0000]
Merge 'trunk' into 'sybase'

r5735@hlagh (orig r6812):  castaway | 2009-06-27 21:11:08 -0700
Tests for grouping with prefetch

r5742@hlagh (orig r6819):  ribasushi | 2009-06-28 04:00:03 -0700
The prefetch+group_by is a complex problem - branch
r5766@hlagh (orig r6843):  abraxxa | 2009-06-29 02:02:17 -0700
fixed typo in test

r5779@hlagh (orig r6847):  ribasushi | 2009-06-29 10:09:00 -0700
Minor Ordered optimization (don't use count)
r5787@hlagh (orig r6855):  caelum | 2009-06-29 14:42:11 -0700
 r5451@hlagh (orig r6605):  caelum | 2009-06-10 09:23:44 -0700
 new branch to implement on_connect_call
 r5484@hlagh (orig r6633):  caelum | 2009-06-11 11:03:10 -0700
 on_connect_call implementation and set_datetime_format support for Oracle
 r5492@hlagh (orig r6641):  caelum | 2009-06-11 16:39:28 -0700
 connect_call_set_datetime_format for Oracle, I have no idea why this didn't get committed before...
 r5504@hlagh (orig r6655):  caelum | 2009-06-12 17:28:06 -0700
 finished up on_connect_call stuff
 r5507@hlagh (orig r6658):  caelum | 2009-06-13 04:03:36 -0700
 fixup _setup_connect_do, other minor cleanups
 r5508@hlagh (orig r6659):  caelum | 2009-06-13 04:35:33 -0700
 make the on_(dis)?connect_do accessors returnn the original structure
 r5509@hlagh (orig r6660):  caelum | 2009-06-13 08:31:52 -0700
 allow undef for _setup_connect_do
 r5522@hlagh (orig r6679):  caelum | 2009-06-14 09:56:40 -0700
 rename connect_do store
 r5621@hlagh (orig r6769):  caelum | 2009-06-23 07:38:33 -0700
 minor doc update
 r5628@hlagh (orig r6777):  caelum | 2009-06-23 16:36:12 -0700
 properly test nanosecond precision with oracle and datetime_setup
 r5669@hlagh (orig r6784):  caelum | 2009-06-24 10:49:25 -0700
 IC::DT does support timestamp with timezone
 r5768@hlagh (orig r6846):  caelum | 2009-06-29 08:20:32 -0700
 remove DateTime from 73oracle.t
 r5781@hlagh (orig r6849):  caelum | 2009-06-29 13:07:43 -0700
 remove the _store stuff for on_connect_do
 r5785@hlagh (orig r6853):  ribasushi | 2009-06-29 14:38:30 -0700
 Some beautification

14 years agoMake sure storage classes use c3, just like the rest of dbic (tested on 5.8 as well)
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)

14 years agobranch pushed, removing
Rafael Kitover [Mon, 29 Jun 2009 21:45:19 +0000]
branch pushed, removing

14 years agoMerge 'on_connect_call' into 'trunk'
Rafael Kitover [Mon, 29 Jun 2009 21:42:11 +0000]
Merge 'on_connect_call' into 'trunk'

14 years agoSome beautification
Peter Rabbitson [Mon, 29 Jun 2009 21:38:30 +0000]
Some beautification

14 years agoMerge 'trunk' into 'mssql_top_fixes'
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)

14 years agoremove the _store stuff for on_connect_do
Rafael Kitover [Mon, 29 Jun 2009 20:07:43 +0000]
remove the _store stuff for on_connect_do

14 years agoMinor Ordered optimization (don't use count)
Peter Rabbitson [Mon, 29 Jun 2009 17:09:00 +0000]
Minor Ordered optimization (don't use count)

14 years agoremove DateTime from 73oracle.t
Rafael Kitover [Mon, 29 Jun 2009 15:20:32 +0000]
remove DateTime from 73oracle.t

14 years agoAnd score! (all works)
Peter Rabbitson [Mon, 29 Jun 2009 10:05:37 +0000]
And score! (all works)

14 years agofixed typo in test
Alexander Hartmaier [Mon, 29 Jun 2009 09:02:17 +0000]
fixed typo in test

14 years agoclearer
Peter Rabbitson [Mon, 29 Jun 2009 08:14:45 +0000]
clearer

14 years agoMost of the grouped prefetch solution
Peter Rabbitson [Mon, 29 Jun 2009 08:11:13 +0000]
Most of the grouped prefetch solution

14 years agoTest cleanups
Peter Rabbitson [Mon, 29 Jun 2009 08:07:09 +0000]
Test cleanups

14 years agoThis is tested elsewhere (2)
Peter Rabbitson [Mon, 29 Jun 2009 07:50:43 +0000]
This is tested elsewhere (2)

14 years agoThis is tested elsewhere
Peter Rabbitson [Mon, 29 Jun 2009 07:49:53 +0000]
This is tested elsewhere

14 years agoSupport for -select/-as in SQLAHacks field selection
Peter Rabbitson [Mon, 29 Jun 2009 07:46:13 +0000]
Support for -select/-as in SQLAHacks field selection

14 years agoA couple of test fixes
Peter Rabbitson [Mon, 29 Jun 2009 07:44:25 +0000]
A couple of test fixes

14 years agoRogue comments
Peter Rabbitson [Sun, 28 Jun 2009 20:38:43 +0000]
Rogue comments

14 years agoLose the literal sql bits - castaway is right it's silly to support those
Peter Rabbitson [Sun, 28 Jun 2009 13:06:57 +0000]
Lose the literal sql bits - castaway is right it's silly to support those

14 years agoWhoops
Peter Rabbitson [Sun, 28 Jun 2009 12:42:48 +0000]
Whoops

14 years agoProper prefetch+group test
Peter Rabbitson [Sun, 28 Jun 2009 12:39:54 +0000]
Proper prefetch+group test

14 years agoNormalize group_by
Peter Rabbitson [Sun, 28 Jun 2009 12:38:36 +0000]
Normalize group_by

14 years agoThe prefetch+group_by is a complex problem - branch
Peter Rabbitson [Sun, 28 Jun 2009 11:00:03 +0000]
The prefetch+group_by is a complex problem - branch

14 years agoAdjust a couple of tests for new behavior (thus all of this might be backwards incomp...
Peter Rabbitson [Sun, 28 Jun 2009 09:07:33 +0000]
Adjust a couple of tests for new behavior (thus all of this might be backwards incompatible to the point of being useless):
The counts in t/90join_torture.t are now 5*3, not 5*3*3, as a second join is not induced by search_related
The raw sql scan in t/prefetch/standard.t is just silly, won't even try to understand it
Just to maintain the TreeLike folding, I add a 3rd children join which was inserted by search_related before the code changes

14 years agoMinor omission
Peter Rabbitson [Sun, 28 Jun 2009 09:04:26 +0000]
Minor omission

14 years agoThe proposed fix (do not add an extra join if it is already present in the topmost...
Peter Rabbitson [Sun, 28 Jun 2009 08:35:11 +0000]
The proposed fix (do not add an extra join if it is already present in the topmost join)

14 years agoThetest case that started it all
Peter Rabbitson [Sun, 28 Jun 2009 08:34:16 +0000]
Thetest case that started it all

14 years agoTests for grouping with prefetch
Jess Robinson [Sun, 28 Jun 2009 04:11:08 +0000]
Tests for grouping with prefetch

14 years agoprototype blob implementation
Rafael Kitover [Sun, 28 Jun 2009 00:14:56 +0000]
prototype blob implementation

14 years agoMerge 'trunk' into 'sybase'
Rafael Kitover [Sat, 27 Jun 2009 22:21:09 +0000]
Merge 'trunk' into 'sybase'

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

14 years agoMerge 'trunk' into 'on_connect_call'
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

14 years agoBump author SQLT dependency for early developer testing
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

14 years agoAdjust sqlt schema parser to add tables in FK dependency order
Peter Rabbitson [Sat, 27 Jun 2009 11:59:03 +0000]
Adjust sqlt schema parser to add tables in FK dependency order

14 years agoPOD patch from RT#46808
Peter Rabbitson [Sat, 27 Jun 2009 10:52:26 +0000]
POD patch from RT#46808

14 years agoTodoified (unsolvable) test from RT#42466
Peter Rabbitson [Sat, 27 Jun 2009 10:39:03 +0000]
Todoified (unsolvable) test from RT#42466

14 years agoFix typo in ResultSet docs
Cory G Watson [Fri, 26 Jun 2009 14:33:35 +0000]
Fix typo in ResultSet docs

14 years agoDocumentation fix:
Tom Hukins [Fri, 26 Jun 2009 13:25:19 +0000]
Documentation fix:
- timezone is no longer an extra setting
- fix a typo of 'subsequently'

14 years agonormalised artist_id, and plural relationships to plural names making use of alias...
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

14 years agoMinor cleanups
Peter Rabbitson [Thu, 25 Jun 2009 09:04:26 +0000]
Minor cleanups

14 years agoCommit test inspired by joel - it seemingly fails on Mac?
Peter Rabbitson [Thu, 25 Jun 2009 07:19:10 +0000]
Commit test inspired by joel - it seemingly fails on Mac?

14 years agofixup POD, comment out count
Rafael Kitover [Thu, 25 Jun 2009 03:31:06 +0000]
fixup POD, comment out count

14 years agoIC::DT does support timestamp with timezone
Rafael Kitover [Wed, 24 Jun 2009 17:49:25 +0000]
IC::DT does support timestamp with timezone

14 years agoRework of set_$rel patch with less obfuscation
Nigel Metheringham [Wed, 24 Jun 2009 21:47:04 +0000]
Rework of set_$rel patch with less obfuscation

14 years agoFixed set_$rel with where restriction deleting rows outside the restriction
Nigel Metheringham [Wed, 24 Jun 2009 21:27:58 +0000]
Fixed set_$rel with where restriction deleting rows outside the restriction

14 years agofind_related fix for single-type relationships
Peter Rabbitson [Wed, 24 Jun 2009 10:12:49 +0000]
find_related fix for single-type relationships

14 years agoProperly name the relinfo variable
Peter Rabbitson [Wed, 24 Jun 2009 09:08:02 +0000]
Properly name the relinfo variable

14 years agoMerge 'trunk' into 'sybase'
Rafael Kitover [Wed, 24 Jun 2009 05:43:53 +0000]
Merge 'trunk' into 'sybase'

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
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

14 years agoMerge 'trunk' into 'on_connect_call'
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

14 years agoproperly test nanosecond precision with oracle and datetime_setup
Rafael Kitover [Tue, 23 Jun 2009 23:36:12 +0000]
properly test nanosecond precision with oracle and datetime_setup

14 years agoadd missing ' to doc
Rafael Kitover [Tue, 23 Jun 2009 16:36:22 +0000]
add missing ' to doc

14 years agoMove tests around, add extra has_one relationship
Peter Rabbitson [Tue, 23 Jun 2009 14:46:18 +0000]
Move tests around, add extra has_one relationship

14 years agominor changes
Rafael Kitover [Tue, 23 Jun 2009 14:42:32 +0000]
minor changes

14 years agominor doc update
Rafael Kitover [Tue, 23 Jun 2009 14:38:33 +0000]
minor doc update

14 years agoReal inheritance ordering for load_namespaces
Peter Rabbitson [Tue, 23 Jun 2009 08:33:59 +0000]
Real inheritance ordering for load_namespaces

14 years agoMerge 'trunk' into 'on_connect_call'
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

14 years agoFix borked test
Peter Rabbitson [Sun, 21 Jun 2009 21:12:40 +0000]
Fix borked test

14 years agoGroundwork for sanification of the toplimit test
Peter Rabbitson [Sun, 21 Jun 2009 13:21:23 +0000]
Groundwork for sanification of the toplimit test

14 years agomake_column_dirty fix
Peter Rabbitson [Sun, 21 Jun 2009 12:37:56 +0000]
make_column_dirty fix

14 years agoClenaup text
Peter Rabbitson [Sun, 21 Jun 2009 07:00:21 +0000]
Clenaup text

14 years agoMake sure quoting works
Peter Rabbitson [Sun, 21 Jun 2009 06:54:00 +0000]
Make sure quoting works

14 years agoThat should be all
Peter Rabbitson [Sat, 20 Jun 2009 22:42:18 +0000]
That should be all

14 years agowhoops
Peter Rabbitson [Sat, 20 Jun 2009 22:22:23 +0000]
whoops

14 years agoNow really final
Peter Rabbitson [Sat, 20 Jun 2009 22:18:33 +0000]
Now really final

14 years agoReally fix tests
Peter Rabbitson [Sat, 20 Jun 2009 22:01:54 +0000]
Really fix tests

14 years agoReally fix tests
Peter Rabbitson [Sat, 20 Jun 2009 22:01:09 +0000]
Really fix tests

14 years agoTest and merge fixes
Peter Rabbitson [Sat, 20 Jun 2009 21:53:55 +0000]
Test and merge fixes

14 years agoMerge 'trunk' into 'mssql_top_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

14 years agoMerge 'count_rs' into 'trunk'
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

14 years agoMore 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

14 years agoDisambiguate populate() return
Peter Rabbitson [Sat, 20 Jun 2009 13:22:06 +0000]
Disambiguate populate() return

14 years agoTest count_rs
Peter Rabbitson [Sat, 20 Jun 2009 10:54:11 +0000]
Test count_rs

14 years agoAdd count_rs, move the code back from DBI - leave only sql specific hooks
Peter Rabbitson [Sat, 20 Jun 2009 10:44:09 +0000]
Add count_rs, move the code back from DBI - leave only sql specific hooks

14 years agoClarify test
Peter Rabbitson [Sat, 20 Jun 2009 10:37:52 +0000]
Clarify test

14 years agoMaybe I've nailed it
Peter Rabbitson [Sat, 20 Jun 2009 08:34:42 +0000]
Maybe I've nailed it

14 years agotodoify skip
Peter Rabbitson [Sat, 20 Jun 2009 08:16:02 +0000]
todoify skip

14 years agoMerge 'trunk' into 'on_connect_call'
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

14 years agoMerge 'trunk' into 'sybase'
Rafael Kitover [Fri, 19 Jun 2009 21:08:33 +0000]
Merge 'trunk' into 'sybase'

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

14 years agoaugment inheritance
Peter Rabbitson [Fri, 19 Jun 2009 17:55:47 +0000]
augment inheritance

14 years agofix eol
Peter Rabbitson [Fri, 19 Jun 2009 17:49:40 +0000]
fix eol