e8e4f25a | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
expected value comes first |
9d7a36f9 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the search. still in debugging state |
9e7c5990 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
store the table name without data_prefix in multivals table
this keeps it consistent with everywhere else |
15929be2 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at data searching |
21b9e91a | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use namespace and autoloader in all tests |
fb31ca9f | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
proper checking of assignments
more assignment related stuff needs to be moved to this class |
061660dc | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Make more internal SchemaData functions protected |
35f96dd4 | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
makes SQL builder function a proper protected method
It simplifies the method's signature (page, table and ts do not need to be passed) and streamlines the input (singles and multies are now the sam
makes SQL builder function a proper protected method
It simplifies the method's signature (page, table and ts do not need to be passed) and streamlines the input (singles and multies are now the same format). Testing has been adjusted using a derived class in the test namespace
show more ...
|
b0e8f711 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Save data to the database |
5e4466a3 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Instantiate sqlite in setup, not in the test
SPR-290 |
a029a4e4 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Join data from multivals table and consolidate |
4aeec330 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add tests for the SchemaBuilder-Class
SPR-290 |
68f853e0 | 02-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix test coverage information
SPR-290 |
a61a1661 | 18-Jan-2016 |
Michael Große <grosse@cosmocode.de> |
Add first test for simple function
SPR-290 |
549a0837 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
initial wizard generated structure |