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

configure --enable-fits requires extra commands after creating a database instance #3654

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

Comments

@monetdb-team
Copy link

Date: 2015-01-26 16:02:02 +0100
From: @bartscheers
To: SQL devs <>
Version: 11.19.7 (Oct2014-SP1)

Last updated: 2015-08-28 13:43:05 +0200

Comment 20571

Date: 2015-01-26 16:02:02 +0100
From: @bartscheers

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Build Identifier:

cfitsio-devel libraries exist on the system. After installation and creating a new database (with monetdb create), one still needs to execute extra commands to enable the fits functionality.
The commands to be executed are:

create procedure listdir(dirname string) external name fits.listdir;
create procedure fitsattach(fname string) external name fits.attach;
create procedure fitsload(tname string) external name fits.load;
create procedure listdirpat(dirname string,pat string) external name fits.listdirpattern;

After this it works (from within mclient).

Reproducible: Always

Steps to Reproduce:

  1. monetdb create bg; monetdb release bg; monetdb start bg
  2. mclient -dbg
  3. sql> call fitsattach('/home/bscheers/Desktop/r564532_cat.fits');
    SELECT: no such unary operator 'fitsattach(char)'

Actual Results:

See above:

Expected Results:

Fits file to be attached.

Comment 20645

Date: 2015-02-09 10:35:25 +0100
From: @sjoerdmullender

This was fixed in changeset 048f9571b293

Comment 21230

Date: 2015-08-28 13:43:05 +0200
From: @sjoerdmullender

Jul2015 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 normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants