Split messages on newlines as per IRC protocol
[quassel.git] / src / core / SQL / PostgreSQL / 19 / migrate_write_network.sql
1 INSERT INTO network (networkid, userid, networkname, identityid, encodingcodec, decodingcodec,
2                      servercodec, userandomserver, perform, useautoidentify, autoidentifyservice,
3                      autoidentifypassword, useautoreconnect, autoreconnectinterval,
4                      autoreconnectretries, unlimitedconnectretries, rejoinchannels, connected,
5                      usermode, awaymessage, attachperform, detachperform, usesasl, saslaccount,
6                      saslpassword, usecustomessagerate, messagerateburstsize, messageratedelay,
7                      unlimitedmessagerate)
8 VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)