Skip to content
Snippets Groups Projects
  1. Feb 14, 2007
    • Marcel Loose's avatar
      BugId: 991 · 164c128b
      Marcel Loose authored
      Do not use PSQL arrays anymore. They caused "major" headaches when quoting
      array of strings. An array of strings is now stored as a normal string
      delimited by '[' and ']', just as in a ParameterSet.
      164c128b
  2. Jan 22, 2007
    • Joris van Zwieten's avatar
      BugID: 987 · 9669aa16
      Joris van Zwieten authored
      - API change: renamed work_order to command to conform with control terminology.
      9669aa16
    • Joris van Zwieten's avatar
      BugID: 987 · 3e434b9b
      Joris van Zwieten authored
      - API change: added get_next_step() that gets the next work order that is also a step. It
        returns both the work order id and the attributes of the step (iface_step).
      3e434b9b
  3. Dec 22, 2006
    • Joris van Zwieten's avatar
      BugID: 987 · ba92fcbc
      Joris van Zwieten authored
      - API change: get_step() and get_solve_arguments() now return only parset related columns.
      ba92fcbc
    • Joris van Zwieten's avatar
      BugID: 987 · cf29ba47
      Joris van Zwieten authored
      - API change: add_step should be considered private. Always use one of add_{predict, subtract, correct, solve}_step().
        This will ensure database consistency.
      cf29ba47
    • Joris van Zwieten's avatar
      BugID: 987 · f3b0517e
      Joris van Zwieten authored
      - changed API: add_solve_arguments -> add_solve_step, so API ensures consistency (i.e.
        with the change it is harder to add a solve step without solve arguments.
      f3b0517e
    • Joris van Zwieten's avatar
      BugID: 987 · c3718da6
      Joris van Zwieten authored
      - API change: names of the columns returned by e.g. get_step() now match the names in the parset precisely.
      c3718da6
  4. Dec 13, 2006
  5. Dec 05, 2006
    • Joris van Zwieten's avatar
      BugID: 987 · 98330053
      Joris van Zwieten authored
      - Initial check in of the database side of the black board. Includes table definitions,
        triggers, and an API in the form of a collection of stored procedures.
      98330053
Loading