Closed
Bug 358103
Opened 19 years ago
Closed 19 years ago
tr_install.pl uses Multi-value INSERT
Categories
(Testopia :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vrb, Assigned: vrb)
References
Details
Attachments
(1 file)
|
739 bytes,
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.5 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.5 Firefox/1.5.0.7
tr_install.pl uses Multi-value INSERT -- breaks on PostgreSQL
Reproducible: Always
Actual Results:
[Sun Oct 15 15:18:17 2006] tr_install.pl: DBD::Pg::db do failed: ERROR:
syntaxerror at or near "," at character 154 [for Statement "INSERT INTO
test_environment_category (env_category_id, product_id, name) VALUES (1, 0,
'Operating System'), (2, 0, 'Hardware')"] at ./tr_install.pl line 433
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Assignee: ghendricks → vrb
Status: ASSIGNED → NEW
| Assignee | ||
Comment 1•19 years ago
|
||
We no longer do the multi-value INSERT.
Attachment #243680 -
Flags: review?(ghendricks)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Attachment #243680 -
Flags: review?(ghendricks) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
------------------------------------------------------------------------
r2329 | vrb | 2006-10-26 11:58:04 -0600 (Thu, 26 Oct 2006) | 4 lines
Changed paths:
M /trunk/tr_install.pl
Comment 3•19 years ago
|
||
Checking in tr_install.pl;
/cvsroot/mozilla/webtools/testopia/tr_install.pl,v <-- tr_install.pl
new revision: 1.8; previous revision: 1.7
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•