frx ca32d865b2 fix(issue-16): fix critical transaction bug and high-severity repository issues
C1: CreateBatch shadowed err with := in loop, causing partial commits on
    failure. Fixed with named return and execErr loop variable.
H1: OrderBy concatenated raw into SQL query. Added whitelist validation.
H2: Organization.List dropped query args in SelectContext call.
H3: CourseRepository.Get wrapped sql.ErrNoRows without translating to
    ErrNotFound, breaking the port contract.
Medium: Create now returns the created entity via Get; fixed prepared
    statement leak in Organization.Create; unified time.Now() to UTC.
2026-07-09 13:41:56 +00:00
2024-06-16 23:55:49 +03:00
2024-01-11 11:55:37 +03:00
2024-04-11 10:33:14 +03:00
2024-09-25 00:47:12 +03:00
2024-03-24 16:51:39 +03:00
2026-07-03 16:16:39 +00:00
2026-07-03 16:16:39 +00:00
2023-11-22 01:12:04 +03:00
Description
No description provided
1.2 MiB
Languages
Go 84.4%
HTML 7.8%
templ 7.1%
Dockerfile 0.7%