Skip Menu |

This queue is for tickets about the POE-Component-SimpleDBI CPAN distribution.

Report information
The Basics
Id: 43442
Status: resolved
Priority: 0/
Queue: POE-Component-SimpleDBI

People
Owner: Nobody in particular
Requestors: acferen [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.26
Fixed in: (no value)



Subject: Queries fail for MSWin32 platforms
This is the next step after 42890 CONNECT hangs (goes off into limbo on Windows) Even with binmode(...) run at the top of the .pm it needs to be run in this sub too. 'Program' => sub { # Required for this to work on MSWin32 binmode(STDOUT); binmode(STDIN); POE::Component::SimpleDBI::SubProcess::main() },
Thanks again for pointing this out, v1.27 includes the patch. Please let me know if there's anything else I can do :) -- ~Apocalypse