Bugs item #1077061, was opened at 2004-12-01 21:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=629040&aid=1077061&group_id=101095
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bjorn Bringert (bring)
Assigned to: Nobody/Anonymous (nobody)
Summary: DBDirect does not allow a hierarchical base module
Initial Comment:
Database.HaskellDB.DBSpec.DBSpecToDBDirect.dbInfoToModuleFiles
(and thereby also DBDirect) behaves incorrectly when
given a hierarchical name as the base module name.
A name containing a dot is be treated as if the dot was
part of the module name, and the directory created by
DBDirect will have the full hierarchical name.
The correct behavior should be to create the directory
hierarchy correspondning to the hierarchical name.
Bug reported by Niklas Broberg
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=629040&aid=1077061&group_id=101095
|