Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: Catalog parameter '' ignored #2886

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

warning: Catalog parameter '' ignored #2886

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working Client interfaces normal

Comments

@monetdb-team
Copy link

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:

Update for test case sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl - Bug #2886

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:

Update for test case sql/test/BugTracker-2011/Tests/perl-table_info.Bug-2885.pl - Bug #2886 - Approved outputs

Comment 18374

Date: 2013-01-22 09:29:14 +0100
From: @sjoerdmullender

Oct2012-SP3 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Client interfaces normal
Projects
None yet
Development

No branches or pull requests

2 participants