Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Conversion of a SQL model into a standard item model?
QtWS25 Last Chance

Conversion of a SQL model into a standard item model?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qsqltablemodelqstandarditemmodata modelsproxiessoftware design
35 Posts 5 Posters 8.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V VRonin
    22 Oct 2018, 14:37

    From the article you linked:

    If the database system can determine the reverse mapping from the view schema to the schema of the underlying base tables, then the view is updatable. INSERT, UPDATE, and DELETE operations can be performed on updatable views.

    Since there's no generic way for a Qt model to know that, it is left to the user to implement using QSqlQuery directly

    E Offline
    E Offline
    elfring
    wrote on 22 Oct 2018, 14:44 last edited by
    #11

    Would it be nicer if a table model can determine if it is based on an updatable view?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VRonin
      wrote on 22 Oct 2018, 15:09 last edited by VRonin
      #12

      Yes, but once again

      @VRonin said in Conversion of a SQL model into a standard item model?:

      there's no generic way for a Qt model to know that

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      E 1 Reply Last reply 22 Oct 2018, 15:39
      1
      • V VRonin
        22 Oct 2018, 15:09

        Yes, but once again

        @VRonin said in Conversion of a SQL model into a standard item model?:

        there's no generic way for a Qt model to know that

        E Offline
        E Offline
        elfring
        wrote on 22 Oct 2018, 15:39 last edited by
        #13

        Do full-featured standard item models become a bit more attractive then?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 22 Oct 2018, 19:06 last edited by
          #14

          Attractive for what ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          E 1 Reply Last reply 28 Oct 2018, 13:10
          1
          • S SGaist
            22 Oct 2018, 19:06

            Attractive for what ?

            E Offline
            E Offline
            elfring
            wrote on 28 Oct 2018, 13:10 last edited by
            #15

            Would you like to compare the attractiveness of the mentioned data model variants any further?

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 28 Oct 2018, 21:45 last edited by
              #16

              I'll let you start by providing the analysis you want to discuss about.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              E 1 Reply Last reply 29 Oct 2018, 08:49
              3
              • S SGaist
                28 Oct 2018, 21:45

                I'll let you start by providing the analysis you want to discuss about.

                E Offline
                E Offline
                elfring
                wrote on 29 Oct 2018, 08:49 last edited by
                #17

                Is there a “development competition” going on between data processing by SQL queries and/or Qt standard items?

                J 1 Reply Last reply 29 Oct 2018, 09:17
                0
                • E elfring
                  29 Oct 2018, 08:49

                  Is there a “development competition” going on between data processing by SQL queries and/or Qt standard items?

                  J Offline
                  J Offline
                  JKSH
                  Moderators
                  wrote on 29 Oct 2018, 09:17 last edited by JKSH
                  #18

                  @elfring said in Conversion of a SQL model into a standard item model?:

                  Is there a “development competition” going on between data processing by SQL queries and/or Qt standard items?

                  No, there is no competition going on.

                  @elfring, what is your goal for asking us these questions? Are you trying to get us to write a "software extension" for you?

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  E 1 Reply Last reply 29 Oct 2018, 09:57
                  3
                  • J JKSH
                    29 Oct 2018, 09:17

                    @elfring said in Conversion of a SQL model into a standard item model?:

                    Is there a “development competition” going on between data processing by SQL queries and/or Qt standard items?

                    No, there is no competition going on.

                    @elfring, what is your goal for asking us these questions? Are you trying to get us to write a "software extension" for you?

                    E Offline
                    E Offline
                    elfring
                    wrote on 29 Oct 2018, 09:57 last edited by
                    #19

                    I hope that more software evolution can happen in this area so that the switching between discussed data models might become easier.

                    J 1 Reply Last reply 29 Oct 2018, 23:44
                    0
                    • E elfring
                      29 Oct 2018, 09:57

                      I hope that more software evolution can happen in this area so that the switching between discussed data models might become easier.

                      J Offline
                      J Offline
                      JKSH
                      Moderators
                      wrote on 29 Oct 2018, 23:44 last edited by JKSH
                      #20

                      @elfring said in Conversion of a SQL model into a standard item model?:

                      I hope that more software evolution can happen in this area so that the switching between discussed data models might become easier.

                      We will not perform this "software evolution" because we cannot see any good reason to provide additional conversion/switching between QSqlTableModel and QStandardItemModel. Furthermore, none of your posts above provide convincing arguments for this conversion/switching.

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      E 1 Reply Last reply 30 Oct 2018, 08:17
                      3
                      • J JKSH
                        29 Oct 2018, 23:44

                        @elfring said in Conversion of a SQL model into a standard item model?:

                        I hope that more software evolution can happen in this area so that the switching between discussed data models might become easier.

                        We will not perform this "software evolution" because we cannot see any good reason to provide additional conversion/switching between QSqlTableModel and QStandardItemModel. Furthermore, none of your posts above provide convincing arguments for this conversion/switching.

                        E Offline
                        E Offline
                        elfring
                        wrote on 30 Oct 2018, 08:17 last edited by
                        #21

                        Will other Qt users share more convincing arguments from involved software development challenges?

                        J J 2 Replies Last reply 30 Oct 2018, 08:21
                        0
                        • E elfring
                          30 Oct 2018, 08:17

                          Will other Qt users share more convincing arguments from involved software development challenges?

                          J Online
                          J Online
                          JonB
                          wrote on 30 Oct 2018, 08:21 last edited by
                          #22

                          @elfring

                          Will other Qt users share more convincing arguments from involved software development challenges?

                          "Other Qt users" will not even understand what these unending questions are about ;-) Just saying....

                          E 1 Reply Last reply 30 Oct 2018, 08:24
                          2
                          • J JonB
                            30 Oct 2018, 08:21

                            @elfring

                            Will other Qt users share more convincing arguments from involved software development challenges?

                            "Other Qt users" will not even understand what these unending questions are about ;-) Just saying....

                            E Offline
                            E Offline
                            elfring
                            wrote on 30 Oct 2018, 08:24 last edited by
                            #23

                            I assume that some Qt users will care for collateral evolution around data models.

                            1 Reply Last reply
                            0
                            • E elfring
                              30 Oct 2018, 08:17

                              Will other Qt users share more convincing arguments from involved software development challenges?

                              J Offline
                              J Offline
                              JKSH
                              Moderators
                              wrote on 30 Oct 2018, 13:42 last edited by
                              #24

                              @elfring said in Conversion of a SQL model into a standard item model?:

                              I assume that some Qt users will care for collateral evolution around data models.

                              Yes, there are users here who care about the improvement of Qt data models. For example, @VRonin submitted many patches this year for models (such as https://codereview.qt-project.org/#/c/235730/4//ALL ), and his changes were accepted by the Qt Project.

                              His changes were accepted for a few reasons:

                              1. Because his submissions solve real problems that are encountered by real people.
                              2. Because his submissions do not introduce new problems.

                              Try to follow his example. Try to submit proposals that solve real problems, and try not to introduce new problems.

                              First, thank you for submitting https://bugreports.qt.io/browse/QTBUG-71482. This is a good submission because it addresses a real problem: Important documentation is missing.

                              However, here are some examples where your submissions are not good:

                              1. This thread ("Conversion of a SQL model into a standard item model?") is rejected because it does not solve a real problem. Nobody here needs to convert/switch between QSqlTableModel and QStandardItemModel.
                              2. "Returning C++ references from more programming interfaces?" is rejected because it introduces a new problem: It breaks encapsulation.

                              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                              E 1 Reply Last reply 30 Oct 2018, 13:49
                              3
                              • J JKSH
                                30 Oct 2018, 13:42

                                @elfring said in Conversion of a SQL model into a standard item model?:

                                I assume that some Qt users will care for collateral evolution around data models.

                                Yes, there are users here who care about the improvement of Qt data models. For example, @VRonin submitted many patches this year for models (such as https://codereview.qt-project.org/#/c/235730/4//ALL ), and his changes were accepted by the Qt Project.

                                His changes were accepted for a few reasons:

                                1. Because his submissions solve real problems that are encountered by real people.
                                2. Because his submissions do not introduce new problems.

                                Try to follow his example. Try to submit proposals that solve real problems, and try not to introduce new problems.

                                First, thank you for submitting https://bugreports.qt.io/browse/QTBUG-71482. This is a good submission because it addresses a real problem: Important documentation is missing.

                                However, here are some examples where your submissions are not good:

                                1. This thread ("Conversion of a SQL model into a standard item model?") is rejected because it does not solve a real problem. Nobody here needs to convert/switch between QSqlTableModel and QStandardItemModel.
                                2. "Returning C++ references from more programming interfaces?" is rejected because it introduces a new problem: It breaks encapsulation.
                                E Offline
                                E Offline
                                elfring
                                wrote on 30 Oct 2018, 13:49 last edited by
                                #25

                                Nobody here needs to convert/switch between QSqlTableModel and QStandardItemModel.

                                I am experimenting with such a transformation for a specific software application for a while.

                                J 1 Reply Last reply 30 Oct 2018, 13:59
                                0
                                • E elfring
                                  30 Oct 2018, 13:49

                                  Nobody here needs to convert/switch between QSqlTableModel and QStandardItemModel.

                                  I am experimenting with such a transformation for a specific software application for a while.

                                  J Offline
                                  J Offline
                                  JKSH
                                  Moderators
                                  wrote on 30 Oct 2018, 13:59 last edited by
                                  #26

                                  @elfring said in Conversion of a SQL model into a standard item model?:

                                  I am experimenting with such a transformation for a specific software application for a while.

                                  Then I suggest you make the changes yourself.

                                  If you want someone else to make the changes, you must first explain your project in lots of detail (write many paragraphs to explain what you are trying to do!) and you must convince us that it is worth spending time to make the changes in Qt. Remember, the changes must also avoid introducing new problems.

                                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                  E 1 Reply Last reply 30 Oct 2018, 14:07
                                  0
                                  • J JKSH
                                    30 Oct 2018, 13:59

                                    @elfring said in Conversion of a SQL model into a standard item model?:

                                    I am experimenting with such a transformation for a specific software application for a while.

                                    Then I suggest you make the changes yourself.

                                    If you want someone else to make the changes, you must first explain your project in lots of detail (write many paragraphs to explain what you are trying to do!) and you must convince us that it is worth spending time to make the changes in Qt. Remember, the changes must also avoid introducing new problems.

                                    E Offline
                                    E Offline
                                    elfring
                                    wrote on 30 Oct 2018, 14:07 last edited by
                                    #27

                                    …, you must first explain your project in lots of detail …

                                    I am trying to achieve something also for another free software application (as you might have noticed already).
                                    The possible design decisions have got further consequences on the corresponding software development efforts.

                                    J 1 Reply Last reply 30 Oct 2018, 14:18
                                    0
                                    • E elfring
                                      30 Oct 2018, 14:07

                                      …, you must first explain your project in lots of detail …

                                      I am trying to achieve something also for another free software application (as you might have noticed already).
                                      The possible design decisions have got further consequences on the corresponding software development efforts.

                                      J Offline
                                      J Offline
                                      JKSH
                                      Moderators
                                      wrote on 30 Oct 2018, 14:18 last edited by
                                      #28

                                      @elfring said in Conversion of a SQL model into a standard item model?:

                                      I am trying to achieve something also for another free software application (as you might have noticed already).

                                      Please provide a link to the application.

                                      The possible design decisions have got further consequences on the corresponding software development efforts.

                                      This is very vague, so I still cannot understand what you're trying to achieve. The application can use a QSqlTableModel without converting it to a QStandardItemModel, right?

                                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                      E 1 Reply Last reply 30 Oct 2018, 14:32
                                      0
                                      • J JKSH
                                        30 Oct 2018, 14:18

                                        @elfring said in Conversion of a SQL model into a standard item model?:

                                        I am trying to achieve something also for another free software application (as you might have noticed already).

                                        Please provide a link to the application.

                                        The possible design decisions have got further consequences on the corresponding software development efforts.

                                        This is very vague, so I still cannot understand what you're trying to achieve. The application can use a QSqlTableModel without converting it to a QStandardItemModel, right?

                                        E Offline
                                        E Offline
                                        elfring
                                        wrote on 30 Oct 2018, 14:32 last edited by
                                        #29

                                        Please provide a link to the application.

                                        Do you care for any evolution around the software “Cppcheck”?

                                        The application can use a QSqlTableModel without converting it to a QStandardItemModel, right?

                                        I can imagine such a software development option.
                                        But a published program has got a strong dependency on Qt standard items so far.

                                        J 1 Reply Last reply 30 Oct 2018, 14:48
                                        0
                                        • E elfring
                                          30 Oct 2018, 14:32

                                          Please provide a link to the application.

                                          Do you care for any evolution around the software “Cppcheck”?

                                          The application can use a QSqlTableModel without converting it to a QStandardItemModel, right?

                                          I can imagine such a software development option.
                                          But a published program has got a strong dependency on Qt standard items so far.

                                          J Offline
                                          J Offline
                                          JKSH
                                          Moderators
                                          wrote on 30 Oct 2018, 14:48 last edited by
                                          #30

                                          @elfring said in Conversion of a SQL model into a standard item model?:

                                          Please provide a link to the application.

                                          Do you care for any evolution around the software “Cppcheck”?

                                          The application can use a QSqlTableModel without converting it to a QStandardItemModel, right?

                                          I can imagine such a software development option.
                                          But a published program has got a strong dependency on Qt standard items so far.

                                          @elfring, the maintainer for Cppcheck asked you to stop. The right thing to do is to respect his wishes.

                                          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                          E 1 Reply Last reply 30 Oct 2018, 15:04
                                          0

                                          20/35

                                          29 Oct 2018, 23:44

                                          • Login

                                          • Login or register to search.
                                          20 out of 35
                                          • First post
                                            20/35
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved