Menu

#2 Wrong table creation statement in server build.xml

open
nobody
None
5
2006-11-24
2006-11-24
Anonymous
No

Buildfile: build.xml

clean-db:
[sql] Executing commands
[sql] Failed to execute: DROP TABLE ogm-server_0_0_1_counter
[sql] org.postgresql.util.PSQLException: ERROR: syntax error at or near "-"
[sql] 0 of 1 SQL statements executed successfully

configure-db:
[sql] Executing commands
[sql] Failed to execute: CREATE TABLE ogm-server_0_0_1_counter (uuid varchar, value int)

BUILD FAILED

Table name can not have "-"

Discussion


Log in to post a comment.