You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ The result of this action is a list of objects of type Row, which is also the ou
39
39
The result of this action is either an Integer or a Long value which usually represents the amount of affected rows.
40
40
41
41
# Remarks
42
-
It is a good practice to avoid having user input as part of your dynamic SQL queries and statements. In the future we will support using parameters with the queries or statements.
42
+
* It is a good practice to avoid having user input as part of your dynamic SQL queries and statements. In the future we will support using parameters with the queries or statements.
43
+
* Avoid fetching large amounts of data as it can lead to memory issues because all the ResultSet data is being loaded into memory at once.
0 commit comments