-
Because - performance and I have left some is_null() around:
http://stackoverflow.com/a/8229059/204819
-
Integrate with Packagist and test dependencies.
-
Zero features implemented, but test our release process.
-
http://book.agiletoolkit.org/agiletoolkit-overview/model.html
- **The Dataset** - i think this part should be rewrited.
- **setSource - Primary Source** - require some examples.
- **addCache - Caches…
-
methods getOne(), getRow(), getHash() as well as ability to iterate through result set. Must remain compatible with atk4/atk4.
-
There is a CRUD issue with the first example in the atk book, the update option used for a basic edit or checking a book out as borrowed fails to rewrite the row after edit (including ID) using the 's…
-
we might need to cross-link it.
for example
http://dsql.readthedocs.org/en/latest/quickstart.html
basic concepts here
they can be clickable.
http://dsql.readthedocs.org/en/latest/quickstart.html#cre…
-
`_consume` wraps only `Query` objects in parenthesis and that's OK.
But in case we use `Expression` object as table it should be wrapped in parenthesis too. See union example in `QueryTest` class.
N…
-
Currently expression support [] arguments and they will consume/parametrize them. We need {} argument support which will consume/escape parameters.
-
Old DSQL would execute getOne() on the query if you attempt to cast it into string. We should preserve this behaviour as it was widely used.