X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F15%2Fselect_networks_for_user.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F15%2Fselect_networks_for_user.sql;h=08855c93522f2035f4e752a66b91e9a8a4e28d65;hb=33705cac168ec977c7bd246d9f1f0ee520fe7c7b;hp=0000000000000000000000000000000000000000;hpb=bb0a2d5c63c8f475660361a9d72055299c0aaca8;p=quassel.git diff --git a/src/core/SQL/SQLite/15/select_networks_for_user.sql b/src/core/SQL/SQLite/15/select_networks_for_user.sql new file mode 100644 index 00000000..08855c93 --- /dev/null +++ b/src/core/SQL/SQLite/15/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