Sara Arjona
Sara Arjona
I love adminer (since I met it, I haven't used any other database client) but I can see why Eloy is raising this concern. Instead of having adminer or any...
Hi @Royerino! Thanks for reporting this and working on a patch for fixing it. I've tried to reproduce the error but I haven't been able to... Could you please share...
Hi Brad! Thanks for reporting this and my apologies for the late reply. Are you still having this issue? I've not been able to reproduce it following your instructions.
Hi David! Thanks for reporting this and my apologies for the late reply. Could you please add more information such as replication instructions, error messages and screenshots? It will help...
Hi @fliegerrollo ! Thanks for reporting this issue! It's also happening with Postgres. I've been able to reproduce it using the following SQL: ``` SELECT u.username, u.city FROM prefix_user u...
Hola @nachoan ! Thanks for reporting this and my apologies for the late reply. Are you still having this issue? I've not been able to reproduce it in Moodle 3.1...
Hi Michael! Thanks for reporting this! I've updated the pGraph library with the last PHP 7 compatible version: bda1178d1b002feee5829eeb6bd982d769778b28 However, the graphs are still not working when using PHP 7...
Hi @prosserg! I was trying to avoid conditionals like the one you proposed based on the DB type because they make harder to maintain the code :-( I've not been...
Thanks for the information! Which is the plugin installing the prefix_v3_user_data tables? It's weird because database table column names cannot contain a space, like the "hub access" displayed in the...
Hi Gary! Thanks a lot for the explanation (and my apologies for the late reply). If I've understood it properly, I would say that this is the expected behaviour: as...