summaryrefslogtreecommitdiff
path: root/src/database
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 Wu2-11/+20
2014-05-10user: Add verified, description, fix coordinates typePeter Wu2-2/+11
2014-05-10Fix timestamp typePeter Wu2-7/+10
2014-05-10Convert String to DateTime (for created_at)Peter Wu2-2/+14
2014-05-10More query fixes (incorrect field names, table alias)Peter Wu2-4/+4
2014-05-10Split url to tweetUrl and userUrl, misc fixesPeter Wu2-21/+15
2014-05-10NamedPreparedStatement: fix query parametersPeter Wu1-3/+3
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 Wu2-82/+170
2014-05-09Get rid of useless methodPeter Wu1-49/+37
2014-05-09Get rid of DBConnectionPeter Wu2-59/+65
2014-05-08Get rid of unused crapPeter Wu1-173/+0
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 Laveaux3-50/+45
2014-05-07Added classes to refactor the database code.Maurice Laveaux4-0/+285