Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6109

SQL: Add ability to do INSERT without specifying the column names

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

      Having the following classes

      class PersonKey {
          private Long id;
      }
      
      class Person {
          private Long id;
          private String name;
      }
      

      with proper configuration it should be possible to execute queries
      of the following type passing id and name as the arguments

      "insert into Person values(?,?)"

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              asfedotov Alexandr Fedotov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: