Skip to content

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

@nhibernate-bot

Description

@nhibernate-bot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions