14 years agoFix no_index entries
Peter Rabbitson [Fri, 18 Dec 2009 14:04:34 +0000]
Fix no_index entries

14 years agoMerge 'sqlt_parser_view' into 'trunk'
Peter Rabbitson [Fri, 18 Dec 2009 13:55:53 +0000]
Merge 'sqlt_parser_view' into 'trunk'

r8150@Thesaurus (orig r8138):  abraxxa | 2009-12-17 23:22:07 +0100
Views without a view_definition won't be added to the SQL::Translator::Schema by the parser + tests

r8151@Thesaurus (orig r8139):  abraxxa | 2009-12-17 23:23:33 +0100
test cleanups

r8153@Thesaurus (orig r8141):  abraxxa | 2009-12-18 14:34:14 +0100
throw_exception if view_definition is missing instead of silent skipping + test changes

r8154@Thesaurus (orig r8142):  abraxxa | 2009-12-18 14:40:32 +0100
use Test::Exception

r8155@Thesaurus (orig r8143):  abraxxa | 2009-12-18 14:42:00 +0100
fixed Changes

r8156@Thesaurus (orig r8144):  abraxxa | 2009-12-18 14:44:52 +0100
test cleanups

r8157@Thesaurus (orig r8145):  ribasushi | 2009-12-18 14:46:26 +0100
Another bitr

14 years agoAnother bitr
Peter Rabbitson [Fri, 18 Dec 2009 13:46:26 +0000]
Another bitr

14 years agotest cleanups
Alexander Hartmaier [Fri, 18 Dec 2009 13:44:52 +0000]
test cleanups

14 years agofixed Changes
Alexander Hartmaier [Fri, 18 Dec 2009 13:42:00 +0000]
fixed Changes

14 years agouse Test::Exception
Alexander Hartmaier [Fri, 18 Dec 2009 13:40:32 +0000]
use Test::Exception

14 years agothrow_exception if view_definition is missing instead of silent skipping + test changes
Alexander Hartmaier [Fri, 18 Dec 2009 13:34:14 +0000]
throw_exception if view_definition is missing instead of silent skipping + test changes

14 years agotest cleanups
Alexander Hartmaier [Thu, 17 Dec 2009 22:23:33 +0000]
test cleanups

14 years agoViews without a view_definition won't be added to the SQL::Translator::Schema by...
Alexander Hartmaier [Thu, 17 Dec 2009 22:22:07 +0000]
Views without a view_definition won't be added to the SQL::Translator::Schema by the parser + tests

14 years agoCookbook POD fix for add_drop_table instead of add_drop_tables
Alexander Hartmaier [Thu, 17 Dec 2009 18:54:55 +0000]
Cookbook POD fix for add_drop_table instead of add_drop_tables

14 years agomore types for ADO fix, and documentation
Rafael Kitover [Thu, 17 Dec 2009 17:09:55 +0000]
more types for ADO fix, and documentation

14 years agocleanup source_bind_attributes for ADO
Rafael Kitover [Thu, 17 Dec 2009 16:44:34 +0000]
cleanup source_bind_attributes for ADO

14 years agominor changes
Rafael Kitover [Thu, 17 Dec 2009 12:34:20 +0000]
minor changes

14 years agosomewhat better fix for ADO
Rafael Kitover [Thu, 17 Dec 2009 12:30:10 +0000]
somewhat better fix for ADO

14 years agoHave has_one/might_have warn if set on nullable columns.
Curtis "Ovid" Poe [Wed, 16 Dec 2009 16:40:50 +0000]
Have has_one/might_have warn if set on nullable columns.

14 years agoAs clear as it gets
Peter Rabbitson [Sat, 12 Dec 2009 13:27:18 +0000]
As clear as it gets

14 years agoEven clearer unloaded FK exception
Peter Rabbitson [Sat, 12 Dec 2009 11:31:12 +0000]
Even clearer unloaded FK exception

14 years agorelease 0.08115
Arthur Axel "fREW" Schmidt [Thu, 10 Dec 2009 15:04:37 +0000]
release 0.08115

14 years agoFirst half of distinct cleanup
Peter Rabbitson [Thu, 10 Dec 2009 08:53:38 +0000]
First half of distinct cleanup

14 years agoChanges
Peter Rabbitson [Thu, 10 Dec 2009 08:36:21 +0000]
Changes

14 years agofail nicely if user doesn't have perms for xp_msver
Arthur Axel "fREW" Schmidt [Wed, 9 Dec 2009 23:32:55 +0000]
fail nicely if user doesn't have perms for xp_msver

14 years agoMerge 'mssql_rno_pagination' into 'trunk'
Peter Rabbitson [Wed, 9 Dec 2009 22:13:59 +0000]
Merge 'mssql_rno_pagination' into 'trunk'

r8022@Thesaurus (orig r8010):  frew | 2009-12-02 17:57:17 +0100
branch for replacing TOP with RNO in MSSQL
r8027@Thesaurus (orig r8015):  frew | 2009-12-03 02:48:36 +0100
Switch to RowNumberOver for MSSQL
r8028@Thesaurus (orig r8016):  ribasushi | 2009-12-03 10:03:18 +0100
The correct top100 mssql solution and test
r8031@Thesaurus (orig r8019):  frew | 2009-12-03 15:56:35 +0100
fix RNO for MSSQL to not use a kludgy regexp
r8032@Thesaurus (orig r8020):  frew | 2009-12-04 01:33:28 +0100
initial (broken) version of 42rno.t
r8033@Thesaurus (orig r8021):  frew | 2009-12-04 01:37:06 +0100
first shot at moving stuff around
r8034@Thesaurus (orig r8022):  frew | 2009-12-04 01:45:42 +0100
rename files to get rid of numbers and use folders
r8035@Thesaurus (orig r8023):  frew | 2009-12-04 01:48:00 +0100
missed toplimit
r8036@Thesaurus (orig r8024):  frew | 2009-12-04 01:52:44 +0100
still broken rno test, but now it actually tests mssql
r8042@Thesaurus (orig r8030):  ribasushi | 2009-12-04 09:34:56 +0100
Variable clash
r8043@Thesaurus (orig r8031):  ribasushi | 2009-12-04 11:44:47 +0100
The complex prefetch rewrite actually takes care of this as cleanly as possible
r8044@Thesaurus (orig r8032):  ribasushi | 2009-12-04 11:47:22 +0100
Smarter implementation of the select top 100pct subselect handling
r8045@Thesaurus (orig r8033):  ribasushi | 2009-12-04 12:07:05 +0100
Add support for unordered limited resultsets
Rename the limit helper to signify it is MS specific
Make sure we don't lose group_by/having clauses
r8046@Thesaurus (orig r8034):  ribasushi | 2009-12-04 12:07:56 +0100
Un-todoify mssql limit tests - no changes necessary (throw away the obsolete generated sql checks)
r8047@Thesaurus (orig r8035):  ribasushi | 2009-12-04 12:24:13 +0100
Tests for bindvar propagation and Changes
r8049@Thesaurus (orig r8037):  ribasushi | 2009-12-04 15:01:32 +0100
KISS - a select(1) makes perfect ordering criteria
r8050@Thesaurus (orig r8038):  ribasushi | 2009-12-04 15:06:11 +0100
Unify the MSSQL and DB2 RNO implementations - they are the same
r8051@Thesaurus (orig r8039):  ribasushi | 2009-12-05 10:29:50 +0100
Wrap mssql selects in yet another subquery to make limited right-ordered join resultsets possible
r8052@Thesaurus (orig r8040):  ribasushi | 2009-12-05 10:46:41 +0100
Better not touch Top - it's too complex at this point
r8053@Thesaurus (orig r8041):  ribasushi | 2009-12-05 11:03:00 +0100
Extend test just a bit more
r8054@Thesaurus (orig r8042):  ribasushi | 2009-12-05 11:44:25 +0100
DB2 and MSSQL have different default order syntaxes
r8056@Thesaurus (orig r8044):  frew | 2009-12-08 02:10:06 +0100
add version check for mssql 2005 and greater
r8059@Thesaurus (orig r8047):  frew | 2009-12-08 16:15:50 +0100
real exception instead of die
r8061@Thesaurus (orig r8049):  ribasushi | 2009-12-09 00:19:49 +0100
Test for immediate connection with known storage type
r8062@Thesaurus (orig r8050):  frew | 2009-12-09 01:24:45 +0100
fix mssql version check so it's lazier
r8064@Thesaurus (orig r8052):  ribasushi | 2009-12-09 02:40:51 +0100
Fix comment
r8066@Thesaurus (orig r8054):  caelum | 2009-12-09 16:12:56 +0100
fix _get_mssql_version for ODBC

14 years agoworkaround for evil ADO bug
Rafael Kitover [Wed, 9 Dec 2009 17:13:33 +0000]
workaround for evil ADO bug

14 years agofix _get_mssql_version for ODBC
Rafael Kitover [Wed, 9 Dec 2009 15:12:56 +0000]
fix _get_mssql_version for ODBC

14 years agoFix comment
Peter Rabbitson [Wed, 9 Dec 2009 01:40:51 +0000]
Fix comment

14 years agoIt's almost 2010 - load_components ('Core') is like ewwww
Peter Rabbitson [Wed, 9 Dec 2009 01:33:30 +0000]
It's almost 2010 - load_components ('Core') is like ewwww

14 years agofix mssql version check so it's lazier
Arthur Axel "fREW" Schmidt [Wed, 9 Dec 2009 00:24:45 +0000]
fix mssql version check so it's lazier

14 years agoTest for immediate connection with known storage type
Peter Rabbitson [Tue, 8 Dec 2009 23:19:49 +0000]
Test for immediate connection with known storage type

14 years agoreal exception instead of die
Arthur Axel "fREW" Schmidt [Tue, 8 Dec 2009 15:15:50 +0000]
real exception instead of die

14 years agoFix the test - code is correct
Peter Rabbitson [Tue, 8 Dec 2009 13:23:31 +0000]
Fix the test - code is correct

14 years agoWeird test case
Peter Rabbitson [Tue, 8 Dec 2009 13:13:38 +0000]
Weird test case

14 years agoadd version check for mssql 2005 and greater
Arthur Axel "fREW" Schmidt [Tue, 8 Dec 2009 01:10:06 +0000]
add version check for mssql 2005 and greater

14 years agoForgotten auto-savepoint example patch
Peter Rabbitson [Mon, 7 Dec 2009 14:11:25 +0000]
Forgotten auto-savepoint example patch

14 years agoDB2 and MSSQL have different default order syntaxes
Peter Rabbitson [Sat, 5 Dec 2009 10:44:25 +0000]
DB2 and MSSQL have different default order syntaxes

14 years agoExtend test just a bit more
Peter Rabbitson [Sat, 5 Dec 2009 10:03:00 +0000]
Extend test just a bit more

14 years agoBetter not touch Top - it's too complex at this point
Peter Rabbitson [Sat, 5 Dec 2009 09:46:41 +0000]
Better not touch Top - it's too complex at this point

14 years agoWrap mssql selects in yet another subquery to make limited right-ordered join results...
Peter Rabbitson [Sat, 5 Dec 2009 09:29:50 +0000]
Wrap mssql selects in yet another subquery to make limited right-ordered join resultsets possible

14 years agoUnify the MSSQL and DB2 RNO implementations - they are the same
Peter Rabbitson [Fri, 4 Dec 2009 14:06:11 +0000]
Unify the MSSQL and DB2 RNO implementations - they are the same

14 years agoKISS - a select(1) makes perfect ordering criteria
Peter Rabbitson [Fri, 4 Dec 2009 14:01:32 +0000]
KISS - a select(1) makes perfect ordering criteria

14 years agoTests for bindvar propagation and Changes
Peter Rabbitson [Fri, 4 Dec 2009 11:24:13 +0000]
Tests for bindvar propagation and Changes

14 years agoUn-todoify mssql limit tests - no changes necessary (throw away the obsolete generate...
Peter Rabbitson [Fri, 4 Dec 2009 11:07:56 +0000]
Un-todoify mssql limit tests - no changes necessary (throw away the obsolete generated sql checks)

14 years agoAdd support for unordered limited resultsets
Peter Rabbitson [Fri, 4 Dec 2009 11:07:05 +0000]
Add support for unordered limited resultsets
Rename the limit helper to signify it is MS specific
Make sure we don't lose group_by/having clauses

14 years agoSmarter implementation of the select top 100pct subselect handling
Peter Rabbitson [Fri, 4 Dec 2009 10:47:22 +0000]
Smarter implementation of the select top 100pct subselect handling

14 years agoThe complex prefetch rewrite actually takes care of this as cleanly as possible
Peter Rabbitson [Fri, 4 Dec 2009 10:44:47 +0000]
The complex prefetch rewrite actually takes care of this as cleanly as possible

14 years agoVariable clash
Peter Rabbitson [Fri, 4 Dec 2009 08:34:56 +0000]
Variable clash

14 years agoMerge 'create_scalarref_rt51559' into 'trunk'
Peter Rabbitson [Fri, 4 Dec 2009 01:46:20 +0000]
Merge 'create_scalarref_rt51559' into 'trunk'

r7935@Thesaurus (orig r7923):  ribasushi | 2009-11-19 11:05:04 +0100
Branches for RTs
r7965@Thesaurus (orig r7953):  ribasushi | 2009-11-26 00:19:21 +0100
Test and fix scalarref in an inflatable slot corner-case
r7966@Thesaurus (orig r7954):  ribasushi | 2009-11-26 00:24:23 +0100
Looks like we nailed a todo
r8038@Thesaurus (orig r8026):  ribasushi | 2009-12-04 02:45:40 +0100
Changes
r8039@Thesaurus (orig r8027):  ribasushi | 2009-12-04 02:46:08 +0100
Changes(2)

14 years agoChanges(2)
Peter Rabbitson [Fri, 4 Dec 2009 01:46:08 +0000]
Changes(2)

14 years agoChanges
Peter Rabbitson [Fri, 4 Dec 2009 01:45:40 +0000]
Changes

14 years agoMerge 'trunk' into 'create_scalarref_rt51559'
Peter Rabbitson [Fri, 4 Dec 2009 01:44:09 +0000]
Merge 'trunk' into 'create_scalarref_rt51559'

r7937@Thesaurus (orig r7925):  ribasushi | 2009-11-19 12:04:21 +0100
Bail out eary in Versioned if no versioning checks are requested
r7938@Thesaurus (orig r7926):  ribasushi | 2009-11-19 12:06:13 +0100
POD fixes
r7940@Thesaurus (orig r7928):  caelum | 2009-11-22 11:03:33 +0100
fix connection setup for Sybase
r7943@Thesaurus (orig r7931):  caelum | 2009-11-22 13:27:43 +0100
override _run_connection_actions for internal connection setup in sybase stuff, much cleaner this way
r7947@Thesaurus (orig r7935):  ribasushi | 2009-11-23 01:18:28 +0100
Whoops
r7948@Thesaurus (orig r7936):  ribasushi | 2009-11-23 01:28:50 +0100
Fix ::Versioned regression introduced in r7925
r7951@Thesaurus (orig r7939):  caelum | 2009-11-23 12:32:10 +0100
add subname to rdbms_specific_methods wrapper
r7953@Thesaurus (orig r7941):  caelum | 2009-11-23 13:23:14 +0100
 r21187@hlagh (orig r7933):  ribasushi | 2009-11-22 18:38:34 -0500
 New sybase refactor branch
 r21188@hlagh (orig r7934):  ribasushi | 2009-11-22 19:06:48 -0500
 refactor part1
 r21192@hlagh (orig r7938):  ribasushi | 2009-11-22 19:30:05 -0500
 refactor part 2
 r21194@hlagh (orig r7940):  caelum | 2009-11-23 07:06:46 -0500
 fix test

r7955@Thesaurus (orig r7943):  ribasushi | 2009-11-23 16:30:13 +0100
Add missing Sub::Name invocations and improve the SQLA Carp overrides
r7957@Thesaurus (orig r7945):  ribasushi | 2009-11-24 10:12:49 +0100
 r7749@Thesaurus (orig r7738):  norbi | 2009-09-28 22:01:39 +0200
 Created branch 'void_populate_resultset_cond': Fixing a bug: $rs->populate in void context does not use the conditions from $rs.
 r7751@Thesaurus (orig r7740):  norbi | 2009-09-28 23:26:06 +0200
  r7935@vger:  mendel | 2009-09-28 23:25:52 +0200
  Undid the previous tweaks to the already existing tests and added new tests instead.

 r7928@Thesaurus (orig r7916):  ribasushi | 2009-11-16 08:48:42 +0100
 Change plan
 r7956@Thesaurus (orig r7944):  ribasushi | 2009-11-24 10:10:49 +0100
 Better naming and a bit leaner implementation. Main idea remains the same

r7959@Thesaurus (orig r7947):  ribasushi | 2009-11-24 10:39:52 +0100
Changes and prevent a spurious todo-pass
r7962@Thesaurus (orig r7950):  ribasushi | 2009-11-24 19:43:42 +0100
Extra sqla quoting test
r7963@Thesaurus (orig r7951):  ribasushi | 2009-11-24 19:48:01 +0100
Extra sqla quoting test(2)
r7964@Thesaurus (orig r7952):  ribasushi | 2009-11-25 21:24:10 +0100
wtf
r7967@Thesaurus (orig r7955):  ribasushi | 2009-11-26 11:07:06 +0100
cleanups
r7968@Thesaurus (orig r7956):  ribasushi | 2009-11-26 12:11:21 +0100
Sanify search_related chaining code (no functional changes)
r7969@Thesaurus (orig r7957):  ribasushi | 2009-11-26 12:52:05 +0100
Another count() quirk down
r7970@Thesaurus (orig r7958):  ribasushi | 2009-11-26 14:23:28 +0100
Add a no-accessor column to generally test handling
r7972@Thesaurus (orig r7960):  ribasushi | 2009-11-26 15:32:17 +0100
Whoops, wrong accessor (things still work though)
r7977@Thesaurus (orig r7965):  ribasushi | 2009-11-26 16:43:21 +0100
 r7971@Thesaurus (orig r7959):  ribasushi | 2009-11-26 14:54:17 +0100
 New branch for get_inflated_column bugfix
 r7974@Thesaurus (orig r7962):  ribasushi | 2009-11-26 15:56:20 +0100
 Fix for rt46953
 r7975@Thesaurus (orig r7963):  ribasushi | 2009-11-26 16:05:17 +0100
 Make Test::More happy
 r7976@Thesaurus (orig r7964):  ribasushi | 2009-11-26 16:43:09 +0100
 Changes

r7980@Thesaurus (orig r7968):  ribasushi | 2009-11-27 01:38:11 +0100
Fix search_related wrt grouped resultsets (distinct is currently passed to the new resultset, this is probably wrong)
r7987@Thesaurus (orig r7975):  ribasushi | 2009-11-28 16:54:23 +0100
Cleanup the s.c.o. index
r7988@Thesaurus (orig r7976):  ribasushi | 2009-11-28 16:57:04 +0100
Test based on http://lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599.html
r8007@Thesaurus (orig r7995):  castaway | 2009-11-30 16:20:19 +0100
Remove over-emphasis on +select/+as. Add docs on prefetch and other ways to get related data, with caveats etc.

r8009@Thesaurus (orig r7997):  dew | 2009-11-30 19:37:00 +0100
Alter the docs for has_many relationships to make them a little easier to grok
r8021@Thesaurus (orig r8009):  castaway | 2009-12-02 14:19:40 +0100
Added note about prefetch and has_many related objects

r8029@Thesaurus (orig r8017):  ribasushi | 2009-12-03 13:24:04 +0100
Source sanity check on subqueried update/delete
r8030@Thesaurus (orig r8018):  ribasushi | 2009-12-03 14:39:37 +0100
Sanify populate arg handling

14 years agostill broken rno test, but now it actually tests mssql
Arthur Axel "fREW" Schmidt [Fri, 4 Dec 2009 00:52:44 +0000]
still broken rno test, but now it actually tests mssql

14 years agomissed toplimit
Arthur Axel "fREW" Schmidt [Fri, 4 Dec 2009 00:48:00 +0000]
missed toplimit

14 years agorename files to get rid of numbers and use folders
Arthur Axel "fREW" Schmidt [Fri, 4 Dec 2009 00:45:42 +0000]
rename files to get rid of numbers and use folders

14 years agofirst shot at moving stuff around
Arthur Axel "fREW" Schmidt [Fri, 4 Dec 2009 00:37:06 +0000]
first shot at moving stuff around

14 years agoinitial (broken) version of 42rno.t
Arthur Axel "fREW" Schmidt [Fri, 4 Dec 2009 00:33:28 +0000]
initial (broken) version of 42rno.t

14 years agofix RNO for MSSQL to not use a kludgy regexp
Arthur Axel "fREW" Schmidt [Thu, 3 Dec 2009 14:56:35 +0000]
fix RNO for MSSQL to not use a kludgy regexp

14 years agoSanify populate arg handling
Peter Rabbitson [Thu, 3 Dec 2009 13:39:37 +0000]
Sanify populate arg handling

14 years agoSource sanity check on subqueried update/delete
Peter Rabbitson [Thu, 3 Dec 2009 12:24:04 +0000]
Source sanity check on subqueried update/delete

14 years agoThe correct top100 mssql solution and test
Peter Rabbitson [Thu, 3 Dec 2009 09:03:18 +0000]
The correct top100 mssql solution and test

14 years agoSwitch to RowNumberOver for MSSQL
Arthur Axel "fREW" Schmidt [Thu, 3 Dec 2009 01:48:36 +0000]
Switch to RowNumberOver for MSSQL

14 years agoAdded note about prefetch and has_many related objects
Jess Robinson [Wed, 2 Dec 2009 13:19:40 +0000]
Added note about prefetch and has_many related objects

14 years agoAlter the docs for has_many relationships to make them a little easier to grok
Dan Thomas [Mon, 30 Nov 2009 18:37:00 +0000]
Alter the docs for has_many relationships to make them a little easier to grok

14 years agoRemove over-emphasis on +select/+as. Add docs on prefetch and other ways to get relat...
Jess Robinson [Mon, 30 Nov 2009 15:20:19 +0000]
Remove over-emphasis on +select/+as. Add docs on prefetch and other ways to get related data, with caveats etc.

14 years agoTest based on http://lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599...
Peter Rabbitson [Sat, 28 Nov 2009 15:57:04 +0000]
Test based on lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599.html

14 years agoCleanup the s.c.o. index
Peter Rabbitson [Sat, 28 Nov 2009 15:54:23 +0000]
Cleanup the s.c.o. index

14 years agoFix search_related wrt grouped resultsets (distinct is currently passed to the new...
Peter Rabbitson [Fri, 27 Nov 2009 00:38:11 +0000]
Fix search_related wrt grouped resultsets (distinct is currently passed to the new resultset, this is probably wrong)

14 years agoMerge 'get_inflated_columns_rt46953' into 'trunk'
Peter Rabbitson [Thu, 26 Nov 2009 15:43:21 +0000]
Merge 'get_inflated_columns_rt46953' into 'trunk'

r7971@Thesaurus (orig r7959):  ribasushi | 2009-11-26 14:54:17 +0100
New branch for get_inflated_column bugfix
r7974@Thesaurus (orig r7962):  ribasushi | 2009-11-26 15:56:20 +0100
Fix for rt46953
r7975@Thesaurus (orig r7963):  ribasushi | 2009-11-26 16:05:17 +0100
Make Test::More happy
r7976@Thesaurus (orig r7964):  ribasushi | 2009-11-26 16:43:09 +0100
Changes

14 years agoChanges
Peter Rabbitson [Thu, 26 Nov 2009 15:43:09 +0000]
Changes

14 years agoMake Test::More happy
Peter Rabbitson [Thu, 26 Nov 2009 15:05:17 +0000]
Make Test::More happy

14 years agoFix for rt46953
Peter Rabbitson [Thu, 26 Nov 2009 14:56:20 +0000]
Fix for rt46953

14 years agoMerge 'trunk' into 'get_inflated_columns_rt46953'
Peter Rabbitson [Thu, 26 Nov 2009 21:32:17 +0000]
Merge 'trunk' into 'get_inflated_columns_rt46953'

r7972@Thesaurus (orig r7960):  ribasushi | 2009-11-26 15:32:17 +0100
Whoops, wrong accessor (things still work though)

14 years agoWhoops, wrong accessor (things still work though)
Peter Rabbitson [Thu, 26 Nov 2009 14:32:17 +0000]
Whoops, wrong accessor (things still work though)

14 years agoAdd a no-accessor column to generally test handling
Peter Rabbitson [Thu, 26 Nov 2009 13:23:28 +0000]
Add a no-accessor column to generally test handling

14 years agoAnother count() quirk down
Peter Rabbitson [Thu, 26 Nov 2009 11:52:05 +0000]
Another count() quirk down

14 years agoSanify search_related chaining code (no functional changes)
Peter Rabbitson [Thu, 26 Nov 2009 11:11:21 +0000]
Sanify search_related chaining code (no functional changes)

14 years agocleanups
Peter Rabbitson [Thu, 26 Nov 2009 10:07:06 +0000]
cleanups

14 years agoLooks like we nailed a todo
Peter Rabbitson [Wed, 25 Nov 2009 23:24:23 +0000]
Looks like we nailed a todo

14 years agoTest and fix scalarref in an inflatable slot corner-case
Peter Rabbitson [Wed, 25 Nov 2009 23:19:21 +0000]
Test and fix scalarref in an inflatable slot corner-case

14 years agowtf
Peter Rabbitson [Wed, 25 Nov 2009 20:24:10 +0000]
wtf

14 years agoExtra sqla quoting test(2)
Peter Rabbitson [Tue, 24 Nov 2009 18:48:01 +0000]
Extra sqla quoting test(2)

14 years agoExtra sqla quoting test
Peter Rabbitson [Tue, 24 Nov 2009 18:43:42 +0000]
Extra sqla quoting test

14 years agoChanges and prevent a spurious todo-pass
Peter Rabbitson [Tue, 24 Nov 2009 09:39:52 +0000]
Changes and prevent a spurious todo-pass

14 years agoMerge 'void_populate_resultset_cond' into 'trunk'
Peter Rabbitson [Tue, 24 Nov 2009 09:12:49 +0000]
Merge 'void_populate_resultset_cond' into 'trunk'

r7749@Thesaurus (orig r7738):  norbi | 2009-09-28 22:01:39 +0200
Created branch 'void_populate_resultset_cond': Fixing a bug: $rs->populate in void context does not use the conditions from $rs.
r7751@Thesaurus (orig r7740):  norbi | 2009-09-28 23:26:06 +0200
 r7935@vger:  mendel | 2009-09-28 23:25:52 +0200
 Undid the previous tweaks to the already existing tests and added new tests instead.

r7928@Thesaurus (orig r7916):  ribasushi | 2009-11-16 08:48:42 +0100
Change plan
r7956@Thesaurus (orig r7944):  ribasushi | 2009-11-24 10:10:49 +0100
Better naming and a bit leaner implementation. Main idea remains the same

14 years agoBetter naming and a bit leaner implementation. Main idea remains the same
Peter Rabbitson [Tue, 24 Nov 2009 09:10:49 +0000]
Better naming and a bit leaner implementation. Main idea remains the same

14 years agoAdd missing Sub::Name invocations and improve the SQLA Carp overrides
Peter Rabbitson [Mon, 23 Nov 2009 15:30:13 +0000]
Add missing Sub::Name invocations and improve the SQLA Carp overrides

14 years agoMerge 'sybase_refactor' into 'trunk'
Rafael Kitover [Mon, 23 Nov 2009 12:23:14 +0000]
Merge 'sybase_refactor' into 'trunk'

r21187@hlagh (orig r7933):  ribasushi | 2009-11-22 18:38:34 -0500
New sybase refactor branch
r21188@hlagh (orig r7934):  ribasushi | 2009-11-22 19:06:48 -0500
refactor part1
r21192@hlagh (orig r7938):  ribasushi | 2009-11-22 19:30:05 -0500
refactor part 2
r21194@hlagh (orig r7940):  caelum | 2009-11-23 07:06:46 -0500
fix test

14 years agofix test
Rafael Kitover [Mon, 23 Nov 2009 12:06:46 +0000]
fix test

14 years agoadd subname to rdbms_specific_methods wrapper
Rafael Kitover [Mon, 23 Nov 2009 11:32:10 +0000]
add subname to rdbms_specific_methods wrapper

14 years agorefactor part 2
Peter Rabbitson [Mon, 23 Nov 2009 00:30:05 +0000]
refactor part 2

14 years agoMerge 'trunk' into 'sybase_refactor'
Peter Rabbitson [Mon, 23 Nov 2009 00:29:04 +0000]
Merge 'trunk' into 'sybase_refactor'

r7947@Thesaurus (orig r7935):  ribasushi | 2009-11-23 01:18:28 +0100
Whoops
r7948@Thesaurus (orig r7936):  ribasushi | 2009-11-23 01:28:50 +0100
Fix ::Versioned regression introduced in r7925

14 years agoFix ::Versioned regression introduced in r7925
Peter Rabbitson [Mon, 23 Nov 2009 00:28:50 +0000]
Fix ::Versioned regression introduced in r7925

14 years agoWhoops
Peter Rabbitson [Mon, 23 Nov 2009 00:18:28 +0000]
Whoops

14 years agorefactor part1
Peter Rabbitson [Mon, 23 Nov 2009 00:06:48 +0000]
refactor part1

14 years agooverride _run_connection_actions for internal connection setup in sybase stuff, much...
Rafael Kitover [Sun, 22 Nov 2009 12:27:43 +0000]
override _run_connection_actions for internal connection setup in sybase stuff, much cleaner this way

14 years agofix connection setup for Sybase
Rafael Kitover [Sun, 22 Nov 2009 10:03:33 +0000]
fix connection setup for Sybase

14 years agoPOD fixes
Peter Rabbitson [Thu, 19 Nov 2009 11:06:13 +0000]
POD fixes

14 years agoBail out eary in Versioned if no versioning checks are requested
Peter Rabbitson [Thu, 19 Nov 2009 11:04:21 +0000]
Bail out eary in Versioned if no versioning checks are requested

14 years agoMerge 'trunk' into 'void_populate_resultset_cond'
Peter Rabbitson [Tue, 17 Nov 2009 23:42:13 +0000]
Merge 'trunk' into 'void_populate_resultset_cond'

r7765@Thesaurus (orig r7753):  ribasushi | 2009-10-03 15:49:14 +0200
Test reorg (no changes)
r7766@Thesaurus (orig r7754):  ribasushi | 2009-10-03 15:55:25 +0200
Add failing tests for RT#50003
r7767@Thesaurus (orig r7755):  caelum | 2009-10-03 16:09:45 +0200
fix on_connect_ with coderef connect_info
r7771@Thesaurus (orig r7759):  ribasushi | 2009-10-04 13:17:53 +0200
Fix AutoCast's POD
r7782@Thesaurus (orig r7770):  ribasushi | 2009-10-09 06:57:20 +0200
 r7777@Thesaurus (orig r7765):  frew | 2009-10-07 20:05:05 +0200
 add method to check if an rs is paginated
 r7778@Thesaurus (orig r7766):  frew | 2009-10-07 20:31:02 +0200
 is_paginated method and test
 r7780@Thesaurus (orig r7768):  frew | 2009-10-09 06:45:36 +0200
 change name of method
 r7781@Thesaurus (orig r7769):  frew | 2009-10-09 06:47:31 +0200
 add message to changelog for is_paged

r7785@Thesaurus (orig r7773):  ribasushi | 2009-10-09 11:00:36 +0200
Ugh CRLF
r7786@Thesaurus (orig r7774):  ribasushi | 2009-10-09 11:04:35 +0200
Skip versioning test on really old perls lacking Time::HiRes
r7787@Thesaurus (orig r7775):  ribasushi | 2009-10-09 11:04:50 +0200
Changes
r7788@Thesaurus (orig r7776):  triode | 2009-10-09 22:32:04 +0200
added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
columns and large LongReadLen

r7789@Thesaurus (orig r7777):  triode | 2009-10-09 22:44:21 +0200
added my name to contributors list

r7790@Thesaurus (orig r7778):  ribasushi | 2009-10-10 18:49:15 +0200
Whoops, this isn't right
r7791@Thesaurus (orig r7779):  ribasushi | 2009-10-11 15:44:18 +0200
More ordered fixes
r7793@Thesaurus (orig r7781):  norbi | 2009-10-13 11:27:18 +0200
 r7982@vger:  mendel | 2009-10-13 11:26:11 +0200
 Fixed a typo and a POD error.

r7805@Thesaurus (orig r7793):  ribasushi | 2009-10-16 14:28:35 +0200
Fix test to stop failing when DT-support is not present
r7811@Thesaurus (orig r7799):  caelum | 2009-10-18 11:13:29 +0200
 r20728@hlagh (orig r7703):  ribasushi | 2009-09-20 18:51:16 -0400
 Another try at a clean sybase branch
 r20730@hlagh (orig r7705):  ribasushi | 2009-09-20 18:58:09 -0400
 Part one of the sybase work by Caelum (mostly reviewed)
 r20731@hlagh (orig r7706):  ribasushi | 2009-09-20 19:18:40 -0400
 main sybase branch ready
 r21051@hlagh (orig r7797):  caelum | 2009-10-18 04:57:43 -0400
  r20732@hlagh (orig r7707):  ribasushi | 2009-09-20 19:20:00 -0400
  Branch for bulk insert
  r20733@hlagh (orig r7708):  ribasushi | 2009-09-20 20:06:21 -0400
  All sybase bulk-insert code by Caelum
  r20750@hlagh (orig r7725):  caelum | 2009-09-24 02:47:39 -0400
  clean up set_identity stuff
  r20751@hlagh (orig r7726):  caelum | 2009-09-24 05:21:18 -0400
  minor cleanups, test update of blob to NULL
  r20752@hlagh (orig r7727):  caelum | 2009-09-24 08:45:04 -0400
  remove some duplicate code
  r20753@hlagh (orig r7728):  caelum | 2009-09-24 09:57:58 -0400
  fix insert with all defaults
  r20786@hlagh (orig r7732):  caelum | 2009-09-25 21:17:16 -0400
  some cleanups
  r20804@hlagh (orig r7736):  caelum | 2009-09-28 05:31:38 -0400
  minor changes
  r20805@hlagh (orig r7737):  caelum | 2009-09-28 06:25:48 -0400
  fix DT stuff
  r20809@hlagh (orig r7741):  caelum | 2009-09-28 22:25:55 -0400
  removed some dead code, added fix and test for _execute_array_empty
  r20811@hlagh (orig r7743):  caelum | 2009-09-29 13:36:20 -0400
  minor changes after review
  r20812@hlagh (orig r7744):  caelum | 2009-09-29 14:16:03 -0400
  do not clobber $rv from execute_array
  r20813@hlagh (orig r7745):  caelum | 2009-09-29 14:38:14 -0400
  make insert_bulk atomic
  r20815@hlagh (orig r7747):  caelum | 2009-09-29 20:35:26 -0400
  remove _exhaaust_statements
  r20816@hlagh (orig r7748):  caelum | 2009-09-29 21:48:38 -0400
  fix insert_bulk when not using bulk api inside a txn
  r20831@hlagh (orig r7749):  caelum | 2009-09-30 02:53:42 -0400
  added test for populate being atomic
  r20832@hlagh (orig r7750):  caelum | 2009-09-30 03:00:59 -0400
  factor out subclass-specific _execute_array callback
  r20833@hlagh (orig r7751):  caelum | 2009-10-01 11:59:30 -0400
  remove a piece of dead code
  r20840@hlagh (orig r7758):  caelum | 2009-10-03 15:46:56 -0400
  remove _pretty_print
  r20842@hlagh (orig r7760):  caelum | 2009-10-04 16:19:56 -0400
  minor optimization for insert_bulk
  r21050@hlagh (orig r7796):  caelum | 2009-10-18 04:56:54 -0400
  error checking related to literal SQL for insert_bulk

r7820@Thesaurus (orig r7808):  caelum | 2009-10-21 03:10:39 +0200
add test for populate with literal sql mixed with binds, improve error messages
r7823@Thesaurus (orig r7811):  ribasushi | 2009-10-21 16:33:45 +0200
Show what's wrong with the current populate code
r7824@Thesaurus (orig r7812):  caelum | 2009-10-22 11:10:38 +0200
stringify values passed to populate/insert_bulk
r7825@Thesaurus (orig r7813):  ribasushi | 2009-10-22 13:17:41 +0200
Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for them (boggle)
r7826@Thesaurus (orig r7814):  caelum | 2009-10-22 14:41:37 +0200
a few extra tests can never hurt, right? :)
r7827@Thesaurus (orig r7815):  ribasushi | 2009-10-23 10:51:05 +0200
Prevent sqlt from failing silently
r7828@Thesaurus (orig r7816):  ribasushi | 2009-10-23 10:52:49 +0200
{ is_foreign_key_constraint => 0, on_delete => undef } is a valid construct - no need to carp
r7832@Thesaurus (orig r7820):  robkinyon | 2009-10-26 20:11:22 +0100
Fixed bad if-check in columns()
r7840@Thesaurus (orig r7828):  caelum | 2009-10-31 14:01:56 +0100
change repository in meta to point to real svn url rather than svnweb
r7842@Thesaurus (orig r7830):  caelum | 2009-10-31 21:04:39 +0100
pass sqlite_version to SQLT
r7843@Thesaurus (orig r7831):  caelum | 2009-10-31 21:22:37 +0100
fix regex to numify sqlite_version
r7844@Thesaurus (orig r7832):  caelum | 2009-10-31 23:59:19 +0100
work-around disconnect bug with DBD::Pg 2.15.1
r7855@Thesaurus (orig r7843):  ribasushi | 2009-11-04 10:55:51 +0100
 r7817@Thesaurus (orig r7805):  rbuels | 2009-10-21 02:37:28 +0200
 making a branch, here we go again with the pg_unqualified_schema
 r7818@Thesaurus (orig r7806):  rbuels | 2009-10-21 02:38:59 +0200
 more pg unqualified schema tests, which expose a gap in the coverage
 r7819@Thesaurus (orig r7807):  rbuels | 2009-10-21 03:10:38 +0200
 gutted Pg storage driver's sequence discovery to just rely on DBD::Pg's last_insert_id.  this needs testing with older versions of DBD::Pg
 r7821@Thesaurus (orig r7809):  rbuels | 2009-10-21 04:00:39 +0200
 more coverage in Pg sequence-discovery tests.  i think this shows why last_insert_id cannot be used.
 r7822@Thesaurus (orig r7810):  rbuels | 2009-10-21 04:07:05 +0200
 reverted [7807], and just changed code to use the custom pg_catalog query, which is the only thing that works in the pathological case where DBIC is told a different primary key from the primary key that is set on the table in the DB ([7809] added testing for this)
 r7852@Thesaurus (orig r7840):  rbuels | 2009-11-03 18:47:05 +0100
 added Changes line mentioning tweak to Pg auto-inc fix
 r7854@Thesaurus (orig r7842):  ribasushi | 2009-11-04 10:55:35 +0100
 Cleanup exceptions

r7858@Thesaurus (orig r7846):  caelum | 2009-11-06 16:01:30 +0100
transactions for MSSQL over DBD::Sybase
r7861@Thesaurus (orig r7849):  caelum | 2009-11-10 13:16:18 +0100
made commit/rollback when disconnected an exception
r7862@Thesaurus (orig r7850):  robkinyon | 2009-11-10 17:19:57 +0100
Added a note about select
r7863@Thesaurus (orig r7851):  ribasushi | 2009-11-10 18:23:10 +0100
Changes
r7867@Thesaurus (orig r7855):  frew | 2009-11-11 21:56:37 +0100
RT50874
r7868@Thesaurus (orig r7856):  frew | 2009-11-11 23:50:43 +0100
RT50828
r7869@Thesaurus (orig r7857):  frew | 2009-11-11 23:54:15 +0100
clearer test message
r7870@Thesaurus (orig r7858):  frew | 2009-11-12 00:37:27 +0100
some cleanup for $rs->populate
r7872@Thesaurus (orig r7860):  ribasushi | 2009-11-12 01:35:36 +0100
Fix find on resultset with custom result_class
r7873@Thesaurus (orig r7861):  ribasushi | 2009-11-12 01:40:14 +0100
Fix return value of in_storage
r7874@Thesaurus (orig r7862):  ribasushi | 2009-11-12 01:43:48 +0100
Extra FAQ entry
r7875@Thesaurus (orig r7863):  ribasushi | 2009-11-12 02:11:25 +0100
Sanify _determine_driver handling in ::Storage::DBI
r7876@Thesaurus (orig r7864):  ribasushi | 2009-11-12 02:14:37 +0100
Add mysql determine_driver test by Pedro Melo
r7881@Thesaurus (orig r7869):  ribasushi | 2009-11-12 11:10:04 +0100
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7882@Thesaurus (orig r7870):  ribasushi | 2009-11-12 11:15:12 +0100
Clarifying comment
r7884@Thesaurus (orig r7872):  ribasushi | 2009-11-13 00:13:40 +0100
The real fix for the non-introspectable condition bug, mst++
r7885@Thesaurus (orig r7873):  ribasushi | 2009-11-13 00:24:56 +0100
Some cleanup
r7887@Thesaurus (orig r7875):  frew | 2009-11-13 10:01:37 +0100
fix subtle bug with Sybase database type determination
r7892@Thesaurus (orig r7880):  frew | 2009-11-14 00:53:29 +0100
release woo!
r7894@Thesaurus (orig r7882):  caelum | 2009-11-14 03:57:52 +0100
fix oracle dep in Makefile.PL
r7895@Thesaurus (orig r7883):  caelum | 2009-11-14 04:20:53 +0100
skip Oracle BLOB tests on DBD::Oracle == 1.23
r7897@Thesaurus (orig r7885):  caelum | 2009-11-14 09:40:01 +0100
 r7357@pentium (orig r7355):  caelum | 2009-08-20 17:58:23 -0400
 branch to support MSSQL over ADO
 r7358@pentium (orig r7356):  caelum | 2009-08-21 00:32:14 -0400
 something apparently working
 r7359@pentium (orig r7357):  caelum | 2009-08-21 00:53:53 -0400
 slightly better mars test, still passes

r7899@Thesaurus (orig r7887):  caelum | 2009-11-14 09:41:54 +0100
 r7888@pentium (orig r7886):  caelum | 2009-11-14 03:41:25 -0500
 add TODO test for large column list in select

r7901@Thesaurus (orig r7889):  caelum | 2009-11-14 09:47:16 +0100
add ADO/MSSQL to Changes
r7902@Thesaurus (orig r7890):  caelum | 2009-11-14 10:27:29 +0100
fix the large column list test for ADO/MSSQL, now passes
r7904@Thesaurus (orig r7892):  caelum | 2009-11-14 12:20:58 +0100
fix Changes (ADO change in wrong release)
r7905@Thesaurus (orig r7893):  ribasushi | 2009-11-14 19:23:23 +0100
Release 0.08114
r7907@Thesaurus (orig r7895):  ribasushi | 2009-11-15 12:09:17 +0100
Failing test to highlight mssql autoconnect regression
r7908@Thesaurus (orig r7896):  ribasushi | 2009-11-15 12:20:25 +0100
Fix plan
r7913@Thesaurus (orig r7901):  ribasushi | 2009-11-15 13:11:38 +0100
 r7773@Thesaurus (orig r7761):  norbi | 2009-10-05 14:49:06 +0200
 Created branch 'prefetch_bug-unqualified_column_in_search_related_cond': A bug that manifests when a prefetched table's column is referenced without the table name in the condition of a search_related() on an M:N relationship.
 r7878@Thesaurus (orig r7866):  ribasushi | 2009-11-12 02:36:08 +0100
 Factor some code out
 r7879@Thesaurus (orig r7867):  ribasushi | 2009-11-12 09:11:03 +0100
 Factor out more stuff
 r7880@Thesaurus (orig r7868):  ribasushi | 2009-11-12 09:21:04 +0100
 Saner naming/comments
 r7910@Thesaurus (orig r7898):  ribasushi | 2009-11-15 12:39:29 +0100
 Move more code to DBIHacks, put back the update/delete rs check, just in case
 r7911@Thesaurus (orig r7899):  ribasushi | 2009-11-15 13:01:34 +0100
 TODOify test until we get an AST
 r7912@Thesaurus (orig r7900):  ribasushi | 2009-11-15 13:10:15 +0100
 Hide from pause

r7921@Thesaurus (orig r7909):  ribasushi | 2009-11-15 14:17:48 +0100
 r7871@Thesaurus (orig r7859):  ribasushi | 2009-11-12 00:46:07 +0100
 Branches to test some ideas
 r7889@Thesaurus (orig r7877):  abraxxa | 2009-11-13 12:05:50 +0100
 added rels to view result classes in test schema

 r7890@Thesaurus (orig r7878):  abraxxa | 2009-11-13 13:05:45 +0100
 seems I found the bugger

 r7917@Thesaurus (orig r7905):  ribasushi | 2009-11-15 13:29:23 +0100
 FK constraints towards a view don't quite work
 r7918@Thesaurus (orig r7906):  ribasushi | 2009-11-15 14:10:10 +0100
 Turn into a straight-inheritance view class
 r7919@Thesaurus (orig r7907):  ribasushi | 2009-11-15 14:11:03 +0100
 Extensive test of virtual and classic view relationships
 r7920@Thesaurus (orig r7908):  ribasushi | 2009-11-15 14:17:23 +0100
 Fix non-sqlt schema file

r7923@Thesaurus (orig r7911):  caelum | 2009-11-15 18:31:37 +0100
fix MSSQL via DBD::Sybase regression
r7930@Thesaurus (orig r7918):  ribasushi | 2009-11-16 19:15:45 +0100
 r7864@Thesaurus (orig r7852):  edenc | 2009-11-10 20:15:15 +0100
 branching for fixes related to prefetch, distinct and group by
 r7865@Thesaurus (orig r7853):  edenc | 2009-11-10 20:21:38 +0100
 added test case for ensuring a column mentioned in the order by clause is also included in the group by clause
 r7926@Thesaurus (orig r7914):  ribasushi | 2009-11-16 08:09:30 +0100
 Make _resolve_column_info function without supplying column names
 r7927@Thesaurus (orig r7915):  ribasushi | 2009-11-16 08:11:17 +0100
 Fix order_by/distinct bug

14 years agoMerge 'prefetch-group_by' into 'trunk'
Peter Rabbitson [Mon, 16 Nov 2009 18:15:45 +0000]
Merge 'prefetch-group_by' into 'trunk'

14 years agoChange plan
Peter Rabbitson [Mon, 16 Nov 2009 07:48:42 +0000]
Change plan

14 years agoFix order_by/distinct bug
Peter Rabbitson [Mon, 16 Nov 2009 07:11:17 +0000]
Fix order_by/distinct bug