Uploaded image for project: 'iBatis for Java [READ ONLY]'
  1. iBatis for Java [READ ONLY]
  2. IBATIS-142

JDBC 3 Generated Keys Support

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Core
    • None

    Description

      public int executeUpdate(String sql,int autoGeneratedKeys)
      public boolean execute(String sql,int autoGeneratedKeys)
      public ResultSet getGeneratedKeys()

      We should provide support for jdbc auto generated keys retrieval. This is only available in Java 1.4. So, we would have to throw an UnsupportedFeatureException if 1.3 or earlier was being used.

      Brandon

      Attachments

        1. ibatis-2.3.4.726-src.diff
          11 kB
          Derek Hulley
        2. ibatis-jdbc3-patch.txt
          15 kB
          Zach Visagie
        3. 2008-03-31-inwork.patch
          13 kB
          Brian Diekelman

        Activity

          People

            Unassigned Unassigned
            bgoodin Brandon Goodin
            Votes:
            7 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: