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
Right now there doesn't seem to be any safe way to pass strings into the queries.
It would be nice if dbsafestr was exposed, and even nicer if there was a way to pass parameters to queries, like Dblib.exec db "SELECT * FROM x WHERE a = %s and b = %d" ~params:[String "a", Int 2]
The text was updated successfully, but these errors were encountered:
Right now there doesn't seem to be any safe way to pass strings into the queries.
It would be nice if
dbsafestr
was exposed, and even nicer if there was a way to pass parameters to queries, likeDblib.exec db "SELECT * FROM x WHERE a = %s and b = %d" ~params:[
String "a",Int 2]
The text was updated successfully, but these errors were encountered: