--===============5724920542491318339== Content-Type: multipart/alternative; boundary="===============0933820981312262271==" --===============0933820981312262271== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107674/#review23722 ----------------------------------------------------------- This review has been submitted with commit 6e5f353735a21f505c53939e5840e7b2= 34065cbd by Giorgos Tsiapaliokas to branch master. - Commit Hook On Dec. 12, 2012, 11:57 a.m., Giorgos Tsiapaliokas wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/107674/ > ----------------------------------------------------------- > = > (Updated Dec. 12, 2012, 11:57 a.m.) > = > = > Review request for Plasma. > = > = > Description > ------- > = > fixes typo in operator. > = > relative url: http://www.postgresql.org/docs/9.2/interactive/functions-co= mparison.html > = > = > Diffs > ----- > = > sql/bodega.sql b9d1d59 = > = > Diff: http://git.reviewboard.kde.org/r/107674/diff/ > = > = > Testing > ------- > = > output of ./setup.sh with this patch(no errors) > = > $ ./setup.sh = > psql:bodega.sql:8: NOTICE: CREATE TABLE / PRIMARY KEY will create implic= it index "languages_pkey" for table "languages" > psql:bodega.sql:8: NOTICE: CREATE TABLE / UNIQUE will create implicit in= dex "languages_code_key" for table "languages" > psql:bodega.sql:17: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "licenses_pkey" for table "licenses" > psql:bodega.sql:28: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "partners_pkey" for table "partners" > psql:bodega.sql:28: NOTICE: CREATE TABLE / UNIQUE will create implicit i= ndex "partners_name_key" for table "partners" > psql:bodega.sql:47: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "people_pkey" for table "people" > psql:bodega.sql:47: NOTICE: CREATE TABLE / UNIQUE will create implicit i= ndex "people_email_key" for table "people" > psql:bodega.sql:70: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "personroles_pkey" for table "personroles" > psql:bodega.sql:91: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "devices_pkey" for table "devices" > psql:bodega.sql:99: NOTICE: CREATE TABLE / PRIMARY KEY will create impli= cit index "tagtypes_pkey" for table "tagtypes" > psql:bodega.sql:109: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "tags_pkey" for table "tags" > psql:bodega.sql:135: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "assets_pkey" for table "assets" > psql:bodega.sql:186: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "channels_pkey" for table "channels" > psql:bodega.sql:265: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "purchases_pkey" for table "purchases" > psql:bodega.sql:307: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "pointcodes_pkey" for table "pointcodes" > psql:bodega.sql:321: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "eastereggs_pkey" for table "eastereggs" > psql:core.plsql:12: NOTICE: trigger "trg_ct_generatefullname" for table = "people" does not exist, skipping > psql:core.plsql:47: NOTICE: trigger "trg_ct_checkchannelparent" for tabl= e "channels" does not exist, skipping > psql:core.plsql:51: NOTICE: trigger "trg_ct_propogatechannelparent" for = table "channels" does not exist, skipping > psql:core.plsql:119: NOTICE: trigger "trg_ct_associateassetwithchannels"= for table "assettags" does not exist, skipping > psql:core.plsql:161: NOTICE: trigger "trg_ct_associatechannelwithassets"= for table "channeltags" does not exist, skipping > psql:core.plsql:221: NOTICE: trigger "trg_ct_updatestorepricesonstoreupd= ate" for table "devices" does not exist, skipping > psql:core.plsql:280: NOTICE: trigger "trg_ct_processupdatedasset" for ta= ble "assets" does not exist, skipping > psql:core.plsql:284: NOTICE: trigger "trg_ct_processnewasset" for table = "assets" does not exist, skipping > psql:rankings.sql:9: NOTICE: CREATE TABLE will create implicit sequence = "collections_id_seq" for serial column "collections.id" > psql:rankings.sql:9: NOTICE: CREATE TABLE / PRIMARY KEY will create impl= icit index "collections_pkey" for table "collections" > = > = > Thanks, > = > Giorgos Tsiapaliokas > = > --===============0933820981312262271== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable
This is an automatically generated e-mail. To reply, visit: http://git.revie= wboard.kde.org/r/107674/

