~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/core/SQL/SQLite/15/update_network.sql

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
UPDATE network SET
2
 
networkname = :networkname,
3
 
identityid = :identityid,
4
 
servercodec = :servercodec,
5
 
encodingcodec = :encodingcodec,
6
 
decodingcodec = :decodingcodec,
7
 
userandomserver = :userandomserver,
8
 
perform = :perform,
9
 
useautoidentify = :useautoidentify,
10
 
autoidentifyservice = :autoidentifyservice,
11
 
autoidentifypassword = :autoidentifypassword,
12
 
useautoreconnect = :useautoreconnect,
13
 
autoreconnectinterval = :autoreconnectinterval,
14
 
autoreconnectretries = :autoreconnectretries,
15
 
unlimitedconnectretries = :unlimitedconnectretries,
16
 
rejoinchannels = :rejoinchannels
17
 
WHERE networkid = :networkid AND userid = :userid