[mythtv-commits] [MythTV/mythtv] 28e98a: More use of bindValueNoNull to fix DB error messag...

kmdewaal noreply at github.com
Fri Apr 12 20:10:32 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 28e98a80ed6cf5595732eb3f17a703316c9a4b2c
      https://github.com/MythTV/mythtv/commit/28e98a80ed6cf5595732eb3f17a703316c9a4b2c
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelutil.cpp

  Log Message:
  -----------
  More use of bindValueNoNull to fix DB error messages about null values.

Use the bindValueNoNull for all QString variables that are used for
database access in ChannelUtil::CreateChannel and ChannelUtil::UpdateChannel.
Remove existing code to check for null because bindValueNoNull is now used.

Refs #13420




More information about the mythtv-commits mailing list