2
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix 2
DarkSide666
as Imants Horsts
More... almost 9 years ago
fix
DarkSide666
as Imants Horsts
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.
DarkSide666
as Imants Horsts
More... almost 9 years ago
use $this->q() everywhere for consistancy, use $this->dsql() in orExpr and andExpr to inherit active connection
DarkSide666
as Imants Horsts
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 :)
DarkSide666
as Imants Horsts
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
DarkSide666
as Imants Horsts
More... almost 9 years ago
updated docs for alpha release More... almost 9 years ago
fix test
DarkSide666
as Imants Horsts
More... almost 9 years ago
fix test
DarkSide666
as Imants Horsts
More... almost 9 years ago
blah, let's try one more time to fix this test
DarkSide666
as Imants Horsts
More... almost 9 years ago
better use stdClass not Date
DarkSide666
as Imants Horsts
More... almost 9 years ago
rollback is_numeric check, upgrade composer, add 1 test
DarkSide666
as Imants Horsts
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.
DarkSide666
as Imants Horsts
More... almost 9 years ago
numeric values should not be escaped
DarkSide666
as Imants Horsts
More... almost 9 years ago
getDebugQuery shouldn't use deprecated <font> tag. http://www.w3schools.com/tags/tag_font.asp
DarkSide666
as Imants Horsts
More... almost 9 years ago
generalize array_map, more tests for Expression, rename local variable to more appropriate name
DarkSide666
as Imants Horsts
More... almost 9 years ago
add support for Expression(['sql']), fix exception bug in Query
DarkSide666
as Imants Horsts
More... almost 9 years ago
Constructor parameter should be better called $properties (not $options or $template) as per documentation
DarkSide666
as Imants Horsts
More... almost 9 years ago
Move dsql() method to Query class
DarkSide666
as Imants Horsts
More... almost 9 years ago
set constructor 1st param as array by default. Query class relies on that.
DarkSide666
as Imants Horsts
More... almost 9 years ago
More tests and reorganie tem for Expression class. Fixed ==null bug in Expression::execute. More comments and method descriptions.
DarkSide666
as Imants Horsts
More... almost 9 years ago
OK, Reflection didn't work, so let's do that in a simple way :)
DarkSide666
as Imants Horsts
More... almost 9 years ago
ermmm
DarkSide666
as Imants Horsts
More... almost 9 years ago
argh, it's a root class :)
DarkSide666
as Imants Horsts
More... almost 9 years ago
wrong class :)
DarkSide666
as Imants Horsts
More... almost 9 years ago