I hope this is the right address to send my questions to.

I found this mailing list on the SQLite.org<http://SQLite.org> site under the 
?Support? section.

In short, can you enable Recursive Triggers via the connection string?

I?ve read in some places that you can specify PRAGMA statements on the 
connection string, but that doesn?t appear to be the case, at least not as far 
as Recursive Triggers go.

The problem is we have logic that depends on them, but we?re using frameworks 
which open and close the connections automatically so it?s not easy for us to 
manually execute the PRAGMA statement at that time.

Here?s my question on StackOverflow.com<http://StackOverflow.com> regarding it.

http://stackoverflow.com/questions/30457501/in-sqlite-can-you-set-the-recursive-triggers-pragma-via-the-connection-string

As you can see, I haven?t received a single comment in over a month, let alone 
an answer:

I?m starting to think our only course of action would be to manually recompile 
the DLL but that seems like it would be opening a giant can of worms for a 
simple feature.

Thanks in advance for your help.  I?m hoping this is a simple ?Yes, here?s how? 
or ?No, it can?t be done.?

Mark

Reply via email to