Ed Leafe wrote: > On Nov 23, 2008, at 11:59 AM, Uwe Grauer wrote: > >> I also think that it is cleaner to prevent the unwanted database >> creation. > > I thought of doing that, too, but one of the reasons that people use > SQLite is to create on-the-fly databases; that is not the case for > server-based apps. Maybe we need a dabo setting that controls whether > this is allowed?
+1 on it being an ConnectInfo property createIfNotExists, default is False. If True, then we also need to call a hook method for user code to create the tables, etc. I don't think this is limited to SQLite, as if the proper permissions are given by the server, this could potentially be useful for all databases. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
