Page 1 of 1

Bug in GetToSend() function in ApptComms.cs

Posted: Thu Feb 11, 2016 9:58 pm
by mopensoft
I found a bug in the SQL query.

Code: Select all

string command="SELECT * FROM apptcomm WHERE DateTimeSend BETWEEN "+POut.DateT(dateTimeStart)+" AND "+POut.DateT(dateTimeEnd)+")";
The last ")" causes error. Please remove it.

Code: Select all

string command="SELECT * FROM apptcomm WHERE DateTimeSend BETWEEN "+POut.DateT(dateTimeStart)+" AND "+POut.DateT(dateTimeEnd);

Re: Bug in GetToSend() function in ApptComms.cs

Posted: Fri Feb 12, 2016 9:43 am
by dgraffeo
Ah yep thanks for the heads up! It's been fixed and will be available in 15.4.30