From 7c5dd6ffb85f208632f7a2018a922b5ef2083c18 Mon Sep 17 00:00:00 2001
From: anoadragon453
Any new boolean column must be added to the BOOLEAN_COLUMNS
list in
-scripts/synapse_port_db
. This tells the port script to cast the integer
-value from SQLite to a boolean before writing the value to the postgres
-database.
synapse/_scripts/synapse_port_db.py
. This tells the port script to cast
+the integer value from SQLite to a boolean before writing the value to the
+postgres database.
Before SQLite 3.23, TRUE
and FALSE
were not recognised as constants by
--
cgit 1.5.1