[fluent-nhib] Re: Testing against existing schema

2009-03-11 Thread Brendan Erwin
gt; ] On Behalf Of James Gregory >> Sent: 10 March 2009 11:24 >> To: fluent-nhibernate@googlegroups.com >> Subject: [fluent-nhib] Re: Testing against existing schema >> >> There's the PersistenceSpecification which will verify your >> mappings are persi

[fluent-nhib] Re: Testing against existing schema

2009-03-11 Thread James Gregory
anityChecks.aspx > * > > > *From:* fluent-nhibernate@googlegroups.com [ > mailto:fluent-nhibernate@googlegroups.com > ] *On Behalf Of *James Gregory > *Sent:* 10 March 2009 11:24 > *To:* fluent-nhibernate@googlegroups.com > *Subject:* [fluent-nhib] Re: Testing against existing

[fluent-nhib] Re: Testing against existing schema

2009-03-10 Thread Brendan Erwin
> Sent: 10 March 2009 11:24 > To: fluent-nhibernate@googlegroups.com > Subject: [fluent-nhib] Re: Testing against existing schema > > There's the PersistenceSpecification which will verify your mappings > are persisted correctly. Most of the time we hook it up to a SQLite

[fluent-nhib] Re: Testing against existing schema

2009-03-10 Thread Martin Hornagold
2009 11:24 To: fluent-nhibernate@googlegroups.com Subject: [fluent-nhib] Re: Testing against existing schema There's the PersistenceSpecification which will verify your mappings are persisted correctly. Most of the time we hook it up to a SQLite DB, but there's nothing stopping you fro

[fluent-nhib] Re: Testing against existing schema

2009-03-10 Thread James Gregory
There's the PersistenceSpecification which will verify your mappings are persisted correctly. Most of the time we hook it up to a SQLite DB, but there's nothing stopping you from using it against another database. Should work for what you need. Just be warned it doesn't handle complex mappings very

[fluent-nhib] Re: Testing against existing schema

2009-03-10 Thread Andrew Stewart
Not to me sorry, anyone else know anything. On Mon, Mar 9, 2009 at 6:07 PM, brendanjerwin wrote: > > I seem to remember reading something a while back about a tool in > fluent nhibernate (or near it) that would assist in testing that > mappings do not conflict with an existing schema. Does this r