Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33305571
D14168.1768791305.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
977 B
Referenced Files
None
Subscribers
None
D14168.1768791305.diff
View Options
diff --git a/native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h b/native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h
--- a/native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h
+++ b/native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h
@@ -56,7 +56,7 @@
bindStringPtrToSQL(name, sql, idx + 2);
bindStringPtrToSQL(description, sql, idx + 3);
bindStringToSQL(color, sql, idx + 4);
- bindInt64ToSQL(reinterpret_cast<sqlite3_int64>(time), sql, idx + 5);
+ bindInt64ToSQL(creation_time, sql, idx + 5);
bindStringPtrToSQL(parent_thread_id, sql, idx + 6);
bindStringPtrToSQL(containing_thread_id, sql, idx + 7);
bindStringPtrToSQL(community, sql, idx + 8);
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, Jan 19, 2:55 AM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954015
Default Alt Text
D14168.1768791305.diff (977 B)
Attached To
Mode
D14168: [sqlite] Fix corrupted creation_time timestamps in threads
Attached
Detach File
Event Timeline
Log In to Comment