About 1,679,070 results (4,060 milliseconds)

Auto Migration failing when just adding 2 new columns to existing ...

https://issuetracker.google.com/issues/200818663
... Android versions reproduced on: Android Pixel 4A. I have an entity where I only added a new column "newColumn" between database version 1 to database version ...

Get calendar events using Sqlite - pleased with myself

https://groups.google.com/g/tasker/c/BecVXt-Yuks
Android stores a lot of settings and useful references in these databases and sqlite ... In your sql run shell command, you need to include the column ...

[sqlite] SQLite as a Logger: How to mimic "rotation of logs"?

https://groups.google.com/g/sqlite_users/c/uYL0rH1xCRQ
May 10, 2011 ... > to say FIX the sqlite database size to say "5 MB"? There isn't one. SQLite would not know which records to delete. > Also, lets say ...

CreateSpatialIndex doesn't speed up queries for points-within ...

https://groups.google.com/g/spatialite-users/c/RKFkwn_toCk
Jul 10, 2017 ... I've got a spatialite database containing 15,802 polygons defining airport runways around the world. I have created a geometry column containing ...

SQLiteDatabase | API reference | Android Developers

http://code.google.com/android/reference/android/database/sqlite/SQLiteDatabase.html
android.database.sqlite. Overview. Interfaces. SQLiteCursorDriver ... Keyboard.Row · KeyboardView. android.location. Overview. Interfaces. Geocoder ...

How to: Build your own offline OSMAND maps using completely free ...

https://groups.google.com/g/osmand/c/8iLr2fZKMpc
Mar 4, 2016 ... it's a java program, but on OSX at least ... Next step is to open sqlite with some sqlite browser and delete column "url" in "info" table.

How to open the latest text message in google voice

https://groups.google.com/g/tasker/c/xOGlOZQyMS8
When I run sqlite3 /data/data/com.google.android.apps.googlevoice ... There's no column in the database with just a time stamp (I imagine it's ...

select query with index slow first time, fast second time

https://groups.google.com/g/spatialite-users/c/BmYDXHloJUk
Oct 23, 2013 ... Under the hot cache, I was averaging 0.2 seconds per IMO for those previously processed. The sqlite database is some 7.3 GB, I am running on a ...

Tasker to mark unwanted or irrelevant unread sms as read and auto ...

https://groups.google.com/g/tasker/c/kn9r4I2CPQ8
Jan 23, 2013 ... Tasker to mark unwanted or irrelevant unread sms as read and auto delete sms message via sqlite command ... And according to android sms sqlite ...

CSV import is not working at all (grayed out)

https://groups.google.com/g/mementodatabase/c/7DJypG9_Rvc
Feb 2, 2018 ... I try to import csv file into a database for the first time. Read all help topics, manuals and forums but I am just unable to do that. Thinking ...

How to set up an Android Studio Project with SpatiaLite 3.0.1

https://groups.google.com/g/spatialite-users/c/hnn5Js6iQ_Y
Feb 13, 2016 ... ... android to read the geometry columns of my database. I downloaded ... delete the related activities, if you want the spatialite only part.

Access media files from shared storage - Android Developers

https://notifications.google.com/g/p/AKWoLQgUa8WML5P76XOz7ijKJaNnwA_ePCiA8P8WjMxTCZdNr2ms06w7RK5H6B5ASaN8dno6GRqtAPNB3QgYKEXPRI84q3szdwiba1uZcRWDoj9EaOV0joFdEWhSHYTezcp7gydGbdDekY10cn1Nw9o
... object that you retrieve from your app's context: Kotlin Java More. val projection = arrayOf( media-database-columns-to-retrieve ) val selection = sql-where ...

Performance: DROP TABLE very slow on large tables

https://groups.google.com/g/h2-database/c/rVW-slB7KRY
I observed that DROP TABLE is very slow when it affects a large table. The database consists of hundreds of tables, of which about the largest 80 tables have ...

[AutoMigration] Migrating table with column "index" [197133152 ...

https://issuetracker.google.com/197133152?authuser=1
Aug 19, 2021 ... Adding column name with SQL keyword makes the compiler fail to escape the keyword and thereafter fail to migrate the database. I seem to be ...

Using Taifun SQlite extension - Error at Date column?

https://groups.google.com/g/mitappinventortest/c/j21XXF5zHsE
Feb 25, 2018 ... However, I waive the INSERT and DELETE SQL commands. My strategy is as follows: I create from a Bash script this database ( with the SQL ...

Need updated Shell script for alarm deletion please.

https://groups.google.com/g/tasker/c/D1oZbCr9ijY
May 15, 2017 ... The above command you quoted is the correct command: sqlite3 /data/data/com.sec.android.app.clockpackage/databases/alarm.db 'DELETE FROM alarm' ...

SQLite Cursor.getColumnIndex(String ColumnName);

https://groups.google.com/g/codenameone-discussions/c/w4bcknhdRjE
Aug 8, 2013 ... Delete. You do not have permission to delete messages in this ... android.com/reference/android/database/Cursor.html#getColumnIndex ...

Issue dropping a spatialite table

https://groups.google.com/g/spatialite-users/c/UN5wmuLXsRM
SELECT CreateSpatialIndex('result_table_1156', 'GEOMETRY');. This works out fine. Now I want to drop all data in the database according to this table.

Changing Android database over time

https://groups.google.com/g/ormlite-user/c/KgcqqlDraYc
> bump was discovering that SQLite does not support dropping columns > from a table - took me a while to figure out that my SQL was fine... Huh, didn't know ...