diff src/sqlcache.sml @ 2291:50ad02829abd

Make cache flushes happen immediately instead of at end of transaction.
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 02:44:37 -0500
parents 78820fa8f5a7
children f8903af753ff
line wrap: on
line diff
--- a/src/sqlcache.sml	Sun Nov 15 18:10:24 2015 -0500
+++ b/src/sqlcache.sml	Tue Nov 17 02:44:37 2015 -0500
@@ -1,4 +1,4 @@
-structure Sqlcache (* DEBUG :> SQLCACHE *) = struct
+structure Sqlcache :> SQLCACHE = struct
 
 
 (*********************)