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)
Changed 20 years ago by
Attachment: | dbhelper.h added |
---|
Changed 20 years ago by
Attachment: | dbhelper.cpp added |
---|
DB helper functions, place in libs/libmythtv
Changed 20 years ago by
Attachment: | pgsql_support.patch.gz added |
---|
diff from svn 20050812 before around noon Central time, gzipped for attachment size requirements
Changed 20 years ago by
Attachment: | pgsql_support.patch-new.gz added |
---|
diff from svn 7020, gzipped for size requirements. Ignore previous patch.
Changed 20 years ago by
Attachment: | pgsql_support.patch-7025.gz added |
---|
diff from svn 7025, gzipped for size requirements. Ignore previous patches, this also contains assorted pgsql bugfixes.
Changed 20 years ago by
SQL setup script for pgsql, similar to mc.sql for MySQL
comment:1 Changed 20 years ago by
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