fix: delete engine memory to pass backTest
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
24159cd3e8
commit
748dc1b37e
|
@ -63,7 +63,6 @@ module.exports = Self => {
|
||||||
stmt = new ParameterizedSQL(
|
stmt = new ParameterizedSQL(
|
||||||
`CREATE TEMPORARY TABLE tmp.item
|
`CREATE TEMPORARY TABLE tmp.item
|
||||||
(PRIMARY KEY (id))
|
(PRIMARY KEY (id))
|
||||||
ENGINE = MEMORY
|
|
||||||
SELECT
|
SELECT
|
||||||
i.*,
|
i.*,
|
||||||
p.name AS producerName,
|
p.name AS producerName,
|
||||||
|
|
Loading…
Reference in New Issue