Project

General

Profile

Actions

Feature #342

open
SS SS

Update the column names in the Bookmarks and Domains databases to add underscores

Feature #342: Update the column names in the Bookmarks and Domains databases to add underscores

Added by Soren Stoutner almost 8 years ago. Updated over 7 years ago.

Status:
New
Priority:
4.x
Start date:
10/31/2018
Due date:
% Done:

0%

Estimated time:

Description

These names would be more readable if they contained underscores.

SS Updated by Soren Stoutner almost 8 years ago Actions #1

  • Priority changed from 2 to Next Release

SS Updated by Soren Stoutner over 7 years ago Actions #2

  • Subject changed from Update the column names in the Bookmarks and Domains databases to Update the column names in the Bookmarks and Domains databases to add underscores
  • Priority changed from Next Release to 4.x

It turns out this is not currently an easy task. Once the SQLite version is >= 3.25.0 `ALTER TABLE RENAME COLUMN` can be used.

https://www.sqlite.org/lang_altertable.html

https://www.sqlite.org/changes.html

It will likely be 10 years before the minimum API included SQLite version >= 3.25.0.

https://developer.android.com/reference/android/database/sqlite/package-summary

Actions

Also available in: PDF Atom