Kevin Nowaczyk

Results 265 comments of Kevin Nowaczyk

Three years ago I changed AddJoin to allow multiple joins. It used to be: ``` Public Sub AddJoin(sType, sTable, Optional sAlias = Null, Optional sCondition = Null) Dim MyJoin As...

Is this line correct? ``` .AddJoin "INNER", "tblClassThree", "", "tblClassTwo.ClassID = tblDataRecords.ClassTwo" ``` should it be ``` .AddJoin "INNER", "tblClassThree", "", "tblClassThree.ClassID = tblDataRecords.ClassThree" ```

I don’t see where a problem would be. The parenthesis are optional, so that shouldn’t cause a problem. Can you try using table aliases instead of leaving them as empty...

Ahh! In MS Access, parenthesis are not optional. I think the fix will be: if number of joins is greater than two, for all joins except the last one add...

Thanks! If you’ve made a change to the code in the library and want to submit a pull request, go ahead.

I cloned the Coveralls.net-Samples repository, and forced it to build by editing the README file, and received the same error.

The build process is successful when mono version 4.8.1 is specified in the .travis.yml file. However, monocov crashes: monocov | starting coverage profiling. NUnit Console Runner 3.0.5674 Copyright (C) 2014...

I tested several version of mono, 5.0.1, 4.6.1, 4.4.2, 4.2.3, 4.0.5, and 3.0.12. The only success was with 4.2.3 and 4.0.5.

As a second opinion, here’s how it is rendered in my project: https://beakerboy.github.io/OSMBuilding/index.html?id=26889368&info