summaryrefslogtreecommitdiff
path: root/src/database/QueryUtils.java
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Added --cat command, fixed null bytes in usernamesMaurice Laveaux1-1/+1
2014-06-02Replace reply(user)id by replytweetidPeter Wu1-4/+4
2014-05-20Reply user ID can be NULLPeter Wu1-1/+5
2014-05-12Locale adjustmentS1297781-1/+2
2014-05-11More data sanization (decode HTML entities, location fix)Peter Wu1-3/+13
2014-05-10Fix tweetUrl, userUrl table names, fix retweetsPeter Wu1-2/+2
2014-05-10Convert long to int where possible, fix retweetidPeter Wu1-5/+5
2014-05-10user: Add verified, description, fix coordinates typePeter Wu1-2/+5
2014-05-10Fix timestamp typePeter Wu1-5/+8
2014-05-10Convert String to DateTime (for created_at)Peter Wu1-2/+2
2014-05-10More query fixes (incorrect field names, table alias)Peter Wu1-4/+3
2014-05-10Split url to tweetUrl and userUrl, misc fixesPeter Wu1-21/+5
2014-05-10Coordinates is an object with an arrayPeter Wu1-1/+7
2014-05-09Entities can be missing, user.place is not a stringPeter Wu1-1/+5
2014-05-09Use upsert queries, convert to named parameter statementsPeter Wu1-82/+101
2014-05-09Get rid of useless methodPeter Wu1-49/+37
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu1-58/+59
2014-05-07data querries into databaseS1297781-13/+103
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux1-14/+22
2014-05-07Added classes to refactor the database code.Maurice Laveaux1-0/+40