Update named-collections.md

This commit is contained in:
Denny Crane 2023-05-25 21:35:51 -03:00 committed by GitHub
parent 09d7512f45
commit 08051917c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,9 +167,9 @@ user = 'myuser',
password = 'mypass',
host = '127.0.0.1',
port = 3306,
database = 'test'
connection_pool_size = 8
on_duplicate_clause = 1
database = 'test',
connection_pool_size = 8,
on_duplicate_clause = 1,
replace_query = 1
```