Commit Graph

3 Commits (bbf29137282769f6c96123fe92babe41ea64e625)

Author SHA1 Message Date
Clint Byrum a60f6d4569 Do not initialize anything during import phase
The structure of the program is compromised by doing too much logic in
the import phase. We can read the code more cleanly if we can see where
the intended initialization code is called. This may make tests slightly
more tedious to write, but that should be handled by writing generic
fixtures which can be reused for exactly this purpose.

Change-Id: I1d221e2f90d1f6e89717a37d2128caabd077d30a
2013-04-24 10:03:06 -07:00
Zane Bitter 357d977a0a Register DB options independently of engine
We need a script that will just manage database migrations (for bug
1072949), so for this purpose we want to register only the DB options, not
all of the engine options.

Change-Id: I99bb8d5800741d71572a14c3a5a33dcf0e1b0268
2013-03-11 17:36:06 +01:00
Tomas Sedovic fcaea6527b Stub out the database access API 2012-03-29 18:02:16 +02:00