pgadmin4/web/pgadmin
Ashesh Vashi 61698b7b4d Do not use the sqlite for session handling, as the old implementation is
optimized to work from multiple threads. It has too many frequent
transaction from multiple threads, and that tends to result into the
'database is locked' error of sqlite.

With the new implemenation, we're using the caching mechanism, which
keep the data in the memory all the time, and saves it on request
completion, and loads it only for the first time. Also, it will storage
the data using pickle, which will be faster than accessing sqlite.

Fixes #1329
2016-07-08 16:57:46 +05:30
..
about Code tidy. 2016-06-21 14:21:06 +01:00
browser Fix Select2 issues. Fixes #1418. Fixes #1434 2016-07-05 12:58:48 +01:00
dashboard Revert "Display busy indicators in a much more consistent way. Fixes #1242" 2016-06-29 10:32:20 +01:00
help Code tidy. 2016-06-21 14:21:06 +01:00
misc Consistent busy indication. Fixes #1242 2016-06-29 12:16:02 +01:00
model Move the config database schema version out of the configuration file and into the model class. 2016-06-24 12:50:52 +01:00
preferences Code tidy. 2016-06-21 14:21:06 +01:00
redirects Code tidy. 2016-06-21 14:21:06 +01:00
settings Code tidy. 2016-06-21 14:21:06 +01:00
static Fix Select2 issues. Fixes #1418. Fixes #1434 2016-07-05 12:58:48 +01:00
templates Code tidy. 2016-06-21 14:21:06 +01:00
tools Scroll to the new row when adding one in the query tool. Fixes #1435 2016-07-07 12:35:44 +01:00
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Do not use the sqlite for session handling, as the old implementation is 2016-07-08 16:57:46 +05:30
__init__.py Do not use the sqlite for session handling, as the old implementation is 2016-07-08 16:57:46 +05:30
messages.pot Update message catalog. 2016-06-21 12:17:41 +01:00