Description:
dbi-dev@perl.org (Moderated)
|
|
|
3e3ad7: prep 1.626 release
|
| |
Branch: refs/heads/master
Home: [link]
Commit: 3e3ad7125d7a7bd3175a1b27f4eba5 bf85f89699
[link]
Author: Tim Bunce <Tim.Bu...@pobox.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:... more »
|
|
Insufficient permissions to commit o.O
|
| |
Hi Merijn,
SQL-Statement sno$ git push --all
ERROR: Permission to perl5-dbi/SQL-Statement.git denied to rehsack.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
As fas as I understood Tim, I should have admin permissions on... more »
|
|
Algorithm for getting combinations ...
|
| |
Hi Peter,
I played a bit with glob vs. combine_nk from "The Art of Computer Programming" by Knuth, and received:
ernie:DBI-Test sno$ time perl -MData::Dumper -le 'my @l = (1 .. 20); my @x = map { [ grep { $_ != 0 } split(//,$_) ] } glob( join( "", map { "{0,$_}" } @l ) ); print scalar @x'... more »
|
|
DBI::Test - how to match/skip test variants
|
| |
Hi all,
I currently stuck hacking on matching test cases for deriving
test variants. Think as reason about DBI's test cases like
redo'ing all tests using DBI::PurePerl - but only some through
Gofer proxy and a handful with built-in DBI::SQL::Nano vs.
SQL::Statement (when having SQL::Statement)...... more »
|
|
might Alien::Base be useful in DBI or driver development?
|
| |
I seem to recall a few years ago some discussion about future DBI or driver development, and that an ideal would be that one could more easily use the typical C client libraries for different DBMSs from Perl without having to write any XS necessarily.
Have a look at this:
[link]... more »
|
|
Next steps from me to DBI::Test
|
| |
Hi, I will try to improve the tests going forward. Allthough i am in the middle of a busy exam period. I hope i will be able to spend more time on the project when my exam period is finished. I have some uncommited stuff which i will try to commit in a couple of days.. Best regards Joakim Sent from my ASUS Pad... more »
|
|
|