× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
aquaclusters.josekibold reported 2012-12-04T16:56:33Z  · last modified 2012-12-05T20:09:16Z

SQLite - \sqlexport doesn't take into consideration -SQ param


Dev
Jenny Nishimura
JennyNishimura
QA
Sachin Prakash
SachinPrakash
Priority Low
Complexity Unknown
Component App - FluidShell
Version 13.0

Using the \sqlexport command on an SQLite DB, the -SQ parameter doesn't seem to change the quotes used to surround strings.

Example:

$ create table test(col int, col2 text)
$ go
$ insert into test values(1, "msg")
$ go
$ sqlexport test

"col","col2"
1,'msg'<---Expected would be 1,"msg" as the man page for sqlexport says that the default is double-quote
$ sqlexport test -SQ none
"col","col2"
1,'msg'<---Expected would be 1,msg as -SQ param says none

Tested on Ubuntu 12.10 using ADStudio 13 Dev 38.

Issue #8004

Closed
Fixed
Resolved 2012-12-04T19:30:53Z
 
 
Completion
No due date
Fixed Build 30431
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017