On Wed, May 27, 2015 at 3:06 AM, Mo <[email protected]> wrote:
> Am Freitag, 22. Mai 2015 16:56:55 UTC+2 schrieb Jun Omae: > > That issue has been reported in https://trac-hacks.org/ticket/11664. >> That plugin doesn't work with PostgreSQL. Also, the issue is not fixed >> yet. >> > > > Hi, the ticket is about migration. But how can PostgreSQL break any plugin? > The ticket may be about migration, but the underlying issue is caused by incorrect database API use by the plugin and will affect its standard functions as well. The SQL syntax is different for SQLite, PostgreSQL and MySQL. The Trac database API abstracts away these difference, however the plugin is not making proper use of the Trac database API. http://trac.edgewall.org/wiki/TracDev/DatabaseApi#RulesforDBAPIUsage I'm working on fixing the issues and a new version of the plugin should be available in a few days. Please follow ticket #11168 to see when new versions of the plugin are available. https://trac-hacks.org/ticket/11168 - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
