mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
fix: unit test
This commit is contained in:
parent
ac5af32fcf
commit
b50044005a
@ -26,8 +26,8 @@ namespace MiniExcelLibs
|
||||
|
||||
private void CreateTable()
|
||||
{
|
||||
Clear();
|
||||
_cmd.CommandText = $@"
|
||||
DROP TABLE IF EXISTS {_tableName};
|
||||
CREATE TABLE {_tableName} (name TEXT, `index` INTEGER);
|
||||
|
||||
CREATE INDEX idx_index
|
||||
|
Loading…
Reference in New Issue
Block a user