diff base/database/implementations-functions.lisp @ 251:6a3adca16910

Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents e1842efb1dd4
children
line wrap: on
line diff
--- a/base/database/implementations-functions.lisp	Thu Feb 24 11:23:18 2011 +0000
+++ b/base/database/implementations-functions.lisp	Thu Feb 24 11:23:18 2011 +0000
@@ -2,6 +2,7 @@
 
 (defun register-new-implementation (package-object &optional
 				    (database *amuse-database*))
+  "FIXME: Needs to check it doesn't already exist!"
   #.(clsql:locally-enable-sql-reader-syntax)
   (clsql:insert-records :into "amuse_implementations"
 			:attributes '([implementation-name])