Conversation
… SQL may consider non-numeric like hex, notation and such. Only INT and digits are safe, floats are not either. May be best to just remove this check all together
…) instead of just `field` = ('value','value2','value3')
thanks @kzap merging
|
can create a v3 branch and merge there |
…e it will be polluted the next time the database object is reused in the same script - created a clearBinds() method - also clearBinds() if the query fails - dont use $this->binds = array(), use clearBinds() method
- Calling search()->getQuery() multiple times will now return the same result because we clear binds!
|
Pls create a
The only place So what I did was cleared out the
|
|
This is eden v1 https://github.com/openovate/eden |
|
has extra commits because v3 should be up to 22ce4e8 |
|
ok this is for |
fixes for eden
v3, you still have to keep a branch for v1 or v3 or whatever was pre v4 so commits and updates can still be submitted for the old eden...