mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
add comment
This commit is contained in:
@@ -238,6 +238,7 @@ impl CalendarStore for SqliteStore {
|
|||||||
ics
|
ics
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
// If the object already exists a database error is thrown and handled in error.rs
|
||||||
sqlx::query!(
|
sqlx::query!(
|
||||||
"INSERT INTO calendarobjects (principal, cal_id, id, ics) VALUES (?, ?, ?, ?)",
|
"INSERT INTO calendarobjects (principal, cal_id, id, ics) VALUES (?, ?, ?, ?)",
|
||||||
principal,
|
principal,
|
||||||
|
|||||||
Reference in New Issue
Block a user