Skip to content

Commit

Permalink
not use null data
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjiacs committed Jun 26, 2015
1 parent 9a2ad68 commit 5467661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scripts/examples/sql_coverage/advanced-inexists.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

--- DML: purge and regenerate random data first
DELETE FROM @dmltable
INSERT INTO @dmltable VALUES (@insertvals)
{@insertvals_not_null = "_id, _value[string], _value[int16], _value[float]"}

INSERT INTO @dmltable VALUES (@insertvals_not_null)

-- TEMP, for debugging, just so I can quickly see what data was generated:
--SELECT * FROM @fromtables ORDER BY @idcol
Expand Down

0 comments on commit 5467661

Please sign in to comment.