Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-952

JobScheduler should support mariadb as JDBC driver for MySQL

    XMLWordPrintable

Details

    Description

      mariadb doesn't support date and time literals like

      • { d 'str' }
      • { t 'str' }
      • { ts 'str' }

      which is using by the JobScheduler

      But mariadb supports (like MySQL) instead

      • DATE 'str'
      • TIME 'str'
      • TIMESTAMP 'str'

      JobScheduler should use the second list of literals.

      Attachments

        Activity

          People

            ss Stefan Schädlich (Inactive)
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: