Browse Source
* gh-18285: Test custom comment prefix with one that does not work by default Closes gh-18285pull/18464/head
2 changed files with 4 additions and 4 deletions
@ -1,10 +1,10 @@
@@ -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