| #
d3f94fb7 |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use %pageid% instead of %pid%
to be closer to the old data plugin
|
| #
7f9cb794 |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
implemented limit/offset with full result set count
We always sleect the full result set, then skip and fetch only what we need, counting the full set. This gives us all the data we need for proper
implemented limit/offset with full result set count
We always sleect the full result set, then skip and fetch only what we need, counting the full set. This gives us all the data we need for proper paging (with jump to end or page numbers) and is the recommended way to do it in SQLite: http://sqlite.1065341.n5.nabble.com/SQL-CALC-FOUND-ROWS-td5169.html
show more ...
|
| #
5b2d2a8c |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed getColName to contain the data_ prefix
Added a few more guarding exceptions. We want things to break early instead of having debugging headaches later
|
| #
d1b04e89 |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamlined PageColumn handling
introduced a method that returns the full column name. It can always be called - on Column and PageColumn
|
| #
0561158f |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added support for selecting the PageID
|
| #
b2ed727a |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added execute() method to search
|
| #
0fe33e72 |
| 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use one multivalue table per schema
|
| #
74461852 |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no array constants in older PHP versions
|
| #
5511bd5b |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
began work on the syntax component to aggregate data
This copies over a lot of configuration functionality from the data plugin, but is still missing the functionality itself.
|
| #
7059e7e1 |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
have a latest column on the data table
This makes it easier to query the most recent data without having to know the exact revision time stamp it was saved (it might be different across different ta
have a latest column on the data table
This makes it easier to query the most recent data without having to know the exact revision time stamp it was saved (it might be different across different tables)
show more ...
|
| #
b8fe6730 |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
old php can't use list syntax in foreach
|
| #
9d7a36f9 |
| 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the search. still in debugging state
|
| #
15929be2 |
| 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at data searching
|