summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)AuthorFilesLines
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 Wu3-13/+112
2014-05-11Add --dbport option, override default auth parametersPeter Wu1-2/+5
2014-05-10More nullable annotations, print tweets for parse errors tooPeter Wu1-1/+8
2014-05-10Fix tweetUrl, userUrl table names, fix retweetsPeter Wu1-0/+5
2014-05-10Move SQLException processing in processTweet to MainPeter Wu2-37/+38
2014-05-10Split url to tweetUrl and userUrl, misc fixesPeter Wu1-35/+30
2014-05-10Main: print tweet number (not id)Peter Wu1-1/+2
2014-05-09Add "--skipdb" option to allow printing resultsPeter Wu1-1/+20
2014-05-09First try to get a reader, then try to open databasePeter Wu1-23/+24
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-09Don't reject missing argumentsPeter Wu1-4/+0
2014-05-09Only catch IllegalArgumentException for argument parsingPeter Wu1-3/+6
2014-05-09Fixup help text, allow to override DB settingsPeter Wu1-25/+34
2014-05-09Get rid of DBConnectionPeter Wu2-46/+56
2014-05-08Get rid of unused crapPeter Wu1-16/+0
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu2-89/+100
2014-05-07data querries into databaseS1297782-1/+93
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux2-11/+33
2014-05-07Two different inputs (file and stdin).Maurice Laveaux2-0/+59
2014-05-07Added classes to refactor the database code.Maurice Laveaux2-215/+80
2014-05-01(no commit message)daanpeters2-1/+213
2014-05-01Initial netbeans project added with main/Main.javaMaurice Laveaux1-0/+16