Hosein Yeganloo

Results 5 comments of Hosein Yeganloo

The usage is wrong! when you wrote `@a = 1` it's equal to `@(a) = 1`. "= 1" is text and "a" is a local variable. what you actually needs...

I'am not sure if i understand you correctly but it seems that sqla support what pugsql need here. take a look at: [https://stackoverflow.com/questions/27656459/sqlalchemy-and-raw-sql-list-as-an-input](url) Sample code: ``` python import sqlalchemy args...

Can you give an example of what you propose? What the query will be look like? If ` : ` is all your problem, using a database tool like "DBeaver"...

Yes. That is DBeaver. It is a SQL tool, there is no pugsql in it. Did you use PG-Admin4 or SQL-MyAdmin? it is something like them, but it can almost...

I did not actually try this, but i hope this works for you: 1- Normally load queries with pugsql 2- Instead of using connect, use aiosql to build your engine...