Changeset 7135


Ignore:
Timestamp:
Apr 21, 2016, 2:57:45 PM (7 years ago)
Author:
Nicklas Nordborg
Message:

References #2000: Batch API for annotation handling

Added a missing SQL command to mysql-queries.xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/dist/mysql-queries.xml

    r7132 r7135  
    3535      An SQL query that drops a NOT NULL contraint from column (2) with data type (3)
    3636      in a table (1).
     37    </description>
     38  </query>
     39
     40  <query id="AB_INSERT_INTO_PARAMETERVALUES" type="SQL">
     41    <sql>
     42      INSERT INTO [ParameterValues] ([id], [discriminator], [version])
     43      VALUES (?, 0)
     44    </sql>
     45    <description>
     46      SQL query for inserting rows into the ParameterValues table.
     47      The primary key (id) must be auto-generated.
     48      Parameters: discriminator
    3749    </description>
    3850  </query>
Note: See TracChangeset for help on using the changeset viewer.