1

We're trying to execute a set of SQL commands; however, the colon (:) keeps getting interpreted as a parameter placeholder. It is possible to escape a colon (:) while executing literal SQL using the CreateSQLQuery() method in NHibernate?

I've looked in the documentation for Java's Hibernate and there some ways to escape the symbol; but I'm haven't been able to find similar information for NHibernate.

rae1
  • 6,066
  • 4
  • 27
  • 48

1 Answers1

0

Based on the NHibernate documentation and some reported Jira issues, escaping a : is not currently supported.

rae1
  • 6,066
  • 4
  • 27
  • 48