Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

CMParamsBox does not hold placeholders for all connection fields #181

Closed mfrasca closed 8 years ago

mfrasca commented 9 years ago

From @mfrasca on April 21, 2015 14:3

according to SQLAlchemy, a database url looks like:

dialect+driver://username:password@host:port/database

currently, CMParamsBox does not let the user specify a port.

Copied from original issue: mfrasca/bauble.classic#55

mfrasca commented 8 years ago

This issue was moved to Ghini/ghini.desktop#116