Opened 20 years ago
Closed 20 years ago
#215 closed enhancement (invalid)
DB helper functions and pgsql support
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This includes the db helper functions for supporting more than just MySQL. It also includes preliminary Postgres support.
Attachments (6)
Change History (7)
by , 20 years ago
| Attachment: | dbhelper.h added |
|---|
by , 20 years ago
| Attachment: | pgsql_support.patch.gz added |
|---|
diff from svn 20050812 before around noon Central time, gzipped for attachment size requirements
by , 20 years ago
| Attachment: | pgsql_support.patch-new.gz added |
|---|
diff from svn 7020, gzipped for size requirements. Ignore previous patch.
by , 20 years ago
| Attachment: | pgsql_support.patch-7025.gz added |
|---|
diff from svn 7025, gzipped for size requirements. Ignore previous patches, this also contains assorted pgsql bugfixes.
comment:1 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
This isn't anywhere near useable.
- There's database specific tests in the app, which is absolutely broken.
- You're breaking channel up/down ordering, and ordering in lots of other places.
- The 'dbhelper' class is implemented poorly. It should be an interface with separate classes for mysql/etc.
- lots more stuff.
Note:
See TracTickets
for help on using tickets.

DB helper functions, place in libs/libmythtv