Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate TODO @ 54:36d91dfe017f
use valid sql syntax, mostly from yetoo on freenode
author | David A. Holland |
---|---|
date | Sun, 10 Apr 2022 17:41:24 -0400 |
parents | ceecdbbb1364 |
children |
rev | line source |
---|---|
27 | 1 There is no permissions setup for the SQL schema. |
2 | |
34 | 3 There are no indexes declared, except for implicitly via primary keys. |
9 | 4 |
5 None of the scripts actually exist yet. | |
14
dfd62aad74f4
note that the test environment hasn't been merged into this tree yet.
David A. Holland
parents:
9
diff
changeset
|
6 |
34 | 7 Needs a configure script. |
8 in the meantime, set these things in config.mk: | |
9 DESTDIR | |
10 PREFIX | |
11 and config.sed should substitute these things: | |
12 @PYTHON@ | |
13 @SH@ | |
14 @VERSION@ |