Skip to content

Commit 8573ee6

Browse files
committed
Update README.md.
1 parent de091e1 commit 8573ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ String sql = QueryBuilder.select("name", "species", "sex", "birth")
778778

779779
Insert, update, and delete operations are also supported. In general, string values provided to the `insertInto()` and `set()` methods are wrapped in single quotes, and any embdedded single quotes are replaced with two successive single quotes. However, any string that starts with ":" or is equal to "?" is assumed to be a parameter reference and is not escaped.
780780

781-
If an instance of `QueryBuilder` is passed to `insertInto()` or `set()`, it is considered a subquery and wrapped in parentheses.
781+
If an instance of `QueryBuilder` is passed to `insertInto()` or `set()`, it is considered a subquery and is wrapped in parentheses.
782782

783783
## ElementAdapter
784784
The `ElementAdapter` class provides access to the contents of an XML DOM `Element` via the `Map` interface. The resulting map can then be transformed to another representation via a template document or accessed via a strongly typed interface proxy, as described earlier.

0 commit comments

Comments
 (0)