Re: [sqlite] Comments in files intended for .read

2011-08-30 Thread Simon Slavin
On 30 Aug 2011, at 2:47pm, Richard Hipp wrote: > On Tue, Aug 30, 2011 at 9:25 AM, Simon Slavin wrote: > >> Any problems with multi-line >> quoted text strings containing comments ? Anything else anyone wants to >> warn me about ? I don't actually need to use the '/*'

Re: [sqlite] Comments in files intended for .read

2011-08-30 Thread Richard Hipp
On Tue, Aug 30, 2011 at 9:25 AM, Simon Slavin wrote: > I'm writing an app which generates text files intended for reading by the > shell tool's '.read' command. We're using SQL text files because I'm > writing a design which needs to be completely open, understandable, and

[sqlite] Comments in files intended for .read

2011-08-30 Thread Simon Slavin
I'm writing an app which generates text files intended for reading by the shell tool's '.read' command. We're using SQL text files because I'm writing a design which needs to be completely open, understandable, and easily hackable by third parties. I want to include comments in my SQL files.