Using the -i or -n params from the go command to assign the value of one column to different variables does not seem to work.
Examples: (# - denotes an output line in FS, the rest are input lines)
DROP TABLE IF EXISTS test_table /
CREATE TABLE test_table (`col one` VARCHAR(20)) /
INSERT INTO test_table VALUES ('one') /
declare test_var1=val1
declare test_var2=val2
SELECT * FROM test_table
go -i test_var1=1 -i test_var2=1
declare -p test_var1 test_var2
declare test_var1=val1
declare test_var2=val2
SELECT * FROM test_table
go -n test_var1='col one' -n test_var2='col one'
declare -p test_var1 test_var2
Tested on both ADS 12.0.15 and ADS 13 RC1 using both MySQL and SQLite, in all the cases the behavior is as above.
Field | Old Value | New Value |
---|---|---|
Version | 13.0 | 12.0 |
Field | Old Value | New Value |
---|---|---|
Fixed Build | 12.0/r31083-84,13.0/r31085,trunk/r31086 | |
Resolution | Fixed | |
Resolved Date | Jan 25, 2013 5:04 AM | |
Status | New | Resolved |
Field | Old Value | New Value |
---|---|---|
Status | Resolved | Closed |
Issue #8244 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0/r31083-84,13.0/r31085,trunk/r31086 |
No time estimate |