Implementing Priority Queue in Kannel SQLBox

2015-02-19 Thread Ammar Ali
Hello All, I'm adding a column "*priority int(3)*" in sqlbox insert and log tables (in *sqlbox_mysql.h*) file. But, When I'm sending sms through my http application into sqlbox insert table "*send_sms*", then I'm getting below error in sqlbox terminal window: 2015-02-19 17:13:52 [27305] [1] DEBUG

Re: Implementing Priority Queue in Kannel SQLBox

2015-02-19 Thread Ali Kashif
Check your Insert query, 2015-02-19 17:14:50 [27305] [2] ERROR: MYSQL: Column count doesn't match value count at row 1 2015-02-19 17:14:50 [27305] [1] ERROR: MYSQL: Column count doesn't match value count at row 1 On Thu, Feb 19, 2015 at 2:50 PM, Ammar Ali wrote: > Hello All, > > I'm adding a

Re: Implementing Priority Queue in Kannel SQLBox

2015-02-19 Thread Ammar Ali
Hello Ali, I'm inserting priority column values through insert query in my application. But, I'm getting this error. Column counts error resolved but sqlbox halts. So please resolve this error as soon as possible. Thanks Ammar Ali On Thu, Feb 19, 2015 at 11:30 PM, Ali Kashif wrote: > Check