.print command
#4411
Replies: 2 comments 3 replies
-
You can create a custom SQL function, using QtScript as implemnation language, then in the body of the function type:
Assuming you give this function name
which would be equal to SQLite's |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thant's an option. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sqlite3 has this non-standard feature to allow ".print" commands in multi-command-queries to show how far it got. It seem like SQLiteStudio does not accept any dot commands.
Is there a way to output a line into the status pane just like ".print" would do?
Beta Was this translation helpful? Give feedback.
All reactions