Closed
Bug 199501
Opened 22 years ago
Closed 22 years ago
Fix "Update alias" command
Categories
(Core Graveyard :: SQL, defect, P3)
Core Graveyard
SQL
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.5alpha
People
(Reporter: owen.marshall+bmo, Assigned: janv)
References
()
Details
(Keywords: qawanted)
Attachments
(1 file)
1.15 KB,
patch
|
Details | Diff | Splinter Review |
Testcase:
1. Create the following alias:
Name: somedb
Type: pgsql
Hostname: egentili.net1.nerim.net
Port: 5432
Database: mozdbdemo
2. Go to this URL:
chrome://mozdb/content/test/test.xul (.XPI package)
chrome://sql/content/test/test.xul (Manually built)
3. Observe error message
4. Change alias name to "mozdbdemo"
5. Observe error message.
It appears that the "update alias" command is not functioning.
TESTED ON: 1.2.1 release, with mozdb-20021214-win.xpi from bug #81653.
QAWANTED -- Please follow the above steps for reproduction on a newer build with
the SQL support build, _NOT_ the XPI package. Please note on the bug if the
issue is or is not present, and remove the qawanted keyword.
Assignee | ||
Comment 1•22 years ago
|
||
Ok, I fixed this on the trunk. I had to change the API a bit.
This patch demonstrates how to change apps to the latest API.
Assignee | ||
Comment 2•22 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.5alpha
Version: Other Branch → Trunk
Reporter | ||
Comment 3•22 years ago
|
||
*bugspam*
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•