SQLite Forum

Connection Pool always empty?
Login
Hi, I am setting "Pooling=True;Max Pool Size=20" on a connection object. Connections are created for each transaction, execute 1 or more commands and then are being closed/disposed.

Now, query PoolCount after creating a new connection never shows anything other than zero. I would expect to at least see 1 there.

Is it that I just query in the wrong moment?

Thanks BR!