Page MenuHomePhorge

D12866.1765167328.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D12866.1765167328.diff

diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
--- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
+++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
@@ -2588,9 +2588,9 @@
bindStringToSQL(threadID.c_str(), preparedSQL, 4);
if (usingCursor) {
- int timestamp = std::stoll(timestampCursor.value());
- bindIntToSQL(timestamp, preparedSQL, 5);
- bindIntToSQL(timestamp, preparedSQL, 6);
+ int64_t timestamp = std::stoll(timestampCursor.value());
+ bindInt64ToSQL(timestamp, preparedSQL, 5);
+ bindInt64ToSQL(timestamp, preparedSQL, 6);
bindStringToSQL(messageIDCursor.value(), preparedSQL, 7);
}
diff --git a/web/shared-worker/_generated/comm_query_executor.wasm b/web/shared-worker/_generated/comm_query_executor.wasm
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 8, 4:15 AM (11 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847019
Default Alt Text
D12866.1765167328.diff (1 KB)

Event Timeline