[postmodern-devel] getting error create indexes
22 May
2007
22 May
'07
1:23 p.m.
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
22 May
22 May
2:27 p.m.
Hello Simon, Good catch. I pushed a patch to the darcs repository which fixes this. Cheers, Marijn
6469
Age (days ago)
6469
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marijn Haverbeke
-
Simon Cusack