From d7c44939ffa83b6b19382f6c532f82fa36aa8e44 Mon Sep 17 00:00:00 2001
From: DMRobertson
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