Giter Site home page Giter Site logo

aix-sqlite's People

Contributors

ardacebi avatar frdfsnlght avatar sachinbhatttech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aix-sqlite's Issues

Online SQL database

I'm a little bit confused. Is this extension strictly for local SQL database useage? Can it connect to an external MySQL server, or just update from it?

How to customize the separator and use mode (like .mode json)?

Thanks for this great extension.

Is it possible to customize the separator use in a select query or to use a specific mode (I have seen the properties "ReturnColumnNames" but it doesn't return a list of lists so it's still difficult to parse the result)?

Thanks!

Export DB error - simple fix

On new file API ExportDatabase/ImportDatabase/ExecuteFile/InsertFile do not work due to improper handling of filenames in resolveFileName.
The workaround to use application specific directory looks SIMPLE: remove all resolveFileName and have user create proper filename.

Any update?

Hi, your extensions worked extremely well until Android 10 came.
Do you plan any update?
Or have an idea how to import files on Android 10+?

Am ready to pay a fee for such update.

Thank you very much.

Problem with transactions

Begintransaction works but when I try an insert or an insert async the app hangs.
If I open a transaction and commit or rollback I don't have problem but of course nothing happened.
If I start transaction after the first one the app also hangs.

Select blocks not returning proper lists, only text in brackets

When using with the SQLiteTest.aia project , Select blocks return a list of string not a list of lists.

Example: When executing "select name, updates from months" return a list of 11 rows, but each row should be a list of two items (name and updates) but its a text in brackets "[January, 0]".
Screenshot_20190326-102542

Is this normal ?, because according to docs it should return a list of lists, between "( )" . Checking the source code, AppyBuilder uses Yaillist for normal list but the sql query returns an ArrayList,

Hope you can help me, Thanks.

Execute script error

when I tried to run the bulk of query to create a table and insert only the first line executed and ignore the rest (insert commands)

Problem with list of lists

I’m trying to add a list of items that are the result of a select via SQLite, but an invalid arguments error appears. Have you tried using the shape of the image below? Below are two images, one of the code blocks and another with the designer.

I need to do it this way because I want to define what will appear inside the ‘listview’ for future modifications. For example, if I do a ‘select’ and return me 2columns name, type, but I want the list to include only name.

I know that return is a list of lists, but I can not adapt.

https://imgur.com/GamYmBY

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.