#986: MySQL/Postgresql database support
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: enhancement | Status: reopened
Priority: normal | Milestone:
Component: general | Version: devel
Severity: normal | Resolution:
Keywords: database |
-------------------------+--------------------------------------------------
Changes (by [EMAIL PROTECTED]):
* version: 0.8 => devel
* status: closed => reopened
* resolution: duplicate =>
Comment:
Reopened per comments on #126.
Created patch against r2625 to add experimental MySQL support.
At the moment it only supports connection strings in the format of:
mysql://user:[EMAIL PROTECTED]:port/database
mysql://user:[EMAIL PROTECTED]/database
I did have to make one database schema change because MySQL doesn't like
to AUTO_INCREMENT a TEXT column, so I changed it to INT.
Beware: I still haven't tested to see if it breaks SQLite and PostgreSQL
support!
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/986>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets