Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Do SQL syntax conversion for ExecuteNonQuery #184

@migila

Description

@migila

If you write all your SQL commands in MS Access syntax, you can create your own sql syntax convertor by inheriting SqlServerQuerySqlGenerator class and overriding GenerateSql method.
This method is called every time you use IDatabase.Query or IDatabase.ExecuteScalar, but is not called in case of IDatabase.ExecuteNonQuery.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions