Skip to content

Commit 2299e6d

Browse files
authored
Merge pull request #3578 from vonlinee/docfix
docs: fix SQL syntax error in Auto-mapping section of sqlmap-xml.md
2 parents 076ce0c + b7d9682 commit 2299e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/sqlmap-xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ The default value is `PARTIAL`, and it is so for a reason. When `FULL` is used a
12941294
select
12951295
B.id,
12961296
B.title,
1297-
A.username,
1297+
A.username
12981298
from Blog B left outer join Author A on B.author_id = A.id
12991299
where B.id = #{id}
13001300
</select>

0 commit comments

Comments
 (0)