Menu

#152 ImportUtil ignores the "AS-Clause" of the JDBC-ResultSet

2.2.3
closed
None
1
2019-01-29
2019-01-28
No

ImportUtil of Jackcess 2.2.2 should be changed in line 72:

current:

         ColumnBuilder column = new ColumnBuilder(md.getColumnName(i))
          .escapeName();

bugfix:

         ColumnBuilder column = new ColumnBuilder(md.getColumnLabel(i))
          .escapeName();

This change whould not ingnores the "as-clause" of a SQL-Statement in the ResultSet.

Discussion

  • James Ahlborn

    James Ahlborn - 2019-01-29
    • status: open --> closed
    • Group: Unassigned --> 2.2.3
     
  • James Ahlborn

    James Ahlborn - 2019-01-29

    Fixed in trunk, will be in the 2.2.3 release.

     

Log in to post a comment.

MongoDB Logo MongoDB