Is there any SQLbase dialect out there for nhibernate? My problem is that SQLbase doesn't understand JDBC-like bind variables and instead wants the specific syntax
SELECT ... WHERE ID= :0 \ 1875 / instead of the usual =?; p0 = 1875 syntax. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
