nhibernate / NHibernate.JetDriver

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

NHCD-41 - Use the Access VBA convert functions (e.g. CInt) instead of CAST() in the JetDriver #8

Open nhibernate-bot opened 7 years ago

nhibernate-bot commented 7 years ago

Mark Junker created issue - 21/Oct/11 12:20 AM

Access doesn't know the CAST() expression. We have to use the VBA convert functions instead. This patch converts CAST(x AS INT) to CInt(x). Other types are supported as well.


Sergio Moreno added a comment - 08/Nov/11 12:13 AM

The path 1653 doesn't generates the JetCastFunction.cs file It's said rejected patch when using tortoise. I have created it manually and copied the code inside the patch. Thanks for your work


Attachments