On Mon, Jan 12, 2004 at 04:00:28PM -0800, Randal L. Schwartz wrote: > > Is there any way to enter a "/" that's part of the SQL, > and not taken as a delimiter? > > I'm staring at the parsing of the command string, and it appears > to accept "\/", except it doesn't rip that \ out, so then I end > up with SQL that looks like \/, which the SQL parser doesn't like. > > Am I just not seeing something, or is this a bug?
Sounds like a bug. Are you using the DBI::Shell that comes with the DBI or the (much improved) one from CPAN? Tim.
