Kevin Nowaczyk

Results 80 issues of Kevin Nowaczyk

Since this is an abstract class, it would be beneficial to document the expectations of the child class. Any function that returns an array should document the format of the...

Type: documentation
Status: close candidate

**Is your feature request related to a problem? Please describe.** some packages are only available for specific ranges of R versions. Currently it seems installr will only upgrade to the...

enhancement

It’s possible to use an SQL reserved word as a field name. The library should quote field names by default to avoid errors if a user attempts this.

enhancement

Figure out a good interface for table creation

INSERT and CREATE do not use a WHERE clause, while SELECT, DELETE, and UPDATE do. They could inherit from different parent objects.

When master is updated, check if bin/vbaProject.bin was changed. If so, Create a new excel Addin and push it as a release.

Escape tablename: '/[^A-Za-z0-9_.]+/' Escape alias: '/[^A-Za-z0-9_]+/' Database: '/[^A-Za-z0-9_.]+/' Field. '/[^A-Za-z0-9_.]+/' Like

enhancement

I'm trying to get a C# project to run tests and supply coverage report to coveralls.io following the script in the nunit-monocov-travis-vi branch. The make process fails with the following...