summaryrefslogtreecommitdiff
path: root/src/main/DataFiller.java
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Added --cat command, fixed null bytes in usernamesMaurice Laveaux1-1/+12
2014-06-02Removes null bytes from tweet text and unused brandcheckerMaurice Laveaux1-32/+14
2014-05-28added nullable fixdaanpeters1-0/+2
2014-05-11Wrap queries in a transaction with rollbackPeter Wu1-0/+14
2014-05-11Are you stupid? Converting SQLException to RuntimeException?!Peter Wu1-15/+10
2014-05-11More data sanization (decode HTML entities, location fix)Peter Wu1-1/+18
2014-05-11Report status while importing (add --status option)Peter Wu1-4/+0
2014-05-10Fix tweetUrl, userUrl table names, fix retweetsPeter Wu1-0/+5
2014-05-10Move SQLException processing in processTweet to MainPeter Wu1-36/+32
2014-05-10Split url to tweetUrl and userUrl, misc fixesPeter Wu1-35/+30
2014-05-09Use upsert queries, convert to named parameter statementsPeter Wu1-26/+20
2014-05-09Get rid of useless methodPeter Wu1-8/+7
2014-05-09Get rid of DBConnectionPeter Wu1-17/+17
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu1-59/+48
2014-05-07data querries into databaseS1297781-1/+92
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux1-10/+25
2014-05-07Two different inputs (file and stdin).Maurice Laveaux1-0/+43