This revie=
w has been submitted with commit 6e5f353735a21f505c53939e5840e7b234065cbd b=
y Giorgos Tsiapaliokas to branch master.

- Commit


On December 12th, 2012, 11:57 a.m., Giorgos Tsiapaliokas wrote:

Review request for Plasma.
By Giorgos Tsiapaliokas.

Updated Dec. 12, 2012, 11:57 a.m.

Descripti= on

fixes typo in operator.

relative url: http://www.postgresql.org/docs/9.2/interactive/functions-comp=
arison.html

Testing <= /h1>
output of ./setup.sh with this patch(no errors)

$ ./setup.sh =

psql:bodega.sql:8: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit=
 index "languages_pkey" for table "languages"
psql:bodega.sql:8: NOTICE:  CREATE TABLE / UNIQUE will create implicit inde=
x "languages_code_key" for table "languages"
psql:bodega.sql:17: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "licenses_pkey" for table "licenses"
psql:bodega.sql:28: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "partners_pkey" for table "partners"
psql:bodega.sql:28: NOTICE:  CREATE TABLE / UNIQUE will create implicit ind=
ex "partners_name_key" for table "partners"
psql:bodega.sql:47: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "people_pkey" for table "people"
psql:bodega.sql:47: NOTICE:  CREATE TABLE / UNIQUE will create implicit ind=
ex "people_email_key" for table "people"
psql:bodega.sql:70: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "personroles_pkey" for table "personroles"
psql:bodega.sql:91: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "devices_pkey" for table "devices"
psql:bodega.sql:99: NOTICE:  CREATE TABLE / PRIMARY KEY will create implici=
t index "tagtypes_pkey" for table "tagtypes"
psql:bodega.sql:109: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "tags_pkey" for table "tags"
psql:bodega.sql:135: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "assets_pkey" for table "assets"
psql:bodega.sql:186: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "channels_pkey" for table "channels"
psql:bodega.sql:265: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "purchases_pkey" for table "purchases"
psql:bodega.sql:307: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "pointcodes_pkey" for table "pointcodes"
psql:bodega.sql:321: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "eastereggs_pkey" for table "eastereggs"
psql:core.plsql:12: NOTICE:  trigger "trg_ct_generatefullname" fo=
r table "people" does not exist, skipping
psql:core.plsql:47: NOTICE:  trigger "trg_ct_checkchannelparent" =
for table "channels" does not exist, skipping
psql:core.plsql:51: NOTICE:  trigger "trg_ct_propogatechannelparent&qu=
ot; for table "channels" does not exist, skipping
psql:core.plsql:119: NOTICE:  trigger "trg_ct_associateassetwithchanne=
ls" for table "assettags" does not exist, skipping
psql:core.plsql:161: NOTICE:  trigger "trg_ct_associatechannelwithasse=
ts" for table "channeltags" does not exist, skipping
psql:core.plsql:221: NOTICE:  trigger "trg_ct_updatestorepricesonstore=
update" for table "devices" does not exist, skipping
psql:core.plsql:280: NOTICE:  trigger "trg_ct_processupdatedasset"=
; for table "assets" does not exist, skipping
psql:core.plsql:284: NOTICE:  trigger "trg_ct_processnewasset" fo=
r table "assets" does not exist, skipping
psql:rankings.sql:9: NOTICE:  CREATE TABLE will create implicit sequence &q=
uot;collections_id_seq" for serial column "collections.id"
psql:rankings.sql:9: NOTICE:  CREATE TABLE / PRIMARY KEY will create implic=
it index "collections_pkey" for table "collections"

Diffs=

  • sql/bodega.sql (b9d1d59)

View Diff

--===============0933820981312262271==-- --===============5724920542491318339== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel --===============5724920542491318339==--