Menu

#5 Failing lookup in getSqlParams (Database.java)

closed
None
5
2010-09-29
2008-11-01
No

When using "sybase" as dbType, the StringTokenizer in Database.java, getSqlParams, line 546, will generate a wrong token from the substring of sybase.properties 'selectRowCountSql':

":table') and indid in (0,1)"

Inserting whitespace after 'table' solves the problem in my case.

":table ') and indid in (0,1)"

Discussion

  • Matthias Siemering

    Differences in selectRowCountSql

     
  • Matthias Siemering

    • assigned_to: nobody --> johncurrier
     
  • John Currier

    John Currier - 2008-11-02

    Thanks for the patch. It's in Subversion revision 526.

    John

     
  • John Currier

    John Currier - 2010-08-17
    • status: open --> pending
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     

Log in to post a comment.