nhibernate / NHibernate.JetDriver

Jet Driver for NHibernate
GNU Lesser General Public License v2.1
3 stars 8 forks source link

Adding limit statement feature #3

Closed rasputino closed 7 years ago

rasputino commented 8 years ago

I'm using this project to connect to an Access database, that supports the limit statement via "TOP" syntax. The limit is useful for some Linq methods like "Any, First..."

rasputino commented 8 years ago

Is anybody out there?

HEskandari commented 7 years ago

I've been meaning to get to this for a few weeks but couldn't because of a few dramas. I'm looking into it now.

HEskandari commented 7 years ago

@rasputino did you look into the failing tests?

hazzik commented 7 years ago

@HEskandari the tests are failing because Thing table is not available for all tests, but InsertSampleData executes for all tests

rasputino commented 7 years ago

Sorry because I'm answering late, I have been busy.

As @hazzik says is because Thing table is not available in the first pass (it's created then) but the tests pass correctly.

http://imgur.com/a/yEnPP

HEskandari commented 7 years ago

Closing this one as the changes are already merged in.