fix nhibernate driver so that it starts (based on the appearance

changes it wouldn't come up).
include embedded dialect specific sql files for nhibernate migrations
figure out how to get the raw db connection so that migrations can
work with nhibernate.
create initial migration for NHibernate + SQLite + Assets.
This commit is contained in:
Sean Dague
2008-06-16 19:22:00 +00:00
parent caa6b8467d
commit 340ef33e2e
4 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ create table Assets(
Description varchar(64),
Local boolean,
Temporary boolean,
Data blob,
Data blob
);
END;