X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fdb-interface.lisp;fp=sql%2Fdb-interface.lisp;h=b46280a7d65c657f6b1eee7641ddb866a9aad949;hp=3454a84ee8d992372e07ba3abf7a7c3d07258a1c;hb=442966fe451dfe078d1fad7e13564377e1f37809;hpb=3ab5ff5c8b7f6a8fc37f5870b9518a0862f2e611 diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index 3454a84..b46280a 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -498,3 +498,8 @@ for foreign libraries \(in addition to the default places).") "Adds the pathspec PATH \(which should denote a directory) to the list *FOREIGN-LIBRARY-SEARCH-PATHS*." (pushnew path *foreign-library-search-paths* :test #'equal)) + +(defgeneric database-escape-backslashes (database) + (:documentation "Should backslases in a string be escaped? ") + (:method ( database ) + nil))