[hg] galaxy 3500: Add server_side_cursors to database_engine_opt...
details: http://www.bx.psu.edu/hg/galaxy/rev/c67b5628f348 changeset: 3500:c67b5628f348 user: Nate Coraor <nate@bx.psu.edu> date: Tue Mar 09 14:51:01 2010 -0500 description: Add server_side_cursors to database_engine_option_ parsing diffstat: lib/galaxy/config.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (13 lines): diff -r 478447ba0ec6 -r c67b5628f348 lib/galaxy/config.py --- a/lib/galaxy/config.py Tue Mar 09 14:29:17 2010 -0500 +++ b/lib/galaxy/config.py Tue Mar 09 14:51:01 2010 -0500 @@ -172,7 +172,8 @@ 'pool_recycle': int, 'pool_size': int, 'max_overflow': int, - 'pool_threadlocal': string_as_bool + 'pool_threadlocal': string_as_bool, + 'server_side_cursors': string_as_bool } prefix = "database_engine_option_" prefix_len = len( prefix )
participants (1)
-
Greg Von Kuster