summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08improve tests and stylingDavid Flatz1-1/+2
2018-10-08handle setting a dyncol to null by removing the field in dyncolsDavid Flatz1-0/+8
2018-10-05fix addition of dynamic columns to record where dyncols is NULLDavid Flatz1-0/+5
2018-09-25syntax fixUrban Müller1-1/+1
2018-09-25use created class it_dbi_testUrban Müller1-6/+5
2018-08-13disable dyncols in WHERE when we have multiple tables because we can't trust ↵David Flatz1-0/+4
_fields anymore and columns might be prefixed with tablename
2018-08-09iterator should clear dynfields from previous iteration, may be missing in ↵Urban Müller1-0/+11
current one
2018-07-13rewrite dyncols to work around mariadb bug in JSON_SET; add write optimizationUrban Müller1-8/+28
2018-07-10change storage format of dynamic columns to JSONUrban Müller1-7/+8
2018-06-28Use tempnam() to create tmp file and unlink() for removing, no need to ↵Christian Schneider1-8/+9
it::system() to delete a file
2018-06-28we have no decent tmp dir that allows overwrites... sighUrban Müller1-0/+1
2018-06-21no reason for different namingUrban Müller17-0/+2350