summaryrefslogtreecommitdiff
path: root/sqlQueries.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "added tables to prepared statements to hinder injections"Daniel Langesten2015-03-251-23/+22
| | | | | | | Since it was invalid MySQL syntax and MySQL seems to be missing the feature needed. This reverts commit 88301b03ea26ce8cb18c3ab5c32618f0e1489230.
* added tables to prepared statements to hinder injectionsDaniel Langesten2015-03-241-22/+23
|
* fixed raw data struct so that encoding/json can prase into itDaniel Langesten2015-03-191-3/+3
|
* compile issues fixDaniel Langesten2015-03-191-24/+25
|
* improved loggingDaniel Langesten2015-03-191-22/+30
|
* added support for cleaning json data from stdinDaniel Langesten2015-03-181-8/+32
|
* added db configuration to the config.jsonDaniel Langesten2015-03-181-24/+23
|
* bugfixesDaniel Langesten2015-03-171-1/+5
|
* fixed timezone and scanningDaniel Langesten2015-03-171-2/+17
|
* added variable for selecting wich table to operate onDaniel Langesten2015-03-171-7/+8
|
* refacored a loopDaniel Langesten2015-03-171-5/+7
|
* fixed queries so that they match the content of the databaseDaniel Langesten2015-03-171-5/+5
|
* added check so we know if we can add differential privacy to the cleaned data.Daniel Langesten2015-03-171-4/+15
|
* refactored adding of differential privacyDaniel Langesten2015-03-171-4/+49
|
* debuggingDaniel Langesten2015-03-161-8/+8
|
* compile issuesDaniel Langesten2015-03-161-1/+1
|
* updated the processing to the new specDaniel Langesten2015-03-161-15/+19
|
* Added support for how many entries that should be processed at a time.Daniel Langesten2015-03-121-4/+15
|
* removed constants from cleaner and added them as parameters so the code is ↵Daniel Langesten2015-03-121-0/+1
| | | | more modular
* making sure to close rowsDaniel Langesten2015-03-101-0/+1
|
* fixed timezone issuesDaniel Langesten2015-03-101-5/+9
|
* added missing error checkDaniel Langesten2015-03-101-1/+1
|
* added missing = to statementDaniel Langesten2015-03-101-1/+1
|
* compile issuesDaniel Langesten2015-03-101-5/+5
|
* added processing of timestamp in raw dataDaniel Langesten2015-03-091-6/+51
|
* compile errors and bugfixDaniel Langesten2015-03-041-0/+7
|
* added function and refactored the codeDaniel Langesten2015-03-041-0/+104