Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-307

Qualified update columns do not work with Postgresql

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0
    • 5.0
    • Runtime
    • None
    • postgresql 9.1.5

    Description

      In the current trunk, updates result in SQL like
      UPDATE author SET author.name='NewName2' WHERE author.author_id=31147;

      Note the qualified column name after the SET keyword

      This does not work with postgreql. in postgresql, the update column name needs to be unqualified, like

      UPDATE author SET name='NewName2' WHERE author.author_id=31147

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: