aboutsummaryrefslogtreecommitdiff
path: root/src/guff
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff')
-rw-r--r--src/guff/database.cr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/guff/database.cr b/src/guff/database.cr
index 220c7ef..1bec00a 100644
--- a/src/guff/database.cr
+++ b/src/guff/database.cr
@@ -97,10 +97,6 @@ module Guff
end
end
- #
- # NOTE: if you pass a block, be sure to call rs.next at least once,
- # or the query will _not_ execute!!!
- #
def query(
sql : String,
args = nil : Array(String) | Hash(String, String) | Nil,