cf03981f | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Test miscellaneous syntax Like group by and order by |
465f3e02 | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Ensure Exception on conflicting or missing alias |
01493ed8 | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Test overwriting in SELECTs and arbitrary SELECTs |
8de0ec85 | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Test Select functionality
addSelectStatement has yet to get tests |
b69eb99a | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Ensure Exception on duplicate alias and fix comma |
efcebcd0 | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Add test for QueryBuilder joins |
2b5df26e | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix and test placeholder replacement |
df30dbf7 | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
tests for where |
8c551fd7 | 13-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
test that left joins are positioned correctly |
4fea3d0a | 12-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
User config fullname is an autocomplete option #110 |
3ea587ab | 12-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed wrong config from test |
06bdb2c2 | 12-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
always save full pageids in the page type, namespace can be relative
The namespace and postfix config is now only available for the autocompletion.
This makes comparisons more sane.
The namespace
always save full pageids in the page type, namespace can be relative
The namespace and postfix config is now only available for the autocompletion.
This makes comparisons more sane.
The namespace in the autocompletion config can be relative.
show more ...
|
080fdc70 | 25-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add tests
SPR-466 |
ba766201 | 28-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Use DokuWiki new autoloader for class files
No longer do we need to register our own autoloader. Namespace had to be vendor prefixed. |
f9f13d8c | 07-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
tests for schema deletion |
524b102e | 06-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added prefix and postfix to Decimal type
this is useful to add currency symbols |
965c6ba8 | 06-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better format configuration for Decimal type |
9d580426 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
refacored tests to use StructTest as base class
this makes schema setup and data loading much easier and gets rid of a lot of duplicate code |
d862884d | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added testing for tag autocompletion #80 |
28318177 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new base type for testing
introduces helper functions and basic setup. needs to be introduced to all the tests, yet. |
7629557e | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
the column array should start at 0 and be sorted correctly
For some reason we stored them in column ref order. This might break things that are not covered by tests but I hope not. |
b2d67e7d | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check for page existance in search. fixes #77
This requires an uptodate sqlite plugin |
16b7d914 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust cachung if an aggregation depends on dynamic values #75 |
d19ba4b1 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed struct filter vars and added tests #75 |
230f954e | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
build returns an int |