I need to reference a column called limit in a legacy oracle database and also use a SQLite in-memory database for unit testing.
I have read to use backticks in the mapping files to accomplish this; limit
which works fine in SQLite, but resolves to "limit" in oracle and barfs on the query.
Is this feature implemented correctly for oracle or am I missing something?
Cheers,
Rob
UPDATE
It seems the column wasn't created with quotes around it, but NHibernate recognises it as reserved and puts quotes round it :/