You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed to use placeholders for value specification
Modified SQLite3 datetime column updates to normalize values in WHERE clauses according to column type:
DATETIME / TIMESTAMP columns → datetime()
DATE columns → date()
TIME columns → time()
This ensures updates work regardless of whether ISO8601 strings contain T or Z
Aligned behavior with other commands: if the number of affected rows is zero, no transaction is started and the prompt remains at SQL>
Removed the behavior where the edit command wrote the pre-edit SELECT results to the spool destination.
( The select command continues to output to the spool destination as before. )
In command-line input, pressing Enter alone previously did not terminate input unless the last line ended with a semicolon. This has been changed so that if the input line begins with one of the following command names, it is executed immediately without requiring a semicolon.