fix 2 |
|
More...
|
almost 9 years ago
|
fix |
|
More...
|
almost 9 years ago
|
review: Query::field changes: Query->defaultField should be treated as any other field, so we split _render_field in two methods to not duplicate code and always consume defaultField. tests: new tests for field() and _render_field() and defaultField property treatment. |
|
More...
|
almost 9 years ago
|
use $this->q() everywhere for consistancy, use $this->dsql() in orExpr and andExpr to inherit active connection |
|
More...
|
almost 9 years ago
|
Merge tag '1.0.0-alpha' into develop |
|
More...
|
almost 9 years ago
|
Merge branch 'release/1.0.0-alpha' |
|
More...
|
almost 9 years ago
|
Some of our dependant libraries nuked commit. Upgrading |
|
More...
|
almost 9 years ago
|
oh common :) |
|
More...
|
almost 9 years ago
|
Merge tag '1.0.0-alpha' into develop |
|
More...
|
almost 9 years ago
|
Merge branch 'release/1.0.0-alpha' |
|
More...
|
almost 9 years ago
|
fix test |
|
More...
|
almost 9 years ago
|
updated docs for alpha release |
|
More...
|
almost 9 years ago
|
fix test |
|
More...
|
almost 9 years ago
|
fix test |
|
More...
|
almost 9 years ago
|
blah, let's try one more time to fix this test |
|
More...
|
almost 9 years ago
|
better use stdClass not Date |
|
More...
|
almost 9 years ago
|
rollback is_numeric check, upgrade composer, add 1 test |
|
More...
|
almost 9 years ago
|
fix test, fix bug in expr() and dsql() methods if - 1st parameter is passed as string then we should initialize object first and only then set inherited properties. |
|
More...
|
almost 9 years ago
|
numeric values should not be escaped |
|
More...
|
almost 9 years ago
|
getDebugQuery shouldn't use deprecated <font> tag. http://www.w3schools.com/tags/tag_font.asp |
|
More...
|
almost 9 years ago
|
generalize array_map, more tests for Expression, rename local variable to more appropriate name |
|
More...
|
almost 9 years ago
|
add support for Expression(['sql']), fix exception bug in Query |
|
More...
|
almost 9 years ago
|
Constructor parameter should be better called $properties (not $options or $template) as per documentation |
|
More...
|
almost 9 years ago
|
Move dsql() method to Query class |
|
More...
|
almost 9 years ago
|
set constructor 1st param as array by default. Query class relies on that. |
|
More...
|
almost 9 years ago
|
More tests and reorganie tem for Expression class. Fixed ==null bug in Expression::execute. More comments and method descriptions. |
|
More...
|
almost 9 years ago
|
OK, Reflection didn't work, so let's do that in a simple way :) |
|
More...
|
almost 9 years ago
|
ermmm |
|
More...
|
almost 9 years ago
|
argh, it's a root class :) |
|
More...
|
almost 9 years ago
|
wrong class :) |
|
More...
|
almost 9 years ago
|