Bug 14640

Summary: Modify all RHCE code to use new Database DSN
Product: Red Hat Web Site Reporter: Paul Lindner <plindner>
Component: OtherAssignee: Randy J. Ray <rjray>
Status: CLOSED CURRENTRELEASE QA Contact: Paul Lindner <plindner>
Severity: medium Docs Contact:
Priority: medium    
Version: current   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-25 22:26:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Lindner 2000-07-25 21:32:51 UTC
All RHCE code should use the DSN   web/web@web.

All queries should be modified to use the full schema name for the
database:

 For example:  

  select * from student

becomes:

  select * from rhce.student;

Comment 1 Paul Lindner 2000-07-25 21:53:24 UTC
Randy, 

I changed all of the code in apps/rhce_form.html to support the new DB instance.

Do you know other places where this is referred to ?

thanks.



Comment 2 Randy J. Ray 2000-08-01 21:20:02 UTC
Appears to have all occurances covered.