Ticket #2987 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Sqlite3-related module fixes

Reported by: ethans Assigned to: ethans
Priority: major Milestone: Undetermined
Component: Sqlite3 Version: 2.5-branch
Keywords: sqlite3 Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

After 2.3 (including 2.4 module updates and 2.5 module updates), some modules support for Sqlite3 was broken. This was due mostly to ALTER TABLE...CHANGE syntax and/or modifications to CREATE TABLE syntax that wasn't supported by sqlite 3.

In order for a fresh start for sqlite3 syntax, all CREATE TABLES should be verified to work with sqlite3, should initially create tables with the correct structures, and legacy upgrade code with ALTER CHANGE syntax should be excluded from execution by Sqlite3.

Change History

08/03/08 01:59:08 changed by ethans

  • status changed from new to closed.
  • resolution set to fixed.

(In [6277]) Sqlite3-related fixes that have grown since 2.3. Closes #2987