#4891 - Properly abstract ALTER queries

  • By
  • Added
  • 9 views
Identifier #4891
Issue type Minor issue (breaks specific functionality)
Title Properly abstract ALTER queries
Status Completed
Tags

Roadmap: v11 (custom)

Handling member Chris Graham
Addon core_database_drivers
Description There is currently no proper abstraction for ALTER database queries for database drivers other than mysqli.

For example, MySQL / MariaDB uses CHANGE COLUMN, but Oracle and PostgreSQL use RENAME COLUMN. MSSQL uses something entirely different.

https://www.techonthenet.com/sql/tables/alter_table.php
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated