Giter Site home page Giter Site logo

Comments (7)

kenshaw avatar kenshaw commented on May 3, 2024

Yes; I would suggest creating custom templates using the base templates then. I am working on a general solution for this, but it is not yet ready to be released, as it requires a lot of rejigging of the templates.

from xo.

yurisklar avatar yurisklar commented on May 3, 2024

Is this issue going to be addressed any time soon? Or would you accept some help with the implementation?

from xo.

stevenh avatar stevenh commented on May 3, 2024

A related issue we have is it assumes a primary key is a single field which is not necessarily the case.

from xo.

kenshaw avatar kenshaw commented on May 3, 2024

Yes, for reference I would appreciate any pull requests. We don't make any use of SQLite at my company, so I'm not likely to ever get around to fixing this. I'm more than willing to help with / give advice on / test any pull request.

from xo.

turnkey-commerce avatar turnkey-commerce commented on May 3, 2024

I think for SQLite we can do an additional query to determine if it's autoincrement, see this SO answer: http://stackoverflow.com/questions/20979239/how-to-tell-if-a-sqlite-column-is-autoincrement. I'll take a look at implementing this as the problem was apparent on the SQLite DB I was testing,.

from xo.

turnkey-commerce avatar turnkey-commerce commented on May 3, 2024

Am working on this but found that for new databases, for example the Django example, the sqlite_sequence table is not reliably populated until all tables have data. Working on an alternate method to query for the SQL and check for the AUTOINCREMENT keyword for the table.

from xo.

turnkey-commerce avatar turnkey-commerce commented on May 3, 2024

Ken, this is resolved can you please close it?

from xo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.