[fluent-nhib] Fluent NHibernate - Delete one entity by Id somehow deleted ALL entities in the DB

2014-03-06 Thread Dev Enthusiast
I'm new to Fluent NHibernate. I followed the example at https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started The example showed how to Create and Read entities. At run-time, it creates 2 stores. I added a *DeleteByStoreId() *method to this sample code. public static vo

Re: [fluent-nhib] FluentNHibernate 1.4.0.0 vs. FluentNHibernate 1.2.0.712: error when string is truncated

2014-03-06 Thread Carl Bussema
Yeah, that's correct, I knew it was something confusing where there was a something.3 showing up with a something.1 dll version. Just missed that it was an extra level down. So it does look like the original problem here is probably due to an out of date NH version. On Thu, Mar 6, 2014 at 1:51 PM

Re: [fluent-nhib] FluentNHibernate 1.4.0.0 vs. FluentNHibernate 1.2.0.712: error when string is truncated

2014-03-06 Thread Oskar Berggren
Check that again please. The file version 3.3.1.4000 was released with assembly version 3.3.1.4000 (i.e. the same). All later file versions in the 3.3.x series should maintain the same assembly version. /Oskar 2014-03-06 19:45 GMT+01:00 Carl Bussema : > The NH nuget version 3.3 still has the DL

[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Gleb Chermennov
I'll try to do it some time next week and ask questions when they appear (and they will, probably). четверг, 6 марта 2014 г., 20:56:25 UTC+4 пользователь Jeff Doolittle написал: > > I'd be willing to help out with getting tests running against SQLite or > SqlCE. Let me know what you had in min

Re: [fluent-nhib] FluentNHibernate 1.4.0.0 vs. FluentNHibernate 1.2.0.712: error when string is truncated

2014-03-06 Thread Carl Bussema
The NH nuget version 3.3 still has the DLL version of 3.1, confusingly. So it's hard to know whether that's really NH 3.3 or not, but I agree that seems likely. On Thu, Mar 6, 2014 at 1:21 PM, Oskar Berggren wrote: > > > > 2014-03-05 13:08 GMT+01:00 : > > While researching for a solution to anot

Re: [fluent-nhib] FluentNHibernate 1.4.0.0 vs. FluentNHibernate 1.2.0.712: error when string is truncated

2014-03-06 Thread Oskar Berggren
2014-03-05 13:08 GMT+01:00 : > While researching for a solution to another problem, I upgraded my program > (and it's unit tests) to FluentNHibernate 1.4.0.0. > *Suddenly, some unit test which were running before *were failing. > The reason was that I passed in a string of length 51 to a column of

[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Jeff Doolittle
I'd be willing to help out with getting tests running against SQLite or SqlCE. Let me know what you had in mind and if there are any other issues to address to prepare for NH 4.0. --Jeff On Thursday, March 6, 2014 12:09:13 AM UTC-8, Gleb Chermennov wrote: > > Hello. > I try to maintain the pro

[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Gleb Chermennov
Hello. I try to maintain the project in my spare time - pull requests kindly appreciated, as always :) I'm aware that NHibernate is slowly arriving at 4.0 version, in fact there's a branch named nh-net40-migration that checks compatibility with NHibernate master branch. I haven't updated it in a

[fluent-nhib] Re: FluentNHibernate 1.4.0.0 vs. FluentNHibernate 1.2.0.712: error when string is truncated

2014-03-06 Thread Gleb Chermennov
Just to clarify - you're saying that after upgrading to 1.4.0.0 you found failing unit tests that shouldn't be passing (because of a column length) when you used one of the previous Fluent NHibernate versions? As far as I'm aware, Fluent NHibernate has not changed it's behaviour concerning gener