Mithun Thomas

Results 6 comments of Mithun Thomas

In one of our projects, we encountered an issue with a test case. The problem was identified in the following code snippet: `async def async_get_db() -> AsyncSession: async_session = local_session...

I think we can achieve that by adding ` elif op == "startswith: filters.appen(column.startswith(value)) `

for get the total count in get_multi_joined instead of using this `total_count: int = await self.count(db=db, joins_config=join_config, **kwargs) ` use ` total_count: int = await self.count(db=db, joins_config=join_definitions, **kwargs)`

"I have two tables, 'user' and 'request'. I want to retrieve the 'name', 'email', and 'score' from the 'user' table, and 'id', 'user_id', and 'created_at' from the 'request' table where...

Hey @igorbenav, Well I have been busy for a while now. But I will check on this issue when I got some time.

Thanks for the quick reply. I’ve already tried the suggested steps: My ` settings.json` already contains: ``` "java.project.sourcePaths": ["src"], "java.project.outputPath": "bin", ``` I am opening the project root (the folder...