##// END OF EJS Templates
configs: removed deprecated convert_unicode param
marcink -
r3947:235a26df default
parent child Browse files
Show More
@@ -529,7 +529,6 b' sqlalchemy.db1.url = sqlite:///%(here)s/'
529 529 sqlalchemy.db1.echo = false
530 530 ## recycle the connections after this amount of seconds
531 531 sqlalchemy.db1.pool_recycle = 3600
532 sqlalchemy.db1.convert_unicode = true
533 532
534 533 ## the number of connections to keep open inside the connection pool.
535 534 ## 0 indicates no limit
@@ -502,7 +502,6 b' sqlalchemy.db1.url = postgresql://postgr'
502 502 sqlalchemy.db1.echo = false
503 503 ## recycle the connections after this amount of seconds
504 504 sqlalchemy.db1.pool_recycle = 3600
505 sqlalchemy.db1.convert_unicode = true
506 505
507 506 ## the number of connections to keep open inside the connection pool.
508 507 ## 0 indicates no limit
@@ -35,4 +35,3 b' 2. When you open the file, find the data'
35 35 # see sqlalchemy docs for other advanced settings
36 36 sqlalchemy.db1.echo = false
37 37 sqlalchemy.db1.pool_recycle = 3600
38 sqlalchemy.db1.convert_unicode = true
@@ -464,7 +464,6 b' sqlalchemy.db1.url = sqlite:///%(here)s/'
464 464 sqlalchemy.db1.echo = false
465 465 ## recycle the connections after this amount of seconds
466 466 sqlalchemy.db1.pool_recycle = 3600
467 sqlalchemy.db1.convert_unicode = true
468 467
469 468 ## the number of connections to keep open inside the connection pool.
470 469 ## 0 indicates no limit
General Comments 0
You need to be logged in to leave comments. Login now