Mercurial > hg > amuse
comparison implementations/geerdes/connect.lisp @ 148:c8db9d1bd191
implementations/geerdes/connect.lisp: don't connect to database automatically when loading
darcs-hash:20071025115114-c0ce4-72985ffbc6d18f722305bcdecae002db127407d1.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 25 Oct 2007 12:51:14 +0100 |
parents | 8ea75cc8bc2c |
children | 3b588c566734 |
comparison
equal
deleted
inserted
replaced
147:8156c30c0c53 | 148:c8db9d1bd191 |
---|---|
6 (defun get-amuse-connection () | 6 (defun get-amuse-connection () |
7 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") | 7 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") |
8 :if-exists :old :database-type :mysql)) | 8 :if-exists :old :database-type :mysql)) |
9 | 9 |
10 ;; might as well connect while I'm at it | 10 ;; might as well connect while I'm at it |
11 (get-amuse-connection) | 11 ;; or not |
12 ;; (get-amuse-connection) |