giswa
giswa
For Git in Browser Support (see https://isomorphic-git.org ) - Added CORS header : `Access-Control-Allow-Origin: *` - Added OPTIONS method to support Chrome pre-flight test Adapted unit test to run against...
Hi guys, I'm getting badly encoded chars specifically when I use the `sys.extended_properties` table. I get german: `f�r` instead of `für`, `Integrit�t` for `Integrität` Using this code as a test...
Hi guys, I'm using the `connector.fetchSchemaJson(connection, 'mssql');` to get my DB scripted. Works fine except it outputs badly encoded chars. eg german: `f�r` instead of `für`, `Integrit�t` for `Integrität` I...