Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3330977
D13922.id45811.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
D13922.id45811.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
@@ -2752,8 +2752,8 @@
const std::vector<std::string> &ids) const {
std::stringstream getInboundP2PMessagesSQLStream;
getInboundP2PMessagesSQLStream << "SELECT "
- " message_id, sender_device_id, "
- " plaintext, status, sender_user_id "
+ " message_id, sender_device_id, "
+ " plaintext, status, sender_user_id "
"FROM inbound_p2p_messages "
"WHERE message_id IN "
<< getSQLStatementArray(ids.size()) << ";";
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
Thu, Nov 21, 7:30 PM (15 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2552046
Default Alt Text
D13922.id45811.diff (1 KB)
Attached To
Mode
D13922: [sqlite] Add missing spaces in getInboundP2PMessagesByID query
Attached
Detach File
Event Timeline
Log In to Comment