[MLton-commit] r5244

Wesley Terpstra wesley at mlton.org
Sat Feb 17 16:18:02 PST 2007


bug in sqlite3 needs to be fixed before authorizers are re-entrant safe
----------------------------------------------------------------------

U   mltonlib/trunk/ca/terpstra/sqlite3/demo.sml

----------------------------------------------------------------------

Modified: mltonlib/trunk/ca/terpstra/sqlite3/demo.sml
===================================================================
--- mltonlib/trunk/ca/terpstra/sqlite3/demo.sml	2007-02-17 23:57:20 UTC (rev 5243)
+++ mltonlib/trunk/ca/terpstra/sqlite3/demo.sml	2007-02-18 00:18:01 UTC (rev 5244)
@@ -35,6 +35,7 @@
            handle SQL.Error x => die x
 end
 
+(*
 local
    open SQL.SQLite
    fun auth (INSERT { table, db }) = 
@@ -43,6 +44,7 @@
 in
    val () = setAuthorizer (db, SOME auth)
 end
+*)
 
 fun dumpP (s & i) = print (s ^ " " ^ Int.toString i ^ "\n")
 fun dumpV v = (Vector.app (fn s => print (s ^ " ")) v; print "\n")




More information about the MLton-commit mailing list