##// 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 sqlalchemy.db1.echo = false
529 sqlalchemy.db1.echo = false
530 ## recycle the connections after this amount of seconds
530 ## recycle the connections after this amount of seconds
531 sqlalchemy.db1.pool_recycle = 3600
531 sqlalchemy.db1.pool_recycle = 3600
532 sqlalchemy.db1.convert_unicode = true
533
532
534 ## the number of connections to keep open inside the connection pool.
533 ## the number of connections to keep open inside the connection pool.
535 ## 0 indicates no limit
534 ## 0 indicates no limit
@@ -502,7 +502,6 b' sqlalchemy.db1.url = postgresql://postgr'
502 sqlalchemy.db1.echo = false
502 sqlalchemy.db1.echo = false
503 ## recycle the connections after this amount of seconds
503 ## recycle the connections after this amount of seconds
504 sqlalchemy.db1.pool_recycle = 3600
504 sqlalchemy.db1.pool_recycle = 3600
505 sqlalchemy.db1.convert_unicode = true
506
505
507 ## the number of connections to keep open inside the connection pool.
506 ## the number of connections to keep open inside the connection pool.
508 ## 0 indicates no limit
507 ## 0 indicates no limit
@@ -35,4 +35,3 b' 2. When you open the file, find the data'
35 # see sqlalchemy docs for other advanced settings
35 # see sqlalchemy docs for other advanced settings
36 sqlalchemy.db1.echo = false
36 sqlalchemy.db1.echo = false
37 sqlalchemy.db1.pool_recycle = 3600
37 sqlalchemy.db1.pool_recycle = 3600
38 sqlalchemy.db1.convert_unicode = true
@@ -464,7 +464,6 b' sqlalchemy.db1.url = sqlite:///%(here)s/'
464 sqlalchemy.db1.echo = false
464 sqlalchemy.db1.echo = false
465 ## recycle the connections after this amount of seconds
465 ## recycle the connections after this amount of seconds
466 sqlalchemy.db1.pool_recycle = 3600
466 sqlalchemy.db1.pool_recycle = 3600
467 sqlalchemy.db1.convert_unicode = true
468
467
469 ## the number of connections to keep open inside the connection pool.
468 ## the number of connections to keep open inside the connection pool.
470 ## 0 indicates no limit
469 ## 0 indicates no limit
General Comments 0
You need to be logged in to leave comments. Login now