Code Monkey home page Code Monkey logo

Comments (6)

jdhitsolutions avatar jdhitsolutions commented on August 17, 2024

I updated the assembly to version1.0.117.0 last month I have no idea what version supports the feature you are looking for. I don't really know the answers to your other questions. Those would be language or syntax questions I'm not qualified to answer. You'll have to search for answers like this or this on autoincrementing.

from mysqlite.

PylotLight avatar PylotLight commented on August 17, 2024

from mysqlite.

jdhitsolutions avatar jdhitsolutions commented on August 17, 2024

The module is for loading the assemblies and to abstract things like creating databases and tables. Using the database with sqlite queries is up to you.

from mysqlite.

PylotLight avatar PylotLight commented on August 17, 2024

Yep, but the autoincrement for example would be part of that module side for creating the tables, not the writing insert queries bit. But all good for now.
I assume you can't help with "WARNING: Exception calling "ExecuteNonQuery" with "0" argument(s): "SQL logic error
cannot start a transaction within a transaction""
I'm probably not using transactions properly. Will keep researching and close this issue soon

from mysqlite.

jdhitsolutions avatar jdhitsolutions commented on August 17, 2024

I looked for an autoincrement feature when I first started this module, After reading https://www.sqlite.org/autoinc.html I use the native ROWID.

from mysqlite.

PylotLight avatar PylotLight commented on August 17, 2024

Apologies, did you have a small example of using that? As currently, I've set a PK on ID "Int" but it ends up empty if i don't specify it. Fixed

Also any suggestions on handling strings with ' in the name, as that seems to break the string when using '$($FilePath)',
Exception calling "ExecuteNonQuery" with "0" argument(s): "SQL logic error
near "s": syntax error"

  • Adding a -replace for every query to replace ' with '' for now until I find a better solution.

from mysqlite.

Related Issues (19)

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.