Test custom comment prefix with one that does not work by default
See gh-18285pull/18464/head
parent
a607ddeadf
commit
51a8c73b7b
@ -1,10 +1,10 @@
|
||||
## This is a test script to check custom comment prefix is taken into account
|
||||
** This is a test script to check ** is treated as a comment prefix when prefix is customized
|
||||
|
||||
CREATE TABLE QRTZ_TEST_TABLE (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
CALENDAR_NAME VARCHAR (200) NOT NULL
|
||||
);
|
||||
|
||||
## Another comment
|
||||
** Another comment
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue