cbluesprl / moodle-mod_hva

Designed and developed in partnership between Cblue and Hyperfiction, this plug-in allows you to connect any thick client application running on any type of device (PC, smartphone, virtual reality headset, etc.) to the Moodle platform via Web Services.
0 stars 0 forks source link

does not work in postgres #10

Open danmarsden opened 2 years ago

danmarsden commented 2 years ago

I see mysql specific functions in queries like Unix_timestamp - note that postgres support is a requirement for plugins db approval - please test your plugin with postgres and make sure it works.

Lhannecart commented 1 year ago

I fixed the compatibility of postgres in this query :

https://github.com/cbluesprl/moodle-mod_hva/commit/fe39188488fc3359145870f72a3c81646fe36448

I checked all the other requests and everything seems fine.