Rafael Kitover [Thu, 30 Jul 2009 13:46:04 +0000]
Merge 'trunk' into 'sybase'
r6389@hlagh (orig r7140): caelum | 2009-07-30 08:46:04 -0400
update sqlite test schema
Rafael Kitover [Thu, 30 Jul 2009 12:46:04 +0000]
update sqlite test schema
Rafael Kitover [Thu, 30 Jul 2009 08:21:20 +0000]
better test for "smalldatetime" in Sybase
Rafael Kitover [Tue, 28 Jul 2009 01:03:47 +0000]
Merge 'trunk' into 'sybase'
r6365@hlagh (orig r7126): caelum | 2009-07-27 20:03:47 -0400
add postgres "timestamp without time zone" support
Rafael Kitover [Tue, 28 Jul 2009 07:32:45 +0000]
forgot to set mro in dbi::cursor
Rafael Kitover [Tue, 28 Jul 2009 04:23:54 +0000]
minor refactoring, cleanups, doc updates
Rafael Kitover [Tue, 28 Jul 2009 00:03:47 +0000]
add postgres "timestamp without time zone" support
Rafael Kitover [Mon, 27 Jul 2009 01:48:35 +0000]
better FreeTDS support
Rafael Kitover [Sat, 25 Jul 2009 20:52:17 +0000]
add money type support
Rafael Kitover [Sat, 25 Jul 2009 19:23:49 +0000]
make insert work as a nested transaction too
Rafael Kitover [Sat, 25 Jul 2009 14:19:58 +0000]
use _resolve_column_info in NoBindVars
Rafael Kitover [Fri, 24 Jul 2009 19:22:25 +0000]
code cleanup
Rafael Kitover [Fri, 24 Jul 2009 18:35:37 +0000]
fix race condition in last_insert_id with placeholders
Rafael Kitover [Fri, 24 Jul 2009 14:19:08 +0000]
savepoint support
Rafael Kitover [Fri, 24 Jul 2009 08:04:00 +0000]
Merge 'trunk' into 'sybase'
r6088@hlagh (orig r7085): ribasushi | 2009-07-21 21:50:57 -0400
Lazy folks do not run the whole test suite before merging >:(
r6287@hlagh (orig r7097): caelum | 2009-07-23 14:14:11 -0400
r6092@hlagh (orig r7090): caelum | 2009-07-23 08:24:39 -0400
new branch for fixing the MONEY type in MSSQL
r6093@hlagh (orig r7091): caelum | 2009-07-23 08:34:01 -0400
add test
r6283@hlagh (orig r7093): caelum | 2009-07-23 10:31:08 -0400
fix money columns
r6284@hlagh (orig r7094): caelum | 2009-07-23 10:34:06 -0400
minor change
r6285@hlagh (orig r7095): caelum | 2009-07-23 11:01:37 -0400
add test for updating money value to NULL
r6286@hlagh (orig r7096): caelum | 2009-07-23 14:09:26 -0400
add money type tests to dbd::sybase+mssql tests
Rafael Kitover [Fri, 24 Jul 2009 07:58:24 +0000]
add support for IDENTITY_INSERT
Rafael Kitover [Thu, 23 Jul 2009 18:14:11 +0000]
Merge 'mssql_money_type' into 'trunk'
r6092@hlagh (orig r7090): caelum | 2009-07-23 08:24:39 -0400
new branch for fixing the MONEY type in MSSQL
r6093@hlagh (orig r7091): caelum | 2009-07-23 08:34:01 -0400
add test
r6283@hlagh (orig r7093): caelum | 2009-07-23 10:31:08 -0400
fix money columns
r6284@hlagh (orig r7094): caelum | 2009-07-23 10:34:06 -0400
minor change
r6285@hlagh (orig r7095): caelum | 2009-07-23 11:01:37 -0400
add test for updating money value to NULL
r6286@hlagh (orig r7096): caelum | 2009-07-23 14:09:26 -0400
add money type tests to dbd::sybase+mssql tests
Rafael Kitover [Thu, 23 Jul 2009 18:09:26 +0000]
add money type tests to dbd::sybase+mssql tests
Rafael Kitover [Thu, 23 Jul 2009 15:01:37 +0000]
add test for updating money value to NULL
Rafael Kitover [Thu, 23 Jul 2009 14:34:06 +0000]
minor change
Rafael Kitover [Thu, 23 Jul 2009 14:31:08 +0000]
fix money columns
Rafael Kitover [Thu, 23 Jul 2009 12:35:53 +0000]
doc tweak
Rafael Kitover [Thu, 23 Jul 2009 12:34:01 +0000]
add test
Rafael Kitover [Wed, 22 Jul 2009 22:47:14 +0000]
fix doc for how to check for FreeTDS
Rafael Kitover [Wed, 22 Jul 2009 15:05:37 +0000]
remove unnecessary test Result class
Rafael Kitover [Wed, 22 Jul 2009 05:09:21 +0000]
minor cleanups
Peter Rabbitson [Wed, 22 Jul 2009 01:50:57 +0000]
Lazy folks do not run the whole test suite before merging >:(
Rafael Kitover [Wed, 22 Jul 2009 00:36:54 +0000]
Merge 'trunk' into 'sybase'
r6075@hlagh (orig r7074): tomboh | 2009-07-20 12:20:37 -0400
Fix POD changes from r7040.
r6081@hlagh (orig r7077): norbi | 2009-07-20 18:59:30 -0400
r6082@hlagh (orig r7078): norbi | 2009-07-20 18:59:58 -0400
r7232@vger: mendel | 2009-07-21 00:58:12 +0200
Fixed documentation and added test for the "Arbitrary SQL through a custom ResultSource" Cookbook alternate (subclassing) recipe.
r6083@hlagh (orig r7079): norbi | 2009-07-20 19:05:32 -0400
r7235@vger: mendel | 2009-07-21 01:05:18 +0200
Fixed 'typo' (removed a word that I left there by accident).
r6084@hlagh (orig r7080): norbi | 2009-07-21 04:06:21 -0400
r7237@vger: mendel | 2009-07-21 10:06:05 +0200
Fixing what my svk client screwed up.
r6085@hlagh (orig r7081): caelum | 2009-07-21 10:51:55 -0400
update Storage::Replicated prereqs
r6086@hlagh (orig r7082): caelum | 2009-07-21 12:16:34 -0400
show Oracle datetime_setup alter session statements in debug output
Rafael Kitover [Tue, 21 Jul 2009 16:16:34 +0000]
show Oracle datetime_setup alter session statements in debug output
Rafael Kitover [Tue, 21 Jul 2009 14:51:55 +0000]
update Storage::Replicated prereqs
Norbert Buchmuller [Tue, 21 Jul 2009 15:06:05 +0000]
Fixing what my svk client screwed up.
Norbert Buchmuller [Tue, 21 Jul 2009 06:05:18 +0000]
Fixed 'typo' (removed a word that I left there by accident).
Norbert Buchmuller [Tue, 21 Jul 2009 05:58:12 +0000]
Fixed documentation and added test for the "Arbitrary SQL through a custom ResultSource" Cookbook alternate (subclassing) recipe.
Norbert Buchmuller [Mon, 20 Jul 2009 22:59:30 +0000]
Rafael Kitover [Mon, 20 Jul 2009 17:13:25 +0000]
better check for FreeTDS thanks to arcanez
Rafael Kitover [Mon, 20 Jul 2009 17:06:46 +0000]
change the (incorrect) version check to a check for FreeTDS
Tom Hukins [Mon, 20 Jul 2009 16:20:37 +0000]
Fix POD changes from r7040.
Rafael Kitover [Mon, 20 Jul 2009 13:47:48 +0000]
blob update now works
Rafael Kitover [Sun, 19 Jul 2009 23:02:19 +0000]
minor cleanups
Rafael Kitover [Sun, 19 Jul 2009 21:57:11 +0000]
mangling _select_args turned out to be unnecessary
Rafael Kitover [Fri, 17 Jul 2009 21:30:13 +0000]
some compatibility updated for older DBD::Sybase versions, some initial work on _select_args for blobs
Rafael Kitover [Fri, 17 Jul 2009 07:41:07 +0000]
Merge 'trunk' into 'sybase'
r5959@hlagh (orig r7027): caelum | 2009-07-10 17:56:57 -0400
fix PodInherit call in Makefile.PL
r5961@hlagh (orig r7029): robkinyon | 2009-07-10 18:03:07 -0400
Applied patch from kados regarding use of a DateTime::Format class to validate
r5962@hlagh (orig r7030): caelum | 2009-07-11 05:26:40 -0400
reword IC::DT doc patch
r6009@hlagh (orig r7037): dandv | 2009-07-13 08:06:08 -0400
PK::Auto has moved into Core since 2007
r6010@hlagh (orig r7038): dandv | 2009-07-13 08:15:13 -0400
Fixed has_many example in Intro.pod
r6011@hlagh (orig r7039): dandv | 2009-07-13 16:58:45 -0400
Fixed run-on sentences in FAQ
r6012@hlagh (orig r7040): dandv | 2009-07-13 17:18:11 -0400
Minor POD fixes in Example.pod
r6013@hlagh (orig r7041): dandv | 2009-07-13 17:48:18 -0400
Favored using ->single to get the topmost result over less readable ->slice(0)
r6014@hlagh (orig r7042): dandv | 2009-07-13 18:56:31 -0400
Minor POD fixes in Cookbook
r6015@hlagh (orig r7045): ribasushi | 2009-07-14 07:30:55 -0400
Minor logic cleanup
r6016@hlagh (orig r7046): ribasushi | 2009-07-14 08:07:11 -0400
grouped prefetch fix
r6023@hlagh (orig r7053): ijw | 2009-07-15 12:55:35 -0400
Added SQLA link for more comprehensive documentation of order_by options available
r6026@hlagh (orig r7056): caelum | 2009-07-15 18:54:22 -0400
add "smalldatetime" support to IC::DT
r6029@hlagh (orig r7059): ribasushi | 2009-07-16 00:29:41 -0400
r7013@Thesaurus (orig r7012): jnapiorkowski | 2009-07-09 17:00:22 +0200
new branch
r7014@Thesaurus (orig r7013): jnapiorkowski | 2009-07-09 20:06:44 +0200
changed the way transactions are detected for replication to work with the standard way to do this, minor doc updates, fix to the force pool so you can force a particular slave, changes to the way the debugging is created
r7015@Thesaurus (orig r7014): jnapiorkowski | 2009-07-09 20:17:03 +0200
more changes to the way debug output works
r7016@Thesaurus (orig r7015): jnapiorkowski | 2009-07-09 22:26:47 +0200
big update to the test suite so that we now check to make sure the storage that was expected was actually used
r7017@Thesaurus (orig r7016): jnapiorkowski | 2009-07-09 23:23:37 +0200
set correct number of tests, changed the debuggin output to not warn on DDL, minor change to a test resultclass so we can deploy to mysql properly
r7018@Thesaurus (orig r7017): jnapiorkowski | 2009-07-09 23:26:59 +0200
corrected the number of skipped tests
r7019@Thesaurus (orig r7018): jnapiorkowski | 2009-07-09 23:52:22 +0200
fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that I might need to delegate.
r7020@Thesaurus (orig r7019): jnapiorkowski | 2009-07-10 01:23:07 +0200
some documention updates and changed the way we find paths for the sqlite dbfiles to use File::Spec, which I hope will solve some of the Win32 error messages
r7023@Thesaurus (orig r7022): jnapiorkowski | 2009-07-10 18:00:38 +0200
pod cleanup, fixed broken pod links, and new Introduction pod
r7024@Thesaurus (orig r7023): jnapiorkowski | 2009-07-10 19:10:57 +0200
updated Changes file to reflect work completed
r7025@Thesaurus (orig r7024): jnapiorkowski | 2009-07-10 19:37:53 +0200
a few more Moose Type related fixes and added diag to the replication test to report the moose and types version used, to help us debug some of the moose related errors being reported
r7058@Thesaurus (orig r7057): ribasushi | 2009-07-16 06:28:44 +0200
A couple of typos, and general whitespace cleanup (ick)
r6031@hlagh (orig r7062): jnapiorkowski | 2009-07-16 11:03:32 -0400
increased Moose version requirements due to changes in the way type constraints get validated, which is not backwardly compatible
r6032@hlagh (orig r7063): dandv | 2009-07-16 21:37:28 -0400
Minor POD grammar: it's -> its where appropriate
Rafael Kitover [Fri, 17 Jul 2009 07:39:54 +0000]
make insertion of blobs into tables with identity columns work, other minor fixes
Dan Dascalescu [Fri, 17 Jul 2009 01:37:28 +0000]
Minor POD grammar: it's -> its where appropriate
John Napiorkowski [Thu, 16 Jul 2009 15:03:32 +0000]
increased Moose version requirements due to changes in the way type constraints get validated, which is not backwardly compatible
Peter Rabbitson [Thu, 16 Jul 2009 04:29:41 +0000]
Merge 'new_replication_transaction_fixup' into 'trunk'
Peter Rabbitson [Thu, 16 Jul 2009 04:28:44 +0000]
A couple of typos, and general whitespace cleanup (ick)
Rafael Kitover [Wed, 15 Jul 2009 22:54:22 +0000]
add "smalldatetime" support to IC::DT
Ian Wells [Wed, 15 Jul 2009 16:55:35 +0000]
Added SQLA link for more comprehensive documentation of order_by options available
Rafael Kitover [Tue, 14 Jul 2009 23:39:02 +0000]
set maxConnect in DSN and add docs
Rob Kinyon [Tue, 14 Jul 2009 17:50:28 +0000]
Merge 'trunk' into 'new_replication_transaction_fixup'
r7028@rkinyon-lt-osx (orig r7027): caelum | 2009-07-10 17:56:57 -0400
fix PodInherit call in Makefile.PL
r7030@rkinyon-lt-osx (orig r7029): robkinyon | 2009-07-10 18:03:07 -0400
Applied patch from kados regarding use of a DateTime::Format class to validate
r7031@rkinyon-lt-osx (orig r7030): caelum | 2009-07-11 05:26:40 -0400
reword IC::DT doc patch
r7038@rkinyon-lt-osx (orig r7037): dandv | 2009-07-13 08:06:08 -0400
PK::Auto has moved into Core since 2007
r7039@rkinyon-lt-osx (orig r7038): dandv | 2009-07-13 08:15:13 -0400
Fixed has_many example in Intro.pod
r7040@rkinyon-lt-osx (orig r7039): dandv | 2009-07-13 16:58:45 -0400
Fixed run-on sentences in FAQ
r7041@rkinyon-lt-osx (orig r7040): dandv | 2009-07-13 17:18:11 -0400
Minor POD fixes in Example.pod
r7042@rkinyon-lt-osx (orig r7041): dandv | 2009-07-13 17:48:18 -0400
Favored using ->single to get the topmost result over less readable ->slice(0)
r7043@rkinyon-lt-osx (orig r7042): dandv | 2009-07-13 18:56:31 -0400
Minor POD fixes in Cookbook
r7046@rkinyon-lt-osx (orig r7045): ribasushi | 2009-07-14 07:30:55 -0400
Minor logic cleanup
r7047@rkinyon-lt-osx (orig r7046): ribasushi | 2009-07-14 08:07:11 -0400
grouped prefetch fix
Peter Rabbitson [Tue, 14 Jul 2009 12:07:11 +0000]
grouped prefetch fix
Peter Rabbitson [Tue, 14 Jul 2009 11:30:55 +0000]
Minor logic cleanup
Dan Dascalescu [Mon, 13 Jul 2009 22:56:31 +0000]
Minor POD fixes in Cookbook
Dan Dascalescu [Mon, 13 Jul 2009 21:48:18 +0000]
Favored using ->single to get the topmost result over less readable ->slice(0)
Dan Dascalescu [Mon, 13 Jul 2009 21:18:11 +0000]
Minor POD fixes in Example.pod
Dan Dascalescu [Mon, 13 Jul 2009 20:58:45 +0000]
Fixed run-on sentences in FAQ
Dan Dascalescu [Mon, 13 Jul 2009 12:15:13 +0000]
Fixed has_many example in Intro.pod
Dan Dascalescu [Mon, 13 Jul 2009 12:06:08 +0000]
PK::Auto has moved into Core since 2007
Rafael Kitover [Sat, 11 Jul 2009 09:26:40 +0000]
reword IC::DT doc patch
Rob Kinyon [Fri, 10 Jul 2009 22:03:07 +0000]
Applied patch from kados regarding use of a DateTime::Format class to validate
Rafael Kitover [Fri, 10 Jul 2009 21:56:57 +0000]
fix PodInherit call in Makefile.PL
John Napiorkowski [Fri, 10 Jul 2009 17:37:53 +0000]
a few more Moose Type related fixes and added diag to the replication test to report the moose and types version used, to help us debug some of the moose related errors being reported
John Napiorkowski [Fri, 10 Jul 2009 17:10:57 +0000]
updated Changes file to reflect work completed
John Napiorkowski [Fri, 10 Jul 2009 16:00:38 +0000]
pod cleanup, fixed broken pod links, and new Introduction pod
Rafael Kitover [Fri, 10 Jul 2009 10:55:40 +0000]
Merge 'trunk' into 'sybase'
r5941@hlagh (orig r7009): ribasushi | 2009-07-09 03:45:02 -0700
r6995@Thesaurus (orig r6994): ribasushi | 2009-07-06 01:12:57 +0200
Where 08108 will come from
Rafael Kitover [Fri, 10 Jul 2009 10:52:13 +0000]
fix NoBindVars
John Napiorkowski [Thu, 9 Jul 2009 23:23:07 +0000]
some documention updates and changed the way we find paths for the sqlite dbfiles to use File::Spec, which I hope will solve some of the Win32 error messages
John Napiorkowski [Thu, 9 Jul 2009 21:52:22 +0000]
fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that I might need to delegate.
John Napiorkowski [Thu, 9 Jul 2009 21:26:59 +0000]
corrected the number of skipped tests
John Napiorkowski [Thu, 9 Jul 2009 21:23:37 +0000]
set correct number of tests, changed the debuggin output to not warn on DDL, minor change to a test resultclass so we can deploy to mysql properly
John Napiorkowski [Thu, 9 Jul 2009 20:26:47 +0000]
big update to the test suite so that we now check to make sure the storage that was expected was actually used
John Napiorkowski [Thu, 9 Jul 2009 18:17:03 +0000]
more changes to the way debug output works
John Napiorkowski [Thu, 9 Jul 2009 18:06:44 +0000]
changed the way transactions are detected for replication to work with the standard way to do this, minor doc updates, fix to the force pool so you can force a particular slave, changes to the way the debugging is created
Peter Rabbitson [Mon, 6 Jul 2009 06:12:57 +0000]
Merge '0.08108_prerelease_please_do_not_pull_into_it' into 'trunk'
r6995@Thesaurus (orig r6994): ribasushi | 2009-07-06 01:12:57 +0200
Where 08108 will come from
Rafael Kitover [Thu, 9 Jul 2009 05:35:56 +0000]
Merge 'trunk' into 'sybase'
r5891@hlagh (orig r6947): ribasushi | 2009-07-02 13:20:21 -0700
Last part of the join handling puzzle
r5894@hlagh (orig r6950): ribasushi | 2009-07-02 15:14:50 -0700
r6360@Thesaurus (orig r6359): arcanez | 2009-05-21 20:18:52 +0200
branch to work on prefetch/select
r6361@Thesaurus (orig r6360): arcanez | 2009-05-21 20:32:46 +0200
failing test
r6373@Thesaurus (orig r6372): ribasushi | 2009-05-22 11:07:26 +0200
Simplify unresolvable test by arcanez
r6905@Thesaurus (orig r6904): ribasushi | 2009-07-01 12:54:03 +0200
Extend test
r6950@Thesaurus (orig r6949): ribasushi | 2009-07-03 00:14:09 +0200
Apparent fix - simply delay the in_storage flagging of the main object until all prefetched objects are inflated. The rest of the changes are just cosmetics, preparing for the collapse_result rewrite
r5896@hlagh (orig r6952): ribasushi | 2009-07-02 15:17:22 -0700
Changes
r5909@hlagh (orig r6964): ribasushi | 2009-07-03 04:19:27 -0700
Add set_ansi_mode on_connect_call for mysql
Also switch to _do_query instead of plain dbh->do (shows up in the trace)
r5910@hlagh (orig r6965): ribasushi | 2009-07-03 04:37:06 -0700
Capitalize mysql commands
r5911@hlagh (orig r6966): ribasushi | 2009-07-03 06:07:49 -0700
Double an existing might_have test as has_one
r5912@hlagh (orig r6967): ribasushi | 2009-07-03 07:36:32 -0700
Extra test to demonstrate has_one working, and a POD clarification of multicreate
r5917@hlagh (orig r6972): ribasushi | 2009-07-03 11:20:42 -0700
r6554@Thesaurus (orig r6553): frew | 2009-06-09 00:06:42 +0200
branch for mssql top issues
r6572@Thesaurus (orig r6571): frew | 2009-06-09 23:18:46 +0200
more tests for SQL Server!
r6573@Thesaurus (orig r6572): frew | 2009-06-09 23:49:10 +0200
Added AmbiguousGlob.pm for silly servers like mssql and mysql. See docs for more info
r6574@Thesaurus (orig r6573): frew | 2009-06-09 23:55:22 +0200
fix plan
r6602@Thesaurus (orig r6601): frew | 2009-06-10 17:03:30 +0200
more failing tests
r6608@Thesaurus (orig r6607): frew | 2009-06-10 20:05:53 +0200
don't use eval!
r6610@Thesaurus (orig r6609): frew | 2009-06-10 20:07:49 +0200
beginning of DWIM for IDENTITY_INSERT
r6628@Thesaurus (orig r6627): frew | 2009-06-11 18:13:02 +0200
still busted :-(
r6631@Thesaurus (orig r6630): frew | 2009-06-11 19:39:00 +0200
general function to go from column names and ident to result source
r6632@Thesaurus (orig r6631): frew | 2009-06-11 19:40:11 +0200
Use new _resolve_column_sources method and begin insert_bulk method
r6635@Thesaurus (orig r6634): frew | 2009-06-11 20:12:38 +0200
updated _resolve_column_source to _resolve_column_info as per ribasushi's suggestion
r6650@Thesaurus (orig r6649): frew | 2009-06-12 17:13:32 +0200
Now I just need to check if the actual values are set...
r6651@Thesaurus (orig r6650): frew | 2009-06-12 17:26:53 +0200
Insert Identity works!
r6652@Thesaurus (orig r6651): frew | 2009-06-12 17:34:13 +0200
silly warns.
r6684@Thesaurus (orig r6683): frew | 2009-06-15 16:49:00 +0200
failing test
r6686@Thesaurus (orig r6685): ribasushi | 2009-06-15 18:10:26 +0200
make all resolved attrs visible to sqla
r6698@Thesaurus (orig r6697): ribasushi | 2009-06-17 02:31:37 +0200
Half way working stuff, needs a LOT of tweaking still
r6729@Thesaurus (orig r6728): ribasushi | 2009-06-19 19:49:27 +0200
Merge badness
r6730@Thesaurus (orig r6729): ribasushi | 2009-06-19 19:49:40 +0200
fix eol
r6731@Thesaurus (orig r6730): ribasushi | 2009-06-19 19:55:47 +0200
augment inheritance
r6735@Thesaurus (orig r6734): ribasushi | 2009-06-20 10:34:42 +0200
Maybe I've nailed it
r6746@Thesaurus (orig r6745): ribasushi | 2009-06-20 23:53:55 +0200
Test and merge fixes
r6747@Thesaurus (orig r6746): ribasushi | 2009-06-21 00:01:09 +0200
Really fix tests
r6748@Thesaurus (orig r6747): ribasushi | 2009-06-21 00:01:54 +0200
Really fix tests
r6749@Thesaurus (orig r6748): ribasushi | 2009-06-21 00:18:33 +0200
Now really final
r6750@Thesaurus (orig r6749): ribasushi | 2009-06-21 00:22:23 +0200
whoops
r6751@Thesaurus (orig r6750): ribasushi | 2009-06-21 00:42:18 +0200
That should be all
r6752@Thesaurus (orig r6751): ribasushi | 2009-06-21 08:54:00 +0200
Make sure quoting works
r6755@Thesaurus (orig r6754): ribasushi | 2009-06-21 15:21:23 +0200
Groundwork for sanification of the toplimit test
r6863@Thesaurus (orig r6862): ribasushi | 2009-06-30 01:13:49 +0200
Make sure storage classes use c3, just like the rest of dbic (tested on 5.8 as well)
r6869@Thesaurus (orig r6868): ribasushi | 2009-06-30 09:53:27 +0200
Some fixes after review
r6874@Thesaurus (orig r6873): ribasushi | 2009-06-30 11:54:34 +0200
Fix borked next invocation
r6896@Thesaurus (orig r6895): frew | 2009-06-30 21:38:26 +0200
silly misspells and trailing whitespace
r6955@Thesaurus (orig r6954): ribasushi | 2009-07-03 01:21:28 +0200
Some hack consolidation
r6962@Thesaurus (orig r6961): ribasushi | 2009-07-03 12:06:57 +0200
Fix some mssql shortcommings when confronted with the new subequeried prefetch sql
r6963@Thesaurus (orig r6962): ribasushi | 2009-07-03 12:47:57 +0200
Ask for newer DBD::Pg in author mode, suggest the newer version otherwise (proper array support). Make test more resilient as well
r6964@Thesaurus (orig r6963): ribasushi | 2009-07-03 12:49:16 +0200
Switch to C3 mro throughout the ::Storage hierarchy (DBIx::Class brings in MRO::Compat, and all ::Storage's are based on it, tested on 5.8
r6969@Thesaurus (orig r6968): ribasushi | 2009-07-03 19:54:04 +0200
Duh
r6970@Thesaurus (orig r6969): frew | 2009-07-03 19:59:48 +0200
fix tests for new codez
r6971@Thesaurus (orig r6970): ribasushi | 2009-07-03 20:18:53 +0200
detabify
r6972@Thesaurus (orig r6971): ribasushi | 2009-07-03 20:20:07 +0200
changes
r5920@hlagh (orig r6979): ribasushi | 2009-07-04 02:34:08 -0700
Hide devel documentation from the indexer
r5921@hlagh (orig r6980): ribasushi | 2009-07-04 02:37:25 -0700
Add set_ansi_mode POD
r5922@hlagh (orig r6981): ribasushi | 2009-07-04 02:45:24 -0700
Backout mysql changes for further polishing
r5925@hlagh (orig r6984): ribasushi | 2009-07-04 03:08:16 -0700
Missing newline
r5926@hlagh (orig r6985): ribasushi | 2009-07-04 03:11:18 -0700
typo
r5927@hlagh (orig r6986): ribasushi | 2009-07-04 03:40:47 -0700
Fix POD
r5928@hlagh (orig r6987): ribasushi | 2009-07-04 04:09:39 -0700
todos are shorter now
r5929@hlagh (orig r6989): castaway | 2009-07-05 13:00:55 -0700
Added Pod::Inherit use to Makefile.PL at author-time, comments/suggestions as to whether its too "noisy" welcome.
r5930@hlagh (orig r6990): ribasushi | 2009-07-05 15:06:52 -0700
Couple of makefile fixes:
use is compile time, use require
recommends is for distro maintainers only, push the dependency into the authors hash (it is not to be executed by mere mortals)
r5931@hlagh (orig r6991): ribasushi | 2009-07-05 15:55:36 -0700
Forgotten pod exclusions
r5932@hlagh (orig r6992): ribasushi | 2009-07-05 16:07:05 -0700
Temporarily backout Pod::Inherit changes
r5933@hlagh (orig r6993): ribasushi | 2009-07-05 16:10:22 -0700
Put Pod::Inherit stuff back after proper copy
Rafael Kitover [Tue, 7 Jul 2009 11:34:23 +0000]
fix sybase rebless to NoBindVars
Peter Rabbitson [Sun, 5 Jul 2009 23:12:57 +0000]
Where 08108 will come from
Peter Rabbitson [Sun, 5 Jul 2009 23:10:22 +0000]
Put Pod::Inherit stuff back after proper copy
Peter Rabbitson [Sun, 5 Jul 2009 23:07:05 +0000]
Temporarily backout Pod::Inherit changes
Peter Rabbitson [Sun, 5 Jul 2009 22:55:36 +0000]
Forgotten pod exclusions
Peter Rabbitson [Sun, 5 Jul 2009 22:06:52 +0000]
Couple of makefile fixes:
use is compile time, use require
recommends is for distro maintainers only, push the dependency into the authors hash (it is not to be executed by mere mortals)
Jess Robinson [Sun, 5 Jul 2009 20:00:55 +0000]
Added Pod::Inherit use to Makefile.PL at author-time, comments/suggestions as to whether its too "noisy" welcome.
Peter Rabbitson [Sat, 4 Jul 2009 11:09:39 +0000]
todos are shorter now
Peter Rabbitson [Sat, 4 Jul 2009 10:40:47 +0000]
Fix POD
Peter Rabbitson [Sat, 4 Jul 2009 10:11:18 +0000]
typo
Peter Rabbitson [Sat, 4 Jul 2009 10:08:16 +0000]
Missing newline
Peter Rabbitson [Sat, 4 Jul 2009 09:45:24 +0000]
Backout mysql changes for further polishing
Peter Rabbitson [Sat, 4 Jul 2009 09:37:25 +0000]
Add set_ansi_mode POD
Peter Rabbitson [Sat, 4 Jul 2009 09:34:08 +0000]
Hide devel documentation from the indexer
Peter Rabbitson [Fri, 3 Jul 2009 18:20:42 +0000]
Merge 'mssql_top_fixes' into 'trunk'
r6554@Thesaurus (orig r6553): frew | 2009-06-09 00:06:42 +0200
branch for mssql top issues
r6572@Thesaurus (orig r6571): frew | 2009-06-09 23:18:46 +0200
more tests for SQL Server!
r6573@Thesaurus (orig r6572): frew | 2009-06-09 23:49:10 +0200
Added AmbiguousGlob.pm for silly servers like mssql and mysql. See docs for more info
r6574@Thesaurus (orig r6573): frew | 2009-06-09 23:55:22 +0200
fix plan
r6602@Thesaurus (orig r6601): frew | 2009-06-10 17:03:30 +0200
more failing tests
r6608@Thesaurus (orig r6607): frew | 2009-06-10 20:05:53 +0200
don't use eval!
r6610@Thesaurus (orig r6609): frew | 2009-06-10 20:07:49 +0200
beginning of DWIM for IDENTITY_INSERT
r6628@Thesaurus (orig r6627): frew | 2009-06-11 18:13:02 +0200
still busted :-(
r6631@Thesaurus (orig r6630): frew | 2009-06-11 19:39:00 +0200
general function to go from column names and ident to result source
r6632@Thesaurus (orig r6631): frew | 2009-06-11 19:40:11 +0200
Use new _resolve_column_sources method and begin insert_bulk method
r6635@Thesaurus (orig r6634): frew | 2009-06-11 20:12:38 +0200
updated _resolve_column_source to _resolve_column_info as per ribasushi's suggestion
r6650@Thesaurus (orig r6649): frew | 2009-06-12 17:13:32 +0200
Now I just need to check if the actual values are set...
r6651@Thesaurus (orig r6650): frew | 2009-06-12 17:26:53 +0200
Insert Identity works!
r6652@Thesaurus (orig r6651): frew | 2009-06-12 17:34:13 +0200
silly warns.
r6684@Thesaurus (orig r6683): frew | 2009-06-15 16:49:00 +0200
failing test
r6686@Thesaurus (orig r6685): ribasushi | 2009-06-15 18:10:26 +0200
make all resolved attrs visible to sqla
r6698@Thesaurus (orig r6697): ribasushi | 2009-06-17 02:31:37 +0200
Half way working stuff, needs a LOT of tweaking still
r6729@Thesaurus (orig r6728): ribasushi | 2009-06-19 19:49:27 +0200
Merge badness
r6730@Thesaurus (orig r6729): ribasushi | 2009-06-19 19:49:40 +0200
fix eol
r6731@Thesaurus (orig r6730): ribasushi | 2009-06-19 19:55:47 +0200
augment inheritance
r6735@Thesaurus (orig r6734): ribasushi | 2009-06-20 10:34:42 +0200
Maybe I've nailed it
r6746@Thesaurus (orig r6745): ribasushi | 2009-06-20 23:53:55 +0200
Test and merge fixes
r6747@Thesaurus (orig r6746): ribasushi | 2009-06-21 00:01:09 +0200
Really fix tests
r6748@Thesaurus (orig r6747): ribasushi | 2009-06-21 00:01:54 +0200
Really fix tests
r6749@Thesaurus (orig r6748): ribasushi | 2009-06-21 00:18:33 +0200
Now really final
r6750@Thesaurus (orig r6749): ribasushi | 2009-06-21 00:22:23 +0200
whoops
r6751@Thesaurus (orig r6750): ribasushi | 2009-06-21 00:42:18 +0200
That should be all
r6752@Thesaurus (orig r6751): ribasushi | 2009-06-21 08:54:00 +0200
Make sure quoting works
r6755@Thesaurus (orig r6754): ribasushi | 2009-06-21 15:21:23 +0200
Groundwork for sanification of the toplimit test
r6863@Thesaurus (orig r6862): ribasushi | 2009-06-30 01:13:49 +0200
Make sure storage classes use c3, just like the rest of dbic (tested on 5.8 as well)
r6869@Thesaurus (orig r6868): ribasushi | 2009-06-30 09:53:27 +0200
Some fixes after review
r6874@Thesaurus (orig r6873): ribasushi | 2009-06-30 11:54:34 +0200
Fix borked next invocation
r6896@Thesaurus (orig r6895): frew | 2009-06-30 21:38:26 +0200
silly misspells and trailing whitespace
r6955@Thesaurus (orig r6954): ribasushi | 2009-07-03 01:21:28 +0200
Some hack consolidation
r6962@Thesaurus (orig r6961): ribasushi | 2009-07-03 12:06:57 +0200
Fix some mssql shortcommings when confronted with the new subequeried prefetch sql
r6963@Thesaurus (orig r6962): ribasushi | 2009-07-03 12:47:57 +0200
Ask for newer DBD::Pg in author mode, suggest the newer version otherwise (proper array support). Make test more resilient as well
r6964@Thesaurus (orig r6963): ribasushi | 2009-07-03 12:49:16 +0200
Switch to C3 mro throughout the ::Storage hierarchy (DBIx::Class brings in MRO::Compat, and all ::Storage's are based on it, tested on 5.8
r6969@Thesaurus (orig r6968): ribasushi | 2009-07-03 19:54:04 +0200
Duh
r6970@Thesaurus (orig r6969): frew | 2009-07-03 19:59:48 +0200
fix tests for new codez
r6971@Thesaurus (orig r6970): ribasushi | 2009-07-03 20:18:53 +0200
detabify
r6972@Thesaurus (orig r6971): ribasushi | 2009-07-03 20:20:07 +0200
changes
Peter Rabbitson [Fri, 3 Jul 2009 18:20:07 +0000]
changes
Peter Rabbitson [Fri, 3 Jul 2009 18:18:53 +0000]
detabify
Arthur Axel "fREW" Schmidt [Fri, 3 Jul 2009 17:59:48 +0000]
fix tests for new codez
Peter Rabbitson [Fri, 3 Jul 2009 17:54:04 +0000]
Duh
Peter Rabbitson [Fri, 3 Jul 2009 14:36:32 +0000]
Extra test to demonstrate has_one working, and a POD clarification of multicreate
Peter Rabbitson [Fri, 3 Jul 2009 13:07:49 +0000]
Double an existing might_have test as has_one
Peter Rabbitson [Fri, 3 Jul 2009 11:37:06 +0000]
Capitalize mysql commands
Peter Rabbitson [Fri, 3 Jul 2009 11:19:27 +0000]
Add set_ansi_mode on_connect_call for mysql
Also switch to _do_query instead of plain dbh->do (shows up in the trace)
Peter Rabbitson [Fri, 3 Jul 2009 10:49:16 +0000]
Switch to C3 mro throughout the ::Storage hierarchy (DBIx::Class brings in MRO::Compat, and all ::Storage's are based on it, tested on 5.8