14 years agoMerge 'reduce_pings' into 'trunk'
Peter Rabbitson [Sat, 8 Aug 2009 15:49:19 +0000]
Merge 'reduce_pings' into 'trunk'

14 years agoA more straightforward txn_begin fix, some more test fixes
Peter Rabbitson [Sat, 8 Aug 2009 15:40:19 +0000]
A more straightforward txn_begin fix, some more test fixes

14 years agoStop using discard_changes() in Ordered (if I knew it will be *that* complex I would...
Peter Rabbitson [Sat, 8 Aug 2009 15:02:39 +0000]
Stop using discard_changes() in Ordered (if I knew it will be *that* complex I would not touch it)

14 years agoper mst: no optional deps
Peter Rabbitson [Fri, 7 Aug 2009 15:22:58 +0000]
per mst: no optional deps

14 years agoFix bogus POD
Peter Rabbitson [Fri, 7 Aug 2009 12:16:13 +0000]
Fix bogus POD

14 years agoRemove merged branch
Peter Rabbitson [Fri, 7 Aug 2009 09:21:35 +0000]
Remove merged branch

14 years agoMerge 'discard_changes_replication_fix' into 'trunk'
Peter Rabbitson [Fri, 7 Aug 2009 09:19:35 +0000]
Merge 'discard_changes_replication_fix' into 'trunk'

r7232@Thesaurus (orig r7229):  jnapiorkowski | 2009-08-05 16:56:32 +0200
added test for the new default force pool behavior in PK->discard_changes and cleaned up the related tests a bit to give more meaningful info
r7233@Thesaurus (orig r7230):  jnapiorkowski | 2009-08-05 16:57:45 +0200
opps typo in test status messages
r7234@Thesaurus (orig r7231):  jnapiorkowski | 2009-08-05 17:03:46 +0200
added the default attrs to solve the failing test recently commited
r7235@Thesaurus (orig r7232):  jnapiorkowski | 2009-08-05 17:58:44 +0200
added test to make sure you can override the default attributes to discard_changes
r7241@Thesaurus (orig r7238):  jnapiorkowski | 2009-08-05 22:00:58 +0200
added replication as an optional feature to make installing it easier
r7253@Thesaurus (orig r7250):  ribasushi | 2009-08-07 11:06:41 +0200
Streamline makefile dep handling
r7254@Thesaurus (orig r7251):  ribasushi | 2009-08-07 11:07:14 +0200
Switch to done_testing
r7255@Thesaurus (orig r7252):  ribasushi | 2009-08-07 11:19:13 +0200
Move discard_changes code to Row.pm, better docs

14 years agoMove discard_changes code to Row.pm, better docs
Peter Rabbitson [Fri, 7 Aug 2009 09:19:13 +0000]
Move discard_changes code to Row.pm, better docs

14 years agoSwitch to done_testing
Peter Rabbitson [Fri, 7 Aug 2009 09:07:14 +0000]
Switch to done_testing

14 years agoStreamline makefile dep handling
Peter Rabbitson [Fri, 7 Aug 2009 09:06:41 +0000]
Streamline makefile dep handling

14 years agoMerge 'trunk' into 'discard_changes_replication_fix'
Peter Rabbitson [Fri, 7 Aug 2009 08:48:41 +0000]
Merge 'trunk' into 'discard_changes_replication_fix'

r7236@Thesaurus (orig r7233):  caelum | 2009-08-05 19:49:51 +0200
fix rounding issues in mssql money tests
r7237@Thesaurus (orig r7234):  caelum | 2009-08-05 20:09:03 +0200
better money value comparison in tests
r7239@Thesaurus (orig r7236):  frew | 2009-08-05 20:53:32 +0200
whitespace jfklds;ajfklds;a
r7240@Thesaurus (orig r7237):  frew | 2009-08-05 20:54:41 +0200
Fix testing bug.  Windows only.

14 years agoadded replication as an optional feature to make installing it easier
John Napiorkowski [Wed, 5 Aug 2009 20:00:58 +0000]
added replication as an optional feature to make installing it easier

14 years agoFix testing bug. Windows only.
Arthur Axel "fREW" Schmidt [Wed, 5 Aug 2009 18:54:41 +0000]
Fix testing bug.  Windows only.

14 years agowhitespace jfklds;ajfklds;a
Arthur Axel "fREW" Schmidt [Wed, 5 Aug 2009 18:53:32 +0000]
whitespace jfklds;ajfklds;a

14 years agofix up txn_begin and the ping_count test
Rafael Kitover [Wed, 5 Aug 2009 18:39:47 +0000]
fix up txn_begin and the ping_count test

14 years agobetter money value comparison in tests
Rafael Kitover [Wed, 5 Aug 2009 18:09:03 +0000]
better money value comparison in tests

14 years agofix rounding issues in mssql money tests
Rafael Kitover [Wed, 5 Aug 2009 17:49:51 +0000]
fix rounding issues in mssql money tests

14 years agoadded test to make sure you can override the default attributes to discard_changes
John Napiorkowski [Wed, 5 Aug 2009 15:58:44 +0000]
added test to make sure you can override the default attributes to discard_changes

14 years agoadded the default attrs to solve the failing test recently commited
John Napiorkowski [Wed, 5 Aug 2009 15:03:46 +0000]
added the default attrs to solve the failing test recently commited

14 years agoopps typo in test status messages
John Napiorkowski [Wed, 5 Aug 2009 14:57:45 +0000]
opps typo in test status messages

14 years agoadded test for the new default force pool behavior in PK->discard_changes and cleaned...
John Napiorkowski [Wed, 5 Aug 2009 14:56:32 +0000]
added test for the new default force pool behavior in PK->discard_changes and cleaned up the related tests a bit to give more meaningful info

14 years agoDynamically load necessary table classes
Peter Rabbitson [Wed, 5 Aug 2009 13:41:28 +0000]
Dynamically load necessary table classes

14 years agoMinty's conversion of cookbook "arbitrary sql" to use ResultSource::View, plus some...
Jess Robinson [Wed, 5 Aug 2009 12:57:52 +0000]
Minty's conversion of cookbook "arbitrary sql" to use ResultSource::View, plus some examples in ::View itself.
Some style tweaks of mine

14 years agoClarify autocommit default
Peter Rabbitson [Wed, 5 Aug 2009 10:49:06 +0000]
Clarify autocommit default

14 years agoWe do not count pings during deploy - they are expected
Peter Rabbitson [Wed, 5 Aug 2009 10:36:01 +0000]
We do not count pings during deploy - they are expected

14 years agoChanges and a deploy() fix
Peter Rabbitson [Wed, 5 Aug 2009 10:32:09 +0000]
Changes and a deploy() fix

14 years agoWhoopsie - more renames
Peter Rabbitson [Wed, 5 Aug 2009 10:12:20 +0000]
Whoopsie - more renames

14 years agoRename last_dbh and turn it into a public method
Peter Rabbitson [Wed, 5 Aug 2009 10:09:07 +0000]
Rename last_dbh and turn it into a public method

14 years agoupdate branch after pull
Rafael Kitover [Wed, 5 Aug 2009 09:48:04 +0000]
update branch after pull

14 years agoMerge 'trunk' into 'reduce_pings'
Rafael Kitover [Wed, 5 Aug 2009 09:19:57 +0000]
Merge 'trunk' into 'reduce_pings'

r6389@hlagh (orig r7140):  caelum | 2009-07-30 08:46:04 -0400
update sqlite test schema
r6394@hlagh (orig r7145):  robkinyon | 2009-07-30 10:13:21 -0400
Added prefetch caveats
r6395@hlagh (orig r7146):  robkinyon | 2009-07-30 10:20:02 -0400
Fixed caveats
r6398@hlagh (orig r7149):  caelum | 2009-07-30 11:56:01 -0400
make ::Oracle::Generic load without DBD::Oracle
r6399@hlagh (orig r7150):  caelum | 2009-07-30 12:04:47 -0400
make sure DBD::Oracle is loaded when using constants from it
r6404@hlagh (orig r7154):  castaway | 2009-07-30 16:17:33 -0400
Mangled Rob's example somewhat, still needs explaining whch circs exactly cause the borken results

r6405@hlagh (orig r7158):  mo | 2009-07-31 06:51:20 -0400
POD fix
r6406@hlagh (orig r7159):  mo | 2009-07-31 06:52:42 -0400
undo that attributes merge stuff
r9037@hlagh (orig r7166):  castaway | 2009-08-02 06:41:25 -0400
Mention ResultSet, ResultSource and Row in synopsis

r9038@hlagh (orig r7167):  castaway | 2009-08-02 08:10:53 -0400
Docs: Explainations of result sources and how to find them

r9042@hlagh (orig r7172):  ribasushi | 2009-08-03 05:01:44 -0400
Disable Pod::Inherit makefile calls, until we get to version 0.02
r9046@hlagh (orig r7176):  ribasushi | 2009-08-03 05:51:42 -0400
 r6983@Thesaurus (orig r6982):  ribasushi | 2009-07-04 11:46:57 +0200
 New branch to experiment with a sanifying mysql on_connect_call
 r6984@Thesaurus (orig r6983):  ribasushi | 2009-07-04 11:49:44 +0200
 Initial set_ansi_mode code - make sure to utilize _do_query instead of dbh->do, so the result is visible in the trace
 r6987@Thesaurus (orig r6986):  ribasushi | 2009-07-04 12:40:47 +0200
 Fix POD
 r7178@Thesaurus (orig r7175):  ribasushi | 2009-08-03 11:51:15 +0200
 Wrap up set_strict_mode for mysql

r9048@hlagh (orig r7178):  ribasushi | 2009-08-03 06:41:32 -0400
Sanify unqualified column bindtype handling
Silence a warning when using a custom {from}
r9068@hlagh (orig r7198):  caelum | 2009-08-04 16:18:27 -0400
update Changes
r9075@hlagh (orig r7205):  ribasushi | 2009-08-05 02:34:25 -0400
Bump dependencies:
Test::More for the new no_plan/done_testing goodies
File::Temp as per RT#48431
r9077@hlagh (orig r7207):  ribasushi | 2009-08-05 02:36:32 -0400
 r7156@Thesaurus (orig r7153):  robkinyon | 2009-07-30 20:06:04 +0200
 Create prefetch_redux branch
 r7164@Thesaurus (orig r7161):  robkinyon | 2009-07-31 22:41:01 +0200
 Added MooseX::Traits to Makefile.PL
 r7172@Thesaurus (orig r7169):  robkinyon | 2009-08-03 05:49:59 +0200
 Added two tests and marked one todo_skip
 r7187@Thesaurus (orig r7184):  ribasushi | 2009-08-03 17:24:41 +0200
 Use goto to preserve correct error-at-line reporting
 r7189@Thesaurus (orig r7186):  ribasushi | 2009-08-04 12:34:58 +0200
 Add an extra test specifically for distinct/prefetch
 Remove duplicate test in count/prefetch

 Switch to as_query instead of debug overloading
 r7190@Thesaurus (orig r7187):  ribasushi | 2009-08-04 12:35:57 +0200
 Fix how a distinct-induced group_by is calculated, taking in consideration the new prefetch mechanism
 r7197@Thesaurus (orig r7194):  ribasushi | 2009-08-04 17:31:33 +0200
 Traits not needed by anything currently in dbic
 r7198@Thesaurus (orig r7195):  ribasushi | 2009-08-04 17:41:14 +0200
 Move around tests a bit
 r7199@Thesaurus (orig r7196):  mo | 2009-08-04 21:10:57 +0200
 prefetch-grouped fails, again
 r7204@Thesaurus (orig r7201):  ribasushi | 2009-08-04 22:50:51 +0200
 Split the search_related prefetch tests into a standalone testfile
 r7205@Thesaurus (orig r7202):  ribasushi | 2009-08-04 23:05:03 +0200
 Move norbi's test to prefetch_redux - it's the same idea
 r7209@Thesaurus (orig r7206):  ribasushi | 2009-08-05 08:35:48 +0200
 Tadaaaa (even more prefetch insanity)

r9079@hlagh (orig r7209):  ribasushi | 2009-08-05 02:38:41 -0400
 r7107@Thesaurus (orig r7104):  caelum | 2009-07-24 06:51:57 +0200
 new branch to move common mssql functionality into the base class, and other tweaks
 r7109@Thesaurus (orig r7106):  caelum | 2009-07-24 07:28:11 +0200
 moved code to ::DBI::MSSQL and added DT inflation test
 r7112@Thesaurus (orig r7109):  caelum | 2009-07-24 08:46:16 +0200
 merge in some more MSSQL code, including odbc dynamic cursor support
 r7113@Thesaurus (orig r7110):  caelum | 2009-07-24 08:49:54 +0200
 fix a warning in SQLAHacks
 r7114@Thesaurus (orig r7111):  caelum | 2009-07-24 09:22:33 +0200
 add placeholder support detection for mssql through dbd::sybase
 r7118@Thesaurus (orig r7115):  caelum | 2009-07-24 16:39:06 +0200
 minor doc clarification
 r7122@Thesaurus (orig r7119):  caelum | 2009-07-25 16:10:30 +0200
 move placeholder support detection into ::Sybase::Base
 r7123@Thesaurus (orig r7120):  caelum | 2009-07-25 16:12:01 +0200
 add a comment
 r7127@Thesaurus (orig r7124):  caelum | 2009-07-26 18:04:29 +0200
 SAVEPOINT methods for MSSQL
 r7140@Thesaurus (orig r7137):  caelum | 2009-07-30 10:12:45 +0200
 better tests for "smalldatetime" support in MSSQL
 r7142@Thesaurus (orig r7139):  caelum | 2009-07-30 13:29:19 +0200
 MSSQL GUID support
 r7147@Thesaurus (orig r7144):  caelum | 2009-07-30 15:38:33 +0200
 update sqlite test schema
 r7150@Thesaurus (orig r7147):  caelum | 2009-07-30 16:26:47 +0200
 make sure the new mssql insert method works on an un-reblessed storage
 r7151@Thesaurus (orig r7148):  caelum | 2009-07-30 16:55:35 +0200
 better rebless check for insert
 r7154@Thesaurus (orig r7151):  caelum | 2009-07-30 18:57:22 +0200
 add missing file
 r7155@Thesaurus (orig r7152):  caelum | 2009-07-30 19:00:40 +0200
 fix syntax error
 r7163@Thesaurus (orig r7160):  caelum | 2009-07-31 15:52:41 +0200
 fix a bug in _determine_driver
 r7166@Thesaurus (orig r7163):  caelum | 2009-08-01 18:10:23 +0200
 default collist for storage _resolve_column_info
 r7182@Thesaurus (orig r7179):  caelum | 2009-08-03 13:42:31 +0200
 check that dynamic cursors are functional if enabled
 r7184@Thesaurus (orig r7181):  ribasushi | 2009-08-03 14:23:37 +0200
 Adjust expected sql to match the new 'Track' table definition
 r7186@Thesaurus (orig r7183):  ribasushi | 2009-08-03 15:16:10 +0200
 Simplify code and add some comments
 r7200@Thesaurus (orig r7197):  caelum | 2009-08-04 21:31:16 +0200
 update oracle tests for new "track" table
 r7203@Thesaurus (orig r7200):  caelum | 2009-08-04 22:39:57 +0200
 update Changes

r9081@hlagh (orig r7211):  ribasushi | 2009-08-05 02:40:39 -0400
 r7213@Thesaurus (orig r7210):  ribasushi | 2009-08-05 08:40:20 +0200
 Really sanify _resolve_column_info

r9083@hlagh (orig r7213):  ribasushi | 2009-08-05 04:19:37 -0400
Reminder about discard_changes and friends
r9084@hlagh (orig r7214):  ribasushi | 2009-08-05 04:26:20 -0400
Reformat and fill-in changes
r9085@hlagh (orig r7215):  caelum | 2009-08-05 04:37:12 -0400
rename connect_call_use_mars to connect_call_use_MARS
r9086@hlagh (orig r7216):  ribasushi | 2009-08-05 04:38:14 -0400
Silence a TODO test
r9087@hlagh (orig r7217):  caelum | 2009-08-05 04:46:11 -0400
minor Changes update

14 years agominor Changes update
Rafael Kitover [Wed, 5 Aug 2009 08:46:11 +0000]
minor Changes update

14 years agoSilence a TODO test
Peter Rabbitson [Wed, 5 Aug 2009 08:38:14 +0000]
Silence a TODO test

14 years agorename connect_call_use_mars to connect_call_use_MARS
Rafael Kitover [Wed, 5 Aug 2009 08:37:12 +0000]
rename connect_call_use_mars to connect_call_use_MARS

14 years agoReformat and fill-in changes
Peter Rabbitson [Wed, 5 Aug 2009 08:26:20 +0000]
Reformat and fill-in changes

14 years agoReminder about discard_changes and friends
Peter Rabbitson [Wed, 5 Aug 2009 08:19:37 +0000]
Reminder about discard_changes and friends

14 years agoMerge 'mssql_storage_minor_refactor' into 'trunk'
Peter Rabbitson [Wed, 5 Aug 2009 13:40:20 +0000]
Merge 'mssql_storage_minor_refactor' into 'trunk'

14 years agoReally sanify _resolve_column_info
Peter Rabbitson [Wed, 5 Aug 2009 06:40:20 +0000]
Really sanify _resolve_column_info

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Peter Rabbitson [Wed, 5 Aug 2009 06:37:48 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r7208@Thesaurus (orig r7205):  ribasushi | 2009-08-05 08:34:25 +0200
Bump dependencies:
Test::More for the new no_plan/done_testing goodies
File::Temp as per RT#48431
r7210@Thesaurus (orig r7207):  ribasushi | 2009-08-05 08:36:32 +0200
 r7156@Thesaurus (orig r7153):  robkinyon | 2009-07-30 20:06:04 +0200
 Create prefetch_redux branch
 r7164@Thesaurus (orig r7161):  robkinyon | 2009-07-31 22:41:01 +0200
 Added MooseX::Traits to Makefile.PL
 r7172@Thesaurus (orig r7169):  robkinyon | 2009-08-03 05:49:59 +0200
 Added two tests and marked one todo_skip
 r7187@Thesaurus (orig r7184):  ribasushi | 2009-08-03 17:24:41 +0200
 Use goto to preserve correct error-at-line reporting
 r7189@Thesaurus (orig r7186):  ribasushi | 2009-08-04 12:34:58 +0200
 Add an extra test specifically for distinct/prefetch
 Remove duplicate test in count/prefetch

 Switch to as_query instead of debug overloading
 r7190@Thesaurus (orig r7187):  ribasushi | 2009-08-04 12:35:57 +0200
 Fix how a distinct-induced group_by is calculated, taking in consideration the new prefetch mechanism
 r7197@Thesaurus (orig r7194):  ribasushi | 2009-08-04 17:31:33 +0200
 Traits not needed by anything currently in dbic
 r7198@Thesaurus (orig r7195):  ribasushi | 2009-08-04 17:41:14 +0200
 Move around tests a bit
 r7199@Thesaurus (orig r7196):  mo | 2009-08-04 21:10:57 +0200
 prefetch-grouped fails, again
 r7204@Thesaurus (orig r7201):  ribasushi | 2009-08-04 22:50:51 +0200
 Split the search_related prefetch tests into a standalone testfile
 r7205@Thesaurus (orig r7202):  ribasushi | 2009-08-04 23:05:03 +0200
 Move norbi's test to prefetch_redux - it's the same idea
 r7209@Thesaurus (orig r7206):  ribasushi | 2009-08-05 08:35:48 +0200
 Tadaaaa (even more prefetch insanity)

14 years agoMerge 'prefetch_redux' into 'trunk'
Peter Rabbitson [Wed, 5 Aug 2009 06:36:32 +0000]
Merge 'prefetch_redux' into 'trunk'

r7156@Thesaurus (orig r7153):  robkinyon | 2009-07-30 20:06:04 +0200
Create prefetch_redux branch
r7164@Thesaurus (orig r7161):  robkinyon | 2009-07-31 22:41:01 +0200
Added MooseX::Traits to Makefile.PL
r7172@Thesaurus (orig r7169):  robkinyon | 2009-08-03 05:49:59 +0200
Added two tests and marked one todo_skip
r7187@Thesaurus (orig r7184):  ribasushi | 2009-08-03 17:24:41 +0200
Use goto to preserve correct error-at-line reporting
r7189@Thesaurus (orig r7186):  ribasushi | 2009-08-04 12:34:58 +0200
Add an extra test specifically for distinct/prefetch
Remove duplicate test in count/prefetch

Switch to as_query instead of debug overloading
r7190@Thesaurus (orig r7187):  ribasushi | 2009-08-04 12:35:57 +0200
Fix how a distinct-induced group_by is calculated, taking in consideration the new prefetch mechanism
r7197@Thesaurus (orig r7194):  ribasushi | 2009-08-04 17:31:33 +0200
Traits not needed by anything currently in dbic
r7198@Thesaurus (orig r7195):  ribasushi | 2009-08-04 17:41:14 +0200
Move around tests a bit
r7199@Thesaurus (orig r7196):  mo | 2009-08-04 21:10:57 +0200
prefetch-grouped fails, again
r7204@Thesaurus (orig r7201):  ribasushi | 2009-08-04 22:50:51 +0200
Split the search_related prefetch tests into a standalone testfile
r7205@Thesaurus (orig r7202):  ribasushi | 2009-08-04 23:05:03 +0200
Move norbi's test to prefetch_redux - it's the same idea
r7209@Thesaurus (orig r7206):  ribasushi | 2009-08-05 08:35:48 +0200
Tadaaaa (even more prefetch insanity)

14 years agoTadaaaa (even more prefetch insanity)
Peter Rabbitson [Wed, 5 Aug 2009 06:35:48 +0000]
Tadaaaa (even more prefetch insanity)

14 years agoBump dependencies:
Peter Rabbitson [Wed, 5 Aug 2009 06:34:25 +0000]
Bump dependencies:
Test::More for the new no_plan/done_testing goodies
File::Temp as per RT#48431

14 years agoMerge 'prefetch_bug-related_resultset_order_by_plus_limit' into 'prefetch_redux'
Peter Rabbitson [Tue, 4 Aug 2009 21:05:03 +0000]
Merge 'prefetch_bug-related_resultset_order_by_plus_limit' into 'prefetch_redux'

Move norbi's test to prefetch_redux - it's the same idea

14 years agoSplit the search_related prefetch tests into a standalone testfile
Peter Rabbitson [Tue, 4 Aug 2009 20:50:51 +0000]
Split the search_related prefetch tests into a standalone testfile

14 years agoupdate Changes
Rafael Kitover [Tue, 4 Aug 2009 20:39:57 +0000]
update Changes

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Rafael Kitover [Tue, 4 Aug 2009 21:18:27 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r9068@hlagh (orig r7198):  caelum | 2009-08-04 16:18:27 -0400
update Changes

14 years agoupdate Changes
Rafael Kitover [Tue, 4 Aug 2009 20:18:27 +0000]
update Changes

14 years agoupdate oracle tests for new "track" table
Rafael Kitover [Tue, 4 Aug 2009 19:31:16 +0000]
update oracle tests for new "track" table

14 years agoprefetch-grouped fails, again
Moritz Onken [Tue, 4 Aug 2009 19:10:57 +0000]
prefetch-grouped fails, again

14 years agoMove around tests a bit
Peter Rabbitson [Tue, 4 Aug 2009 15:41:14 +0000]
Move around tests a bit

14 years agoTraits not needed by anything currently in dbic
Peter Rabbitson [Tue, 4 Aug 2009 15:31:33 +0000]
Traits not needed by anything currently in dbic

14 years agoMerge 'trunk' into 'prefetch_redux'
Peter Rabbitson [Tue, 4 Aug 2009 10:36:20 +0000]
Merge 'trunk' into 'prefetch_redux'

r7179@Thesaurus (orig r7176):  ribasushi | 2009-08-03 11:51:42 +0200
 r6983@Thesaurus (orig r6982):  ribasushi | 2009-07-04 11:46:57 +0200
 New branch to experiment with a sanifying mysql on_connect_call
 r6984@Thesaurus (orig r6983):  ribasushi | 2009-07-04 11:49:44 +0200
 Initial set_ansi_mode code - make sure to utilize _do_query instead of dbh->do, so the result is visible in the trace
 r6987@Thesaurus (orig r6986):  ribasushi | 2009-07-04 12:40:47 +0200
 Fix POD
 r7178@Thesaurus (orig r7175):  ribasushi | 2009-08-03 11:51:15 +0200
 Wrap up set_strict_mode for mysql

r7181@Thesaurus (orig r7178):  ribasushi | 2009-08-03 12:41:32 +0200
Sanify unqualified column bindtype handling
Silence a warning when using a custom {from}

14 years agoFix how a distinct-induced group_by is calculated, taking in consideration the new...
Peter Rabbitson [Tue, 4 Aug 2009 10:35:57 +0000]
Fix how a distinct-induced group_by is calculated, taking in consideration the new prefetch mechanism

14 years agoAdd an extra test specifically for distinct/prefetch
Peter Rabbitson [Tue, 4 Aug 2009 10:34:58 +0000]
Add an extra test specifically for distinct/prefetch
Remove duplicate test in count/prefetch

Switch to as_query instead of debug overloading

14 years agoUse goto to preserve correct error-at-line reporting
Peter Rabbitson [Mon, 3 Aug 2009 15:24:41 +0000]
Use goto to preserve correct error-at-line reporting

14 years agoSimplify code and add some comments
Peter Rabbitson [Mon, 3 Aug 2009 13:16:10 +0000]
Simplify code and add some comments

14 years agoAdjust expected sql to match the new 'Track' table definition
Peter Rabbitson [Mon, 3 Aug 2009 12:23:37 +0000]
Adjust expected sql to match the new 'Track' table definition

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Peter Rabbitson [Mon, 3 Aug 2009 12:00:32 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r7169@Thesaurus (orig r7166):  castaway | 2009-08-02 12:41:25 +0200
Mention ResultSet, ResultSource and Row in synopsis

r7170@Thesaurus (orig r7167):  castaway | 2009-08-02 14:10:53 +0200
Docs: Explainations of result sources and how to find them

r7175@Thesaurus (orig r7172):  ribasushi | 2009-08-03 11:01:44 +0200
Disable Pod::Inherit makefile calls, until we get to version 0.02
r7179@Thesaurus (orig r7176):  ribasushi | 2009-08-03 11:51:42 +0200
 r6983@Thesaurus (orig r6982):  ribasushi | 2009-07-04 11:46:57 +0200
 New branch to experiment with a sanifying mysql on_connect_call
 r6984@Thesaurus (orig r6983):  ribasushi | 2009-07-04 11:49:44 +0200
 Initial set_ansi_mode code - make sure to utilize _do_query instead of dbh->do, so the result is visible in the trace
 r6987@Thesaurus (orig r6986):  ribasushi | 2009-07-04 12:40:47 +0200
 Fix POD
 r7178@Thesaurus (orig r7175):  ribasushi | 2009-08-03 11:51:15 +0200
 Wrap up set_strict_mode for mysql

r7181@Thesaurus (orig r7178):  ribasushi | 2009-08-03 12:41:32 +0200
Sanify unqualified column bindtype handling
Silence a warning when using a custom {from}

14 years agocheck that dynamic cursors are functional if enabled
Rafael Kitover [Mon, 3 Aug 2009 11:42:31 +0000]
check that dynamic cursors are functional if enabled

14 years agoSanify unqualified column bindtype handling
Peter Rabbitson [Mon, 3 Aug 2009 10:41:32 +0000]
Sanify unqualified column bindtype handling
Silence a warning when using a custom {from}

14 years agoMerge 'mysql_ansi' into 'trunk'
Peter Rabbitson [Mon, 3 Aug 2009 09:51:42 +0000]
Merge 'mysql_ansi' into 'trunk'

r6983@Thesaurus (orig r6982):  ribasushi | 2009-07-04 11:46:57 +0200
New branch to experiment with a sanifying mysql on_connect_call
r6984@Thesaurus (orig r6983):  ribasushi | 2009-07-04 11:49:44 +0200
Initial set_ansi_mode code - make sure to utilize _do_query instead of dbh->do, so the result is visible in the trace
r6987@Thesaurus (orig r6986):  ribasushi | 2009-07-04 12:40:47 +0200
Fix POD
r7178@Thesaurus (orig r7175):  ribasushi | 2009-08-03 11:51:15 +0200
Wrap up set_strict_mode for mysql

14 years agoWrap up set_strict_mode for mysql
Peter Rabbitson [Mon, 3 Aug 2009 09:51:15 +0000]
Wrap up set_strict_mode for mysql

14 years agoMerge 'trunk' into 'prefetch_redux'
Peter Rabbitson [Mon, 3 Aug 2009 16:01:44 +0000]
Merge 'trunk' into 'prefetch_redux'

14 years agoMerge 'trunk' into 'mysql_ansi'
Peter Rabbitson [Mon, 3 Aug 2009 16:01:44 +0000]
Merge 'trunk' into 'mysql_ansi'

14 years agoDisable Pod::Inherit makefile calls, until we get to version 0.02
Peter Rabbitson [Mon, 3 Aug 2009 09:01:44 +0000]
Disable Pod::Inherit makefile calls, until we get to version 0.02

14 years agoAdded two tests and marked one todo_skip
Rob Kinyon [Mon, 3 Aug 2009 03:49:59 +0000]
Added two tests and marked one todo_skip

14 years agoDocs: Explainations of result sources and how to find them
Jess Robinson [Sun, 2 Aug 2009 12:10:53 +0000]
Docs: Explainations of result sources and how to find them

14 years agoMention ResultSet, ResultSource and Row in synopsis
Jess Robinson [Sun, 2 Aug 2009 10:41:25 +0000]
Mention ResultSet, ResultSource and Row in synopsis

14 years agodefault collist for storage _resolve_column_info
Rafael Kitover [Sat, 1 Aug 2009 16:10:23 +0000]
default collist for storage _resolve_column_info

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Rafael Kitover [Sat, 1 Aug 2009 10:36:47 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r6394@hlagh (orig r7145):  robkinyon | 2009-07-30 10:13:21 -0400
Added prefetch caveats
r6395@hlagh (orig r7146):  robkinyon | 2009-07-30 10:20:02 -0400
Fixed caveats
r6398@hlagh (orig r7149):  caelum | 2009-07-30 11:56:01 -0400
make ::Oracle::Generic load without DBD::Oracle
r6399@hlagh (orig r7150):  caelum | 2009-07-30 12:04:47 -0400
make sure DBD::Oracle is loaded when using constants from it
r6404@hlagh (orig r7154):  castaway | 2009-07-30 16:17:33 -0400
Mangled Rob's example somewhat, still needs explaining whch circs exactly cause the borken results

r6405@hlagh (orig r7158):  mo | 2009-07-31 06:51:20 -0400
POD fix
r6406@hlagh (orig r7159):  mo | 2009-07-31 06:52:42 -0400
undo that attributes merge stuff

14 years agoAdded MooseX::Traits to Makefile.PL
Rob Kinyon [Fri, 31 Jul 2009 20:41:01 +0000]
Added MooseX::Traits to Makefile.PL

14 years agofix a bug in _determine_driver
Rafael Kitover [Fri, 31 Jul 2009 13:52:41 +0000]
fix a bug in _determine_driver

14 years agoundo that attributes merge stuff
Moritz Onken [Fri, 31 Jul 2009 10:52:42 +0000]
undo that attributes merge stuff

14 years agoPOD fix
Moritz Onken [Fri, 31 Jul 2009 10:51:20 +0000]
POD fix

14 years agoMangled Rob's example somewhat, still needs explaining whch circs exactly cause the...
Jess Robinson [Thu, 30 Jul 2009 20:17:33 +0000]
Mangled Rob's example somewhat, still needs explaining whch circs exactly cause the borken results

14 years agofix syntax error
Rafael Kitover [Thu, 30 Jul 2009 17:00:40 +0000]
fix syntax error

14 years agoadd missing file
Rafael Kitover [Thu, 30 Jul 2009 16:57:22 +0000]
add missing file

14 years agomake sure DBD::Oracle is loaded when using constants from it
Rafael Kitover [Thu, 30 Jul 2009 16:04:47 +0000]
make sure DBD::Oracle is loaded when using constants from it

14 years agomake ::Oracle::Generic load without DBD::Oracle
Rafael Kitover [Thu, 30 Jul 2009 15:56:01 +0000]
make ::Oracle::Generic load without DBD::Oracle

14 years agobetter rebless check for insert
Rafael Kitover [Thu, 30 Jul 2009 14:55:35 +0000]
better rebless check for insert

14 years agomake sure the new mssql insert method works on an un-reblessed storage
Rafael Kitover [Thu, 30 Jul 2009 14:26:47 +0000]
make sure the new mssql insert method works on an un-reblessed storage

14 years agoFixed caveats
Rob Kinyon [Thu, 30 Jul 2009 14:20:02 +0000]
Fixed caveats

14 years agoAdded prefetch caveats
Rob Kinyon [Thu, 30 Jul 2009 14:13:21 +0000]
Added prefetch caveats

14 years agoupdate sqlite test schema
Rafael Kitover [Thu, 30 Jul 2009 13:38:33 +0000]
update sqlite test schema

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Rafael Kitover [Thu, 30 Jul 2009 13:46:04 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r6389@hlagh (orig r7140):  caelum | 2009-07-30 08:46:04 -0400
update sqlite test schema

14 years agoupdate sqlite test schema
Rafael Kitover [Thu, 30 Jul 2009 12:46:04 +0000]
update sqlite test schema

14 years agoMSSQL GUID support
Rafael Kitover [Thu, 30 Jul 2009 11:29:19 +0000]
MSSQL GUID support

14 years agobetter tests for "smalldatetime" support in MSSQL
Rafael Kitover [Thu, 30 Jul 2009 08:12:45 +0000]
better tests for "smalldatetime" support in MSSQL

14 years agoMerge 'trunk' into 'reduce_pings'
Rafael Kitover [Tue, 28 Jul 2009 01:03:47 +0000]
Merge 'trunk' into 'reduce_pings'

r6365@hlagh (orig r7126):  caelum | 2009-07-27 20:03:47 -0400
add postgres "timestamp without time zone" support

14 years agoMerge 'trunk' into 'mssql_storage_minor_refactor'
Rafael Kitover [Tue, 28 Jul 2009 01:03:47 +0000]
Merge 'trunk' into 'mssql_storage_minor_refactor'

r6365@hlagh (orig r7126):  caelum | 2009-07-27 20:03:47 -0400
add postgres "timestamp without time zone" support

14 years agoadd postgres "timestamp without time zone" support
Rafael Kitover [Tue, 28 Jul 2009 00:03:47 +0000]
add postgres "timestamp without time zone" support

14 years agoSAVEPOINT methods for MSSQL
Rafael Kitover [Sun, 26 Jul 2009 16:04:29 +0000]
SAVEPOINT methods for MSSQL

14 years agoadd a comment
Rafael Kitover [Sat, 25 Jul 2009 14:12:01 +0000]
add a comment

14 years agomove placeholder support detection into ::Sybase::Base
Rafael Kitover [Sat, 25 Jul 2009 14:10:30 +0000]
move placeholder support detection into ::Sybase::Base

14 years agominor doc clarification
Rafael Kitover [Fri, 24 Jul 2009 14:39:06 +0000]
minor doc clarification

14 years agoadd placeholder support detection for mssql through dbd::sybase
Rafael Kitover [Fri, 24 Jul 2009 07:22:33 +0000]
add placeholder support detection for mssql through dbd::sybase

14 years agofix a warning in SQLAHacks
Rafael Kitover [Fri, 24 Jul 2009 06:49:54 +0000]
fix a warning in SQLAHacks

14 years agomerge in some more MSSQL code, including odbc dynamic cursor support
Rafael Kitover [Fri, 24 Jul 2009 06:46:16 +0000]
merge in some more MSSQL code, including odbc dynamic cursor support

14 years agorevert t/746mssql.t to trunk and move to another branch
Rafael Kitover [Fri, 24 Jul 2009 06:13:35 +0000]
revert t/746mssql.t to trunk and move to another branch

14 years agorevert odbc/mssql code to trunk and move it to another branch
Rafael Kitover [Fri, 24 Jul 2009 05:52:33 +0000]
revert odbc/mssql code to trunk and move it to another branch

14 years agomoved code to ::DBI::MSSQL and added DT inflation test
Rafael Kitover [Fri, 24 Jul 2009 05:28:11 +0000]
moved code to ::DBI::MSSQL and added DT inflation test