You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* introduce IScriptExecutor to narrow down interface
* add engine factories and refine interfaces
* make constraint disabling more generic, allow options to build constraints
* support disabling constrains when initializing engine pool, fix statement counting
* add test cases to show behavior
* shape engine pool api
/// Creates a new instance default engine factory.
14
+
/// </summary>
15
+
/// <param name="options">Options to use for each new Engine instance.</param>
16
+
/// <param name="initialize">Actions to run against the engine to create initial state, any execution constraints are not honored during this step!</param>
0 commit comments