Michael Walters

Results 16 comments of Michael Walters

@B4nan Would love to see more work done on this

You asked... I've delivered. https://github.com/mikro-orm/mikro-orm/pull/3023

@B4nan > All the mapped types you added seems to be not needed, I guess that was for some initial implementation, right? They are absolutely needed! ### Unicode MSSql uses...

Yes, I will add some tests that will cause the default assumption of Unicode to fail. You either need to have a Unicode type or a NonUnicode type as MSSQL...

I just recently updated those drivers. While schema generation is out of the question the driver does function perfectly fine. I also added a Unicode type to handle nvarchar columns.

It's definitely not ideal to have "rows" showing side-by-side like that

Is this being looked at at all? It would be nice to see this feature implemented.

@RyanCavanaugh It's more than just testing... I would like access to private/protected properties for ORM reasons. Using DDD patterns for Domain classes sometimes requires using public methods to set these...

This is happening for me even without the `onCreateCommand` VSCode: `1.87.0` ![image](https://github.com/microsoft/vscode-remote-release/assets/1872858/6dab8b80-bd8b-4c45-a4f0-dce21a90a852) ``` { "name": "compliance-react", "dockerComposeFile": "docker-compose.yml", "service": "compliance-react", "workspaceFolder": "/workspace", "customizations": { "vscode": { "extensions": [ "dbaeumer.vscode-eslint", "gruntfuggly.todo-tree",...

I had to turn off docgen in storybook due to this bug. It keeps throwing errors and even my imports get hosed.