Michał Osiński
Michał Osiński
Javascript have pretty basic, but easy to understand and use string interpolation(template strings): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals . C# syntax, while being more complex(it incorporates option to specify data formats) is also worth...
I don't think that we are constrained by std::formatter syntax in designing string interpolation, but I agree that it is a good idea to get some inspiration from it. Format...
Figured out how to make `oracledb` work. Now I probably can implement it for every dialect.
I managed to implement this method for every dialect. If you decide to not include this feature in `knex-schema-inspector` full implementation will still be on my fork.
Non-local upload providers cause this behaviour. Using AWS S3 provider results in inability to upload new image files due to this bug. Switching to AWS S3 provider and uploading image...