aix-SQLite icon indicating copy to clipboard operation
aix-SQLite copied to clipboard

AppInventor extension for SQLite

Results 9 aix-SQLite issues
Sort by recently updated
recently updated
newest added

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...

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...

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...

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?

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)

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...

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...

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...

The resolved file name is not correct. e.g. "//Laender.csv" gives "/storage/emulated/0/AppInventor/assets///Laender.csv". There are three slashes "///" and the path is incorrect. See https://community.appinventor.mit.edu/t/some-basics-on-android-storage-system/21556