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