Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #324: conversion int/bool for PostgreSQL and other strict DB
This patch doesn't modify the database schema and, instead, forcibly converts booleans to integers. Another way of fixing #324 would be to use booleans at the database level : the code change is bigger but, since MySQL & MariaDB would implictly convert to tinyint and SQLite isn't typed, the impact on existing deployments may still be acceptable.
- Loading branch information