aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/database/QueryBuilder.java
AgeCommit message (Expand)Author
2016-07-14Remove duplicating codeAbyss777
2016-07-14Set long as NULL only for *Id fieldsAbyss777
2016-07-14IndentationAbyss777
2016-07-14- Fixed saving parent group when creating new group.Abyss777
2016-07-08Add null check to query builderAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-12-07Replace factory method with reflectionAnton Tananaev
2015-11-04Fix misc check style issuesAnton Tananaev
2015-10-24Support queries with resultAnton Tananaev
2015-10-14Fix some check style issuesAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-08Check for null in query builderAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-04Remove implied interface modifiersAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-07-21Add support for XML formatAnton Tananaev
2015-07-18Ignore XML in other columnAnton Tananaev
2015-07-15Store extra data in JSON formatAnton Tananaev
2015-07-14Use try with resourcesAnton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev
2015-07-13Catch multiple exception typesAnton Tananaev
2015-07-08Fix database connection leaking (fix #1292)Anton Tananaev
2015-07-03Fix no generated keys problemAnton Tananaev
2015-06-29Fix postgres generated keys problem (fix #480)Anton Tananaev
2015-06-19Handle null database queriesAnton Tananaev
2015-06-09Added compatibility for MySQL on all queries. Moved the sha256 logic to java ...Demian
2015-06-06Fix column label problemAnton Tananaev
2015-06-05Properly clean jdbc resourcesAnton Tananaev
2015-06-01Manage server settings recordAnton Tananaev
2015-05-20Ignore field if no query columnAnton Tananaev
2015-05-03Implmenet reflection json conversionAnton Tananaev
2015-05-02Refactor data manager codeAnton Tananaev