Changes between Initial Version and Version 1 of Ticket #43431, comment 33
- Timestamp:
- Aug 30, 2018, 8:58:03 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43431, comment 33
initial v1 4 4 But we would probably have to make such code accommodate multiple database systems—at least MySQL, PostgreSQL and SQLite. Consider the bacula port, which has variants client_only mysql51 mysql55 postgresql83 postgresql84 sqlite3, all of which conflict with one another. (The client_only variant is probably evidence of a missed opportunity to offer separate client and server subports.) 5 5 6 See [attachment:bacula.diff] for proposed code accommodates this.6 See [attachment:bacula.diff] for proposed code that accommodates this.