Aggiunta blandamente la feature di auto rinnovo per l'anno corrente all'atto della registrazione #7

Open
giuliof wants to merge 1 commits from feat/autorenewal into master
Owner

Da testare e validare.

Da testare e validare.
gbiotti was assigned by giuliof 2023-05-02 20:01:17 +00:00
giomba was assigned by giuliof 2023-05-02 20:01:17 +00:00
giuliof added 1 commit 2023-05-02 20:01:18 +00:00
giuliof added the
Feature request
label 2023-05-02 20:01:28 +00:00
giuliof requested review from giomba 2023-05-02 20:01:33 +00:00
giuliof requested review from gbiotti 2023-05-02 20:01:34 +00:00
giomba requested changes 2023-05-02 20:23:25 +00:00
@ -44,0 +55,4 @@
query.prepare("INSERT INTO iscrizione (socio) VALUES (:socio)");
query.bindValue(":socio", lastInsertId);
if (! query.exec()) { status(Ui::ERROR, fullQuery(query)); return; }
}
Owner

Forse questa doppia operazione andrebbe fatta in una transaction.

https://forum.qt.io/topic/109778/qsqldatabase-sqlite-transaction-inside-of-qsqlquery-how/2
(non testato)

Forse questa doppia operazione andrebbe fatta in una transaction. https://forum.qt.io/topic/109778/qsqldatabase-sqlite-transaction-inside-of-qsqlquery-how/2 (non testato)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feat/autorenewal master
git pull origin feat/autorenewal

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff feat/autorenewal
git push origin master
Sign in to join this conversation.
No reviewers
No Label
Bug
Feature request
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golem/gestionale#7
No description provided.