mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-29 02:13:52 -04:00
* Implement %{dbeventid} for PostgreSQL and SQLite3.
dbse.c: Add %{dbeventid} support for PostgreSQL and SQLite3.
Make PostgreSQL session recovery asynchronous to avoid blocking
image capture during DBMS session reestablishment. Includes
minor mods to dbse.h, motion.c, motion.h, util.c and util.h.
doc/motion_config.html: Edit sections OptDetail_Database,
database_*, and sql_query* for clarity, consistency, and
coverage of new database support.
man/motion.1: Update descriptions of configuration options
database_* and sql_query*, including Postgresql and SQLite3
%{dbeventid} support.
* issue 1284, dbse.c: clarify confusing DB close message
1. clarify closure message wording: MySQL and/or MariaDB library closure
2. issue closure messages only for DBMSs in use (not simply compiled-in)
3. standardize spelling and case of DBMS names in all messages issued by dbse.c
Includes minor supporting changes in dbse.h and motion.c.
* po/dbeventid.pot furnished for merge into po/motion.pot when opportune
Includes all end-user messages (i.e., no debug messages) from modules
modfied for issues 1306, 1307, and 1284: dbse.c and util.c.
(These modules are not yet covered by po/POTFILES.in or po/motion.pot.)