X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F10%2Fselect_networks_for_user.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F10%2Fselect_networks_for_user.sql;h=08855c93522f2035f4e752a66b91e9a8a4e28d65;hb=9f9d207ecf28dd5470ecef9d4076a3f447662a20;hp=0000000000000000000000000000000000000000;hpb=351e8bd985011abf721e2beffd9b8eeee74bf4e1;p=quassel.git diff --git a/src/core/SQL/SQLite/10/select_networks_for_user.sql b/src/core/SQL/SQLite/10/select_networks_for_user.sql new file mode 100644 index 00000000..08855c93 --- /dev/null +++ b/src/core/SQL/SQLite/10/select_networks_for_user.sql @@ -0,0 +1,5 @@ +SELECT networkid, networkname, identityid, servercodec, encodingcodec, decodingcodec, + userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword, + useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries, rejoinchannels +FROM network +WHERE userid = :userid \ No newline at end of file