We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1c2c7 commit 48d1d66Copy full SHA for 48d1d66
sqlalchemy_monetdb/dialect.py
@@ -57,10 +57,10 @@ class MonetDialect(default.DefaultDialect):
57
supports_default_values = True
58
supports_native_boolean = True
59
supports_multivalues_insert = True
60
- poolclass = pool.SingletonThreadPool
+ poolclass = pool.QueuePool
61
supports_unicode_statements = True
62
postfetch_lastrowid = True
63
- supports_is_distinct_from = False
+ supports_is_distinct_from = True
64
65
statement_compiler = MonetCompiler
66
ddl_compiler = MonetDDLCompiler
0 commit comments