Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-597

PostgreSQL Manager is incorrectly escaping table names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.4.2
    • 1.4.3
    • None
    • None

    Description

      PostgreSQL Manager is incorrectly escaping entire table name argument into double quotes like on following example:

      schema.table => "schema.table"
      

      However this escaping is not valid as it should be one of following possibilities:

      schema.table => schema."table"
      schema.table => "schema"."table"
      

      Attachments

        Issue Links

          Activity

            People

              jarcec Jarek Jarcec Cecho
              jarcec Jarek Jarcec Cecho
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: