summaryrefslogtreecommitdiff
path: root/.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-09-15 22:39:23 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-09-15 22:39:23 -0400
commita48c19f8c933291a3e65a3143eabda03e8bf1ede (patch)
tree33ff6f6587a16165a98239e0bbce4b16269b3e1e /.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json
parent8738cf083caaf9d8ecb1918e14712f7b09f490a5 (diff)
Annotate channel events with channel ID at the router, not intrinsically.
This bugged me aesthetically. At `app.channel().events(channel)`, the caller knows the channel ID; they don't need to be told. Having the same info come back out in the returned events felt bad.
Diffstat (limited to '.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json')
-rw-r--r--.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json b/.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json
deleted file mode 100644
index 93bbe5e..0000000
--- a/.sqlx/query-9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "db_name": "SQLite",
- "query": "\n insert into message\n (id, sender, channel, body, sent_at)\n values ($1, $2, $3, $4, $5)\n returning\n id as \"id: Id\",\n sender as \"sender: LoginId\",\n channel as \"channel: ChannelId\",\n body,\n sent_at as \"sent_at: DateTime\"\n ",
- "describe": {
- "columns": [
- {
- "name": "id: Id",
- "ordinal": 0,
- "type_info": "Text"
- },
- {
- "name": "sender: LoginId",
- "ordinal": 1,
- "type_info": "Text"
- },
- {
- "name": "channel: ChannelId",
- "ordinal": 2,
- "type_info": "Text"
- },
- {
- "name": "body",
- "ordinal": 3,
- "type_info": "Text"
- },
- {
- "name": "sent_at: DateTime",
- "ordinal": 4,
- "type_info": "Text"
- }
- ],
- "parameters": {
- "Right": 5
- },
- "nullable": [
- false,
- false,
- false,
- false,
- false
- ]
- },
- "hash": "9d7f46ceefa71aad1aec42205a7b6d6aecbc52c56a7a8ad38f96cb82ebcbd53e"
-}