r18271 - gnucash/trunk/src - Fix bug 392357: Allow port specification for a database connection. For both mysql and pgsql,

Phil Longstaff plongstaff at code.gnucash.org
Sat Aug 22 16:17:38 EDT 2009


Author: plongstaff
Date: 2009-08-22 16:17:37 -0400 (Sat, 22 Aug 2009)
New Revision: 18271
Trac: http://svn.gnucash.org/trac/changeset/18271

Modified:
   gnucash/trunk/src/backend/dbi/gnc-backend-dbi.c
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
   gnucash/trunk/src/gnome-utils/gnc-plugin-file-history.c
Log:
Fix bug 392357: Allow port specification for a database connection.  For both mysql and pgsql,
the port number can be specified after the host, separated by a colon.  The URI spec is:

    mysql://hostname[:port]:dbname:username:password

where [:port] indicates that it is optional.




More information about the gnucash-patches mailing list