warning: Catalog parameter '' ignored #2886
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date: 2011-09-19 16:33:28 +0200
From: @sjoerdmullender
To: clients devs <>
Version: 11.11.7 (Jul2012-SP1)
CC: @hannesmuehleisen
Last updated: 2013-01-22 09:29:14 +0100
Comment 16300
Date: 2011-09-19 16:33:28 +0200
From: @sjoerdmullender
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.6.22-1.fc14 Firefox/3.6.22
Build Identifier:
The test for bug #2885 shows that the Perl driver emits a warning about the catalog parameter not being used. There are in fact several places in clients/perl/DBD/monetdb.pm where this message is generated.
Do we really need this?
Reproducible: Always
Steps to Reproduce:
1.Mtest.py -p sql test/BugTracker-2011 perl-table_info.Bug-2885
2.examine error output.
Actual Results:
DBD::monetdb::db table_info warning: Catalog parameter '' ignored at .../sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl line 12.
Expected Results:
No such message.
Comment 17655
Date: 2012-08-24 14:50:24 +0200
From: @sjoerdmullender
Jul2012-SP1 has been released.
Comment 18060
Date: 2012-11-27 13:45:11 +0100
From: @hannesmuehleisen
Perl client has been updated to only accept an empty catalog name and not throw a warning message (changeset 46007:b2c3569ac520), test case for bug (sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl) has been updated, now as follows:
my $sth = $dbh->table_info('', '%', '%'); must not write to stderr
my $sth2 = $dbh->table_info('foo', '%', '%'); has to write to stderr for violating the "empty catalog name" rule
Comment 18189
Date: 2012-11-28 13:45:05 +0100
From: @hannesmuehleisen
Changeset ac0fb4766f46 made by Hannes Muehleisen hannes@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=ac0fb4766f46
Changeset description:
Comment 18191
Date: 2012-11-28 13:45:09 +0100
From: @hannesmuehleisen
Changeset 092bbe1f3ee6 made by Hannes Muehleisen hannes@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=092bbe1f3ee6
Changeset description:
Comment 18374
Date: 2013-01-22 09:29:14 +0100
From: @sjoerdmullender
Oct2012-SP3 has been released.
The text was updated successfully, but these errors were encountered: