summaryrefslogtreecommitdiff
path: root/src/database/QueryUtils.java
AgeCommit message (Expand)AuthorFilesLines
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