https://bugzilla.wikimedia.org/show_bug.cgi?id=32623
--- Comment #3 from Jeroen De Dauw <[email protected]> 2011-11-24 15:57:59 UTC --- MW supports both PostGres and SQLite. SMW does not since it does not only use the MW db abstraction functions, but also constructs SQL on it's own, since there where no appropriate abstraction functions for several queries at the time they where written. And these manually constructed queries are what's causing the compat issues w/ PostGres and SQLite. So some one needs to either make SMW strictly use the abstraction functions if this is possible at this point, or add in queries that also work w/ the other DBs. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
