Daniel Sinn
Results
2
issues of
Daniel Sinn
Nowadays, we get the following errors: * Error: invalid option: --with-opus * 'go get' is no longer supported outside a module. To build and install a command, use 'go install'...
The backslashes get unescaped twice before entering the database. For example, if I have `INSERT INTO`tableName`VALUES('\\\\my\\\\namespace');` then it will enter __db_version__.sql_up or sql_down as `INSERT INTO`tableName`VALUES('\my\namespace');` This is especially problematic...