Wed 13 Sep 2006 02:49:20 AM UTC, original submission:
I see the folowing bug:
: Query was: CREATE TABLE Crypt ( name TEXT, clan TEXT, adv TEXT, groupnumber int, capacity int, disciplines TEXT, cardtext TEXT, edition TEXT, title TEXT, artist TEXT, artist int, abombwe int, animalism int, auspex int, celerity int, chimerstry int, daimoinon int, dementation int, dominate int, fortitude int, melpominee int, mytherceria int, necromancy int, obeah int, obfuscate int, obtenebration int, potence int, presence int, protean int, quietus int, sanguinus int, serpentis int, spiritus int, temporis int, thanatosis int, thaumaturgy int, valeren int, vicissitude int, visceratika int, edition_save TEXT);
: SQL error: duplicate column name: artist
: Query was: CREATE TABLE cards_crypt_unsorted ( card_name INTEGER, clan INTEGER, adv INTEGER, groupnumber INTEGER, capacity INTEGER, disciplines STRING, superior STRING, inferior STRING, title STRING, card_text TEXT, release_set INTEGER, release_date INTEGER, rarity INTEGER, artist STRING, url STRING, artist INTEGER, abombwe INTEGER, animalism INTEGER, auspex INTEGER, celerity INTEGER, chimerstry INTEGER, daimoinon INTEGER, dementation INTEGER, dominate INTEGER, fortitude INTEGER, melpominee INTEGER, mytherceria INTEGER, necromancy INTEGER, obeah INTEGER, obfuscate INTEGER, obtenebration INTEGER, potence INTEGER, presence INTEGER, protean INTEGER, quietus INTEGER, sanguinus INTEGER, serpentis INTEGER, spiritus INTEGER, temporis INTEGER, thanatosis INTEGER, thaumaturgy INTEGER, valeren INTEGER, vicissitude INTEGER, visceratika INTEGER, record_num INTEGER PRIMARY KEY);
: SQL error: duplicate column name: artist
: Query was: INSERT INTO Crypt VALUES("Aabbt Kindred","Vampire","Follower of Set","","2","4","for pre ser","Independent: Aabbt Kindred cannot perform (D) actions unless Nefertiti is ready. Aabbt Kindred can prevent 1 damage each combat. Aabbt Kindred are not unique and do not contest.","FN:U2","","Lawrence Snelly",0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0, NULL);
: SQL error: no such table: Crypt
: An error occured : canceling import.
: Query was: INSERT INTO Library VALUES(".44 Magnum","Equipment","","","2","","","","Weapon, gun. 2R damage each strike, with an optional maneuver each combat.","","Jyhad:C, VTES:C, Sabbat:C, SW:PB, CE:PTo3, LoB:PO3","","Né Né Thomas; Greg Simanson", NULL);
: SQL error: table Library has 13 columns but 14 values were supplied
: An error occured : canceling import.
: Cancelling changes to prevent database corruption
|