Changes between Version 41 and Version 43 of Ticket #36030
- Timestamp:
- Nov 26, 2025, 12:16:10 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36030 – Description
v41 v43 34 34 cursor.execute(f"SELECT {sql}", params) 35 35 result = cursor.fetchone()[0] 36 print("result:", result) .# -> result: 036 print("result:", result) # -> result: 0 37 37 }}} 38 38