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

No generator functions working in monetdbe? #7224

Closed
dancromartie opened this issue Jan 15, 2022 · 1 comment
Closed

No generator functions working in monetdbe? #7224

dancromartie opened this issue Jan 15, 2022 · 1 comment

Comments

@dancromartie
Copy link

In monetdbe (embedded), none of the examples in this documentation succeed for me: https://www.monetdb.org/documentation-Jul2021/user-guide/sql-functions/generator-functions/

The first example gives: SELECT: no such table returning function 'generate_series'(tinyint, tinyint)

I saw something online that suggested maybe I need to try: SELECT generate_series..., but that gives SELECT: no such binary operator 'generate_series'(tinyint,tinyint)

I'm using monetdbe version 0.11, the latest from Pypi, if I'm not mistaken

Thanks!

@PedroTadim
Copy link
Contributor

PedroTadim commented Jan 15, 2022

I just tested with the C API and the function is found. This must be an issue while compiling the Python version. Please continue the discussion on this issue: MonetDBSolutions/MonetDBe-Python#162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants