[nhusers] NHibernate / FireBird any way to specify segment size and subtype in blob mapping?

2010-01-24 Thread theghost
Hi, I have a property mapping as follows: When I generate the database using GenerateSchemaCreationScrip I get blob of subtype 0 (binary) and segment size of 80. Is there any way to control these field properties via the mapping file when using NHibernate? thanks, John -- You received this

[nhusers] Re: newbie question what do i need to do to enable database deletion on unit test setup

2009-07-01 Thread theghost
on string. > > /Oskar > > 2009/6/30 theghost : > > > > > Hi, > > As part of learning nhibernate i am trying to set up some basic unit > > tests. As part of the set up I blow away and re-copy a small firebird > > database to my testing directory. I am having a p

[nhusers] newbie question what do i need to do to enable database deletion on unit test setup

2009-06-30 Thread theghost
Hi, As part of learning nhibernate i am trying to set up some basic unit tests. As part of the set up I blow away and re-copy a small firebird database to my testing directory. I am having a problem though, in that somehow I am holding onto a database connection after each test so although any tes