Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get - SQL used to determine how data will be retrieved from the database.

SELECT id, year, make, model FROM auto_info WHERE year = {:2} AND make = {:3} AND model = {:4}

Set - SQL used to determine how data will be set in Jira, not the database.

Insert - SQL used to determine how data will be inserted into the database.

...

SELECT id, year, make, model FROM auto_info WHERE year = {:2} AND make = {:3} AND model = {:4}

Seq - I don’t know what the hell this is