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

Add support for all database engines that Moodle supports #2

Closed
luisdev opened this issue Feb 14, 2022 · 3 comments
Closed

Add support for all database engines that Moodle supports #2

luisdev opened this issue Feb 14, 2022 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@luisdev
Copy link

luisdev commented Feb 14, 2022

I tried installing version v3.9.2 (2022011400) of this Growth report on a v3.9.12+ instance of Moodle that runs on s MS SQL Server 2012 database using the Moodle SQLSRV driver.

After installing the plugin I got lots of errors like the following:
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]'FROM_UNIXTIME' is not a recognized built-in function name.

The 'FROM_UNIXTIME' function is not compatible with MS SQL Server. All database queries should be done via the Moodle database layer, not via engine specific functions like FROM_UNIXTIME().

@ewallah
Copy link
Owner

ewallah commented Feb 14, 2022

HI @luisdev,

THX for your input.

Currently this plugin only supports MYSQL, MariaDB and PostgreSQL. As i do not have a SQL or Oracle DB server, I wait for issue 92 and issue 128 to have some testing available.

@ewallah
Copy link
Owner

ewallah commented Feb 22, 2022

HI @luisdev,

Can you checkout the current versionon Github and provide some feedback?

R

@ewallah ewallah self-assigned this Feb 22, 2022
@ewallah ewallah added bug Something isn't working help wanted Extra attention is needed labels Feb 22, 2022
@ewallah
Copy link
Owner

ewallah commented Mar 4, 2022

Added support for MSSQL and oracleDB in v3.9.3

@ewallah ewallah closed this as completed Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants