Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3399453
D12866.id42828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12866.id42828.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
Tue, Dec 3, 3:22 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2610012
Default Alt Text
D12866.id42828.diff (1 KB)
Attached To
Mode
D12866: [native][web] Fix timestamp type in cpp
Attached
Detach File
Event Timeline
Log In to Comment