sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Disposing QueryFactory dispose also my connection #650

Open TinmarCyfar opened 1 year ago

TinmarCyfar commented 1 year ago

When i dispose Queryfactory, il also dispose my connection (i use this connection in diffèrent other process)

Proposition : Delete this code ? (its not the role of sqlkata to dispose cnx)

image

Cricle commented 1 year ago

I think it can't removed. Because the QueryFactory responsibilities include the management of database connection.(: