Skip to content

Commit 0f0e689

Browse files
committed
release 3.0.0.1
1 parent f45ccea commit 0f0e689

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Copyright 2016-2023 DolphinDB, Inc.
189189
same "printed page" as the copyright notice for easier
190190
identification within third-party archives.
191191

192-
Copyright 2016-2023 DolphinDB, Inc.
192+
Copyright 2016-2024 DolphinDB, Inc.
193193

194194
Licensed under the Apache License, Version 2.0 (the "License");
195195
you may not use this file except in compliance with the License.

core/src/MultithreadedTableWriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ bool MultithreadedTableWriter::SendExecutor::writeAllData(){
453453
{
454454
for (auto &one : items) {
455455
if (tableWriter_.unusedQueue_.size() < 65535) {
456+
one->clear();
456457
tableWriter_.unusedQueue_.push(one);
457458
}
458459
else {

dolphindb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .database import Database
2020
from .utils import month
2121

22-
__version__ = "3.0.0.0"
22+
__version__ = "3.0.0.1"
2323

2424
name = "dolphindb"
2525

0 commit comments

Comments
 (0)