On Tue, 26 Nov 2013 08:02:45 +0100, Jens Rehsack
wrote:
>
> Am 25.11.2013 um 20:42 schrieb David E. Wheeler :
>
> > On Nov 25, 2013, at 11:08 AM, Jens Rehsack wrote:
> >
> >> Let’s go - shoot:
> >>
> >> # specify most possible flags via driver flags
> >> $dbh = DBI->connect ("dbi:CSV:",
Am 25.11.2013 um 20:42 schrieb David E. Wheeler :
> On Nov 25, 2013, at 11:08 AM, Jens Rehsack wrote:
>
>> Let’s go - shoot:
>>
>> # specify most possible flags via driver flags
>> $dbh = DBI->connect ("dbi:CSV:", undef, undef, {
>> f_schema => undef,
>> f_dir
On Nov 25, 2013, at 11:08 AM, Jens Rehsack wrote:
> Let’s go - shoot:
>
># specify most possible flags via driver flags
>$dbh = DBI->connect ("dbi:CSV:", undef, undef, {
>f_schema => undef,
>f_dir=> "data",
>f_dir_search => [],
>f_e
Am 25.11.2013 um 18:00 schrieb David E. Wheeler :
> On Nov 25, 2013, at 3:50 AM, Jens Rehsack wrote:
>
>> DBI->connect($dsn, $user, $passwd, \%attr)
>>
>> 4th argument is wasted in your current proposal.
>
> Er, well, I failed to provide a complete set of examples. Here’s one from the
> Po
On Nov 25, 2013, at 3:50 AM, Jens Rehsack wrote:
>DBI->connect($dsn, $user, $passwd, \%attr)
>
> 4th argument is wasted in your current proposal.
Er, well, I failed to provide a complete set of examples. Here’s one from the
PostgreSQL docs:
postgresql://other@localhost/otherdb?connect_t
Am 23.11.2013 um 02:13 schrieb David E. Wheeler :
> DBI Folks & Gisle,
>
> I want to add support for specifying database connections as URIs to Sqitch,
> my DB change management system. I started working on it today, following the
> examples of JDBC and PostgreSQL. Before I release, though, I’d