From: Simon Brandhof Date: Tue, 3 Apr 2012 08:09:23 +0000 (+0200) Subject: Fix MyBatis AuthorMapper for Oracle X-Git-Tag: 3.0~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=13f3c4806c7c66ecd1808e920c6199a4caef1c55;p=sonarqube.git Fix MyBatis AuthorMapper for Oracle --- diff --git a/sonar-core/src/main/resources/org/sonar/core/user/AuthorMapper-oracle.xml b/sonar-core/src/main/resources/org/sonar/core/user/AuthorMapper-oracle.xml index 09bfabee9be..ab99f615cf7 100644 --- a/sonar-core/src/main/resources/org/sonar/core/user/AuthorMapper-oracle.xml +++ b/sonar-core/src/main/resources/org/sonar/core/user/AuthorMapper-oracle.xml @@ -3,9 +3,9 @@ - SELECT id, person_id AS "personId", login, created_at AS "createdAt", updated_at AS "updatedAt" - FROM authors WHERE login=#{login} + FROM authors WHERE login=#{id}