jack0x539

Results 2 issues of jack0x539

The Unity example says you have to use lower level calls, so that you're not using reflection; the example references ArrayDataViewBuilder, but that's an internal class within the ML libraries...

When calling execute, the batch_operations parameter is used for both the SQL_ATTR_PARAMSET_SIZE value during just_execute_direct, and the SQL_ATTR_ROW_ARRAY_SIZE value during result_impl - is this correct? I can't see how these...