Skip to:
I am using NHibernate 3.0 with MySQL and was making user of FutureValue<T> and Future<T> to retrieve a paged list of data for a grid plus a total in a single query.
This was working in 2.1 but since upgrading to 3.0 I am getting a SQL exception coming from MySQL. I originally posted a question on Stack Overflow and was directed here to submit a bug report, for reference the question was http://stackoverflow.com/questions/4371750/syntax-error-on-multi-query-in-nhibernate-3-and-mysql
I have attached a project which demonstrates the issue as recommended, hopefully this is what's required it's the first time I've submitted one.
Many thanks.
Fixed by (rolling back fix for allows reproduction)
This is the full project that demonstrates the issue.
I've just noticed that I zipped the project at the wrong level so the config and libs are missing. Will upload the correct zip this evening.
I am using NHibernate 3.0 with MySQL and was making user of FutureValue<T> and Future<T> to retrieve a paged list of data for a grid plus a total in a single query.
This was working in 2.1 but since upgrading to 3.0 I am getting a SQL exception coming from MySQL. I originally posted a question on Stack Overflow and was directed here to submit a bug report, for reference the question was http://stackoverflow.com/questions/4371750/syntax-error-on-multi-query-in-nhibernate-3-and-mysql
I have attached a project which demonstrates the issue as recommended, hopefully this is what's required it's the first time I've submitted one.
Many thanks.