Hi,
I am trying to create the following deftable;
(deftable test-me (test-template) ((some-other-field :type string :initarg :caption :accessor some-other-field)) (:auto-id test-me-id) (:indices some-other-field) (:class-name test-table))
(create-template 'test-template)
and am getting the following error;
Database error 42601: syntax error at or near "-" Query: CREATE INDEX test_me_SOME-OTHER-FIELD_index ON test_me (some_other_field) [Condition of type DATABASE-ERROR]
I am using SBCL 1.05 on a pretty vanilla debian box.
- sim
Hello Simon,
Good catch. I pushed a patch to the darcs repository which fixes this.
Cheers, Marijn
postmodern-devel@common-lisp.net