I'm trying to execute some basic queries using SQLX. However, some queries work and some queries don't (mainly the INSERT queries).
Here's a paste of my problem:
http://dev.ampaste.net/81117
I can execute the same(completed) query manually and it'll be successful. I was wondering if I was doing anything wrong.
I also don't have the mysql module enabled because it tends to crash the server everytime it is enabled. However, for some reason, this plugin does connect to the database and will work with mysql module disabled.