Andrea Canciani

Results 120 comments of Andrea Canciani

@jetblackrx89 the controllers you mention seems to be quite mixed up: OHCI is a USB controller and ICH9 is a motherboard chipset. For most of these settings, the procedure goes...

The procedure described in this repository assumes that the host environment is MacOSX running on apple hardware. Please check that your environment matches these requirements.

IANAL, but as far as I understand, the Apple licence requires you to run their OS on Apple hardware. Assuming that your setting is Windows running on an Apple machine,...

Oops, I forgot to mention that currently I do not have a bootcamp environment to test it myself. I could try to get one running if needed, but it might...

AFAIK for 10.4 only the Server version is officially supported in virtualized environments.

Please double check that you are running from a MacOS X host, otherwise the checks for the DMI and SMC will probably fail.

This was found while investigating #33752, but is actually unrelated to that issue. Note that there is no real bug here, except for a complex query where a simpler one...

@pmiddleton thank you! I tried and moved the `SearchConditionConvertingExpressionVisitor.Visit()` call to `RelationalParameterBasedSqlProcessor.Optimize()` and indeed the exception is gone! I will investigate it a little further, because this change (at least...

I need some guidance regarding the tests: are they adequate? - I am unsure if I added them to the correct place - I added tests for the "complex" case...

I moved the tests to the `NullSemanticsQueryTestBase` and added tests for the simple (WHERE/filter) case. Note that the tests do not really involve `NULL`s or NULL-related semantics/optimizations.