slessard

Results 12 issues of slessard

Added ARCMacros.h to enable building the project both with and without ARC support.

Export error variables that are returned from exported methods fix documentation for Get method

Without a license this project's code cannot be legally used by anyone. Please add a license file to this project. May I suggest the MIT license?

Fix for feature request https://github.com/doug-martin/goqu/issues/343 As this is my first pull request for this project I need a little coaching. In order to actually use the new feature I had...

**Is your feature request related to a problem? Please describe.** There are several SQL dialects that support the QUALIFY clause. It just so happens that I need to build a...

**Is your feature request related to a problem? Please describe.** There are several SQL dialects that support the QUALIFY clause. One of those dialects is Teradata, the dialect I happen...

**Describe the bug** I'm planing to fork this repo to add a new feature. Before doing so I cloned this repo and tried to run the tests just to verify...

[Mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers) (and other sources) suggest a single header with multiple values should be formatted as a series of values delimited with "`, `" (comma and space character.) When it comes...

A nice to have feature would be the ability to customize the error message associated with RequestError and ResponseError. The same feature has already been added for other types of...