Fixing issues with SQLite backend not properly storing some boolean values.
[quassel.git] / src / core / SQL / SQLite / 15 / insert_network.sql
diff --git a/src/core/SQL/SQLite/15/insert_network.sql b/src/core/SQL/SQLite/15/insert_network.sql
new file mode 100644 (file)
index 0000000..c64cbe1
--- /dev/null
@@ -0,0 +1,4 @@
+INSERT INTO network (userid, networkname, identityid, servercodec, encodingcodec, decodingcodec, userandomserver,
+                     perform, useautoidentify, autoidentifyservice, autoidentifypassword, useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries, rejoinchannels)
+VALUES (:userid, :networkname, :identityid, :servercodec, :encodingcodec, :decodingcodec, :userandomserver,
+        :perform, :useautoidentify, :autoidentifyservice, :autoidentifypassword, :useautoreconnect, :autoreconnectinterval, :autoreconnectretries, :unlimitedconnectretries, :rejoinchannels)