
noreply at mythtv
Feb 6, 2012, 2:56 PM
Post #4 of 4
(42 views)
Permalink
|
|
Re: Ticket #10314: Datatype programmatical bug in mythconverg database videometadata table
[In reply to]
|
|
#10314: Datatype programmatical bug in mythconverg database videometadata table --------------------------------------+------------------------- Reporter: hodosiszabolcs@… | Owner: Type: Bug Report - General | Status: closed Priority: trivial | Milestone: unknown Component: MythTV - General | Version: 0.24.1 Severity: low | Resolution: Invalid Keywords: database | Ticket locked: 0 --------------------------------------+------------------------- Comment (by hodosiszabolcs@…): Any custom hack like this breaks JDBC and such APIs exotic issues, which is always a good idea to prevent with using valid values for marking NULLs (if DBMS cannot support NULLs), like 0001-01-01 (as I saw in some cases), or any date which is trivial unable to reach like 3000-01-01, but 0000-00-00 is always a pain. Maybe the program language you are using is not sensible for such cases, but would be wise to choose another value, or NULL value, if possible. I'm trying to forward my mail to the developer of JDBC driver if I will able to investigate them. Reading the documentation you linked it I agree this is not a bug, and I'm fine with closing of this ticket. And sorry about my harsh voice in my previous message. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10314#comment:3> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|