Re: [sqlite] SQLite & NHibernate

2011-03-27 Thread Nico Williams
On Sat, Mar 26, 2011 at 8:56 PM, Patrick Earl wrote: > 1.  Support for a base-10 numeric data type. Looking at the wikipedia page for NHibernate it seems that you don't export a SQL interface -- all SQL is generated. So, given that, you should be able to generate SQLite3 statements that use user

[sqlite] SQLite & NHibernate

2011-03-26 Thread Patrick Earl
Greetings. I'm a committer for NHibernate who has been working on improving the support for SQLite. I've been able to get most of the over 3000 tests passing on SQLite. Kudos to Richard and the team for producing such an impressive little database. I wanted to share with you the main limitation