~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to package-includes/launchpad-sql-configure-testing.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2005-03-24 15:14:26 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-1493
Remove hardcoded dbhost so I can keep using PGHOST. Display a better message when the user have no preferred email address set.
Patches applied:

 * guilherme.salgado@canonical.com/launchpad--devel--0--patch-211
   merge from rf

 * guilherme.salgado@canonical.com/launchpad--devel--0--patch-212
   Better message when the user have no preferred email address set.

 * guilherme.salgado@canonical.com/launchpad--devel--0--patch-213
   merge from rf

 * guilherme.salgado@canonical.com/launchpad--devel--0--patch-214
   Fix dsn to hardcode only the 'launchpad' username and leave the dbhost to environment settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <rdb:provideConnection
10
10
        name="launchpad"
11
11
        component="psycopgda.adapter.PsycopgAdapter"
12
 
        dsn="dbi://launchpad:@localhost/launchpad_ftest" />
 
12
        dsn="dbi://launchpad:@/launchpad_ftest" />
13
13
 
14
14
    <sqlos:connectionName name="launchpad" />
15
15