Changes between Version 41 and Version 43 of Ticket #36030


Ignore:
Timestamp:
Nov 26, 2025, 12:16:10 PM (4 days ago)
Author:
Bob Kline
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36030 – Description

    v41 v43  
    3434    cursor.execute(f"SELECT {sql}", params)
    3535    result = cursor.fetchone()[0]
    36     print("result:", result). # -> result: 0
     36    print("result:", result) # -> result: 0
    3737}}}
    3838
Back to Top