https://bugzilla.wikimedia.org/show_bug.cgi?id=29477
--- Comment #7 from [email protected] 2011-06-20 18:03:29 UTC --- (In reply to comment #6) > Hofoen: I applied your patch, but the SMW setup script still fails for > PostGres. To what extend did you get SMW to work with SQLite? As far I can see, I tested everything except "concepts" with the Sqlite backend. Two issues are not solved: * COLUMN DROPs while schema migration, as this is not supported in Sqlite3 * some parts of SMW_SQLStore2::getUnusedPropertiesSpecial are left out for Sqlite > Also, what is this _addition_ for? > 'u' => ( ( $wgDBtype == 'postgres' || $wgDBtype == 'sqlite' ) ? 'TEXT' : > 'VARCHAR(63) binary' ), I accidently copied this line from SMW 1.5.3, which I had originally patched. It's not necessary any more in the trunk. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
