mark-butterworth-lookinglocal
Results
2
issues of
mark-butterworth-lookinglocal
https://github.com/jeffijoe/awilix-router-core/blob/5b6fd8875d524ae3bb5c4768f3329aefb065846b/src/state-util.ts#L322 These lines of code replace a route if the target endpoint name is a duplicate. The route then takes on some very strange characteristics. In my example: GET /:id...
running a query like `http://serviceUrl?$filter=column%20eq%20value` and using createFilter with type 2 (SQLLang.MySql) results in the filter `[column] = ?` This is valid for MSSQL but not MySql forcing me to...