diff src/mysql.sml @ 2177:00cf8214c2e3

Switching to a more dynamic method of handling database reconnection, restarting transactions
author Adam Chlipala <adam@chlipala.net>
date Sat, 17 Oct 2015 11:08:12 -0400
parents d2a98983f502
children c76a9712334c
line wrap: on
line diff
--- a/src/mysql.sml	Sat Oct 17 10:49:25 2015 -0400
+++ b/src/mysql.sml	Sat Oct 17 11:08:12 2015 -0400
@@ -1,4 +1,4 @@
-(* Copyright (c) 2009-2010, Adam Chlipala
+(* Copyright (c) 2009-2010, 2015, Adam Chlipala
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without