|
3 |
edited tags
|
||
|
2 | added 8 characters in body | ||
|
Hallo, i am trying to implent this solution NHibernate-20-SQLite-and-In-Memory-Databases the only problem is that we have hbm's like this
with [dbo] in the tablename because we are working with mssql and this does not work with Sqlite. i found also this posting on the rhino-tools-dev group where they talk about just removing the schema from the mapping: but on NH2 there doesn't seem to be a
there is a
but it seems to be read-only. e.g.
|
||||
|
1 |
|
||
Using Sqlite InMemory DB for unittesting MSSQL-DBHallo, i am trying to implent this solution NHibernate-20-SQLite-and-In-Memory-Databases the only problem is that we have hbm's like this
with [dbo] in the tablename because we are working with mssql and this does not work with Sqlite. i found also this posting on the rhino-tools-dev group where they talk about just removing the schema from the mapping: but on NH2 there doesn't seem to be a
there is a
but it seems to be read-only. e.g.
|
||||
