Changes between Initial Version and Version 1 of Ticket #30595, comment 3


Ignore:
Timestamp:
Jun 29, 2019, 11:27:18 AM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30595, comment 3

    initial v1  
    11One 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?
    22
    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.
     3Also 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.
Back to Top