ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
that delete function 🤯
It's a great function for sure, haha. A bit complex, but necessary to rearange the order of the items.
hello, I think you should move tx, err := DB.BeginTx(ctx, nil) to the top of the funcion deleteTask() and execute all the rest of the SQL statements with tx using tx.Exec() and tx.Query().
that delete function 🤯
It's a great function for sure, haha. A bit complex, but necessary to rearange the order of the items.
hello, I think you should move tx, err := DB.BeginTx(ctx, nil) to the top of the funcion deleteTask() and execute all the rest of the SQL statements with tx using tx.Exec() and tx.Query().