Yes you can do this. Just alter gw/mysql_sqlbox.h and edit
#define SQLBOX_MYSQL_SELECT_QUERY add there ORDER by sql_id ASC :) 2013/11/11 [email protected] <[email protected]>: > Hi, > > Does SQLBOX work in LIFO or FIFO order? For me, it's working as LIFO which > is bad if I intend to send sequential message (message 1 needs to go first, > but since message 2 comes later, it goes out first). > > Is there a way to make it operate in FIFO sequence, like ID'ing the messages > or something? > > Regards, > Hamza
