- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
-
Assigned To
Solomon Peachy - Operating System All
- Severity Low
- Priority Very Low
- Reported Version Devel
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#51 - Make Hosting Easier
* simpler installation (though I haven't tested that out in a while, so who knows?)
* table prefixes (when you can't get a dedicated database)
Closed by Solomon Peachy
2006-08-17 15:50
Reason for closing: Won't implement
Additional comments about closing: I'm closing this task. The new installer has its own ticket, but the idea of using tablename prefixes isn't workable, given our use of stored procedures and a bajillion separate SQL queries.
2006-08-17 15:50
Reason for closing: Won't implement
Additional comments about closing: I'm closing this task. The new installer has its own ticket, but the idea of using tablename prefixes isn't workable, given our use of stored procedures and a bajillion separate SQL queries.
Installer is being rewritten to be php-based, eliminating most of the brittleness from the existing installer.
table prefixes are a lot more complicated, if only because *every* SQL query (and function) needs to be touched.