Fix examples for migrated packages
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-05-21 21:12:56 +02:00
parent eff54c7779
commit e246836084
19 changed files with 482 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DELETE
FROM demo
WHERE id == ?

View File

@ -0,0 +1,3 @@
DELETE
FROM demo
WHERE name == ?

View File

@ -0,0 +1,3 @@
INSERT INTO demo (name)
VALUES (?)
RETURNING id

View File

@ -0,0 +1,2 @@
SELECT *
FROM demo

View File

@ -0,0 +1,2 @@
SELECT *
FROM test