Changes between Initial Version and Version 1 of Ticket #30595, comment 3
- Timestamp:
- Jun 29, 2019, 11:27:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30595, comment 3
initial v1 1 1 One problem I foresee with outputting a message when no sequences are found is that it could break scripts piping the output into a SQL shell or simply expecting STDOUT to be valid SQL. I guess we could output an SQL comment of the form `-- No sequences found` or use STDERR instead? 2 2 3 Also I don't see why `sqlsequencereset` is special with regards to other `sql*` commands that also have the same behavior; it should either not be changed or changed for all commands`sql*` commands to be coherent.3 Also I don't see why `sqlsequencereset` is special with regards to other `sql*` commands that also have the same behavior; it should either not be changed or changed for all `sql*` commands to be coherent.