-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use converted mysql converted query into local DB #18
Comments
The translated ADQL query requires mysql_sphere (or pg_sphere for PostgreSQL) installed on the DB. Keep in mind that we don't actively develop the MySQL related modules of the queryparser anymore bringing more focus on PostgreSQL. However, all available functionality for MySQL developed until now remains in the code, also in the upcoming versions. |
Hi @kimakan , thanks for your reply, I will try and let you know. And yes, I read about the ending of the support for MySQL, but, at the moment, our data are on a MySQL database, so this is the way to follow for us, but we will keep this in mind for future development. Thanks |
Hi again, As already described ? I am (trying to) install Perhaps you habe an idea on what is going on... PS I am using mariaDB version:
Thanks for your help |
Unfortunately, we dropped the development of the |
Ok, thanks a lot for your help anyway. I will see what I can do |
I am using this library to convert native
ADQL
queries tomysql
in order to use those on our DB.But I am encountering some issue when trying to run the converted query.
Example:
If I want to convert and run the following ADQL query:
I get the following mysql query:
But when I try to run this mysql query I get the error that the function
srcontainsl
is not defined, which is quite self-explanatory.Now, I would like to understand what is the process of defining this (and all the others) function on my local DB?
I also looked into the documentation of
diango-daiquiri
, but could not find much.Can you help?
thanks a lot
The text was updated successfully, but these errors were encountered: