Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32216494
D12866.1765167328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12866.1765167328.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12866: [native][web] Fix timestamp type in cpp
Attached
Detach File
Event Timeline
Log In to Comment