Juan Luis Paz
Juan Luis Paz
This error happens when I using the watch mode Example: Initially, the file component.css contains ```css div.component { color: blue; } div.test { color: yellow; } ``` If I run...
Hi, Stack traces in node are tricky; when an error occurs node doesn't include the full stack trace; instead, the last n-deep-elements are included (you can configure it); then you...
Hi as far I know that is possible to do with regular parameters; are you finding an issue or limitation of the DB here? The only reason why you want...
Hi, I always try to understand what the people are trying to do; in that way, I can try to provide good abstractions; I'm pleased to add functionalities to ts-sql-query...
Hi, Wow, this is very complex in TS; I don't know if there is a clean way to implement this, considering the number of transformations the library does internally. In...
Released ts-sql-query 1.49.0 with the changes commented here.
Released ts-sql-query 1.52.0 making public and documenting this feature. The function `expandTypeFromDynamicPickPaths` had been modified to deal with all kind of output coming from a query. Let me know if...
mmmm, I already have some usage of that, even in the documentation I placed an [example](https://ts-sql-query.readthedocs.io/en/stable/queries/dynamic-queries/#full-dynamic-select). Can you include here your tsconfig y typescript version?
Can you include as well your AvailableStoreField definition, as you have in your code? I see you are not placing any mandatory field; I will verify that case as well
Include as well SomeStoreClassGetStoreResult type definition