Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmysql functions on where method #189
Comments
|
I don't see why that shouldn't work. Have you tried, and what was the error/result? |
|
No error but result is with quotes. When it generates the between sql query you add single quote both before and after of values. Because of that mysql see them as string and doesnt work mysql functions. File: ezQuery.php |
|
Does it produce same result with Will need an example you have to be able to develop a method or adjust current ones to detect if SQL function is beginning used. This should be the full SQL statement and expected results from it. |
Is that possible to use mysql functions such as date_add with between function ?