Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Fails with SQLActionException[unknown function: upper(string)] #5

Open
reversefold opened this issue Feb 17, 2016 · 3 comments
Open

Comments

@reversefold
Copy link

I'm attempting to use this with a local 0.54.5 cluster (latest in docker) and getting the error SQLActionException[unknown function: upper(string)]. Is this a function that isn't available until a newer version?

@reversefold
Copy link
Author

After removing the one use of upper() in src/crate/top/models.py ctop appears to work fine. I can see that this ends up making the Job Logging unable to group different cases of statements (SELECT vs select) but it makes it work on 0.54.5 at least.

@chaudum
Copy link
Owner

chaudum commented Feb 18, 2016

hi @reversefold
yes, upper() is only available from 0.55. I will provide the compatibility fix for 0.54, but as you said, it won't distinguish between SELECT and select then.

@chaudum
Copy link
Owner

chaudum commented Feb 18, 2016

#6

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

No branches or pull requests

2 participants