Project

General

Profile

Actions

Feature #342

open

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

Added by Soren Stoutner over 5 years ago. Updated over 5 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.

Actions #1

Updated by Soren Stoutner over 5 years ago

  • Priority changed from 2 to Next Release
Actions #2

Updated by Soren Stoutner over 5 years ago

  • 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: Atom PDF