Details

    • Change Request (Sub-task)
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.2
    • None
    • Proxy (P), Server (S)
    • None

    Description

      PostgreSQL supports multiple INSERT statements starting from 8.2. So, instead of executing different code for different database engines we must check database capabilities, so the code should look like:

      if(DBsupport(MULTIPLE_INSERTS))
      {
      // Multiple inserts
      }
      else
      {
      // Single inserts
      }

      instead of

      #ifdef MYSQL
      ...
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: