Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/altercol.test
2025-04-10
| ||
10:18 | [b43fb57253] part of check-in [20acd630b9] Remove unnecessary "www." prefixes on domain names in URLs. (check-in: [20acd630b9] user: drh branch: trunk, size: 27291) | |
2023-10-18
| ||
22:53 | [29fed77474] part of check-in [648ddb3a8e] Test case for alter column that is used in the ORDER BY of an aggregate. (check-in: [648ddb3a8e] user: drh branch: agg-orderby, size: 27295) | |
2022-02-04
| ||
20:16 | [8465ca659c] part of check-in [7ee44f66c8] Test case for permissive ALTER TABLE RENAME when writable_schema=ON. (check-in: [7ee44f66c8] user: drh branch: relaxed-alter-table, size: 26810) | |
16:43 | [d4f25038a7] part of check-in [197cbabf17] Allow ALTER TABLE RENAME COLUMN to proceed even if there are errors in the schema, as long as PRAGMA writable_schema=ON is active. (check-in: [197cbabf17] user: drh branch: relaxed-alter-table, size: 26408) | |
2022-01-16
| ||
19:11 | [9471187fe1] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 24479) | |
2021-03-23
| ||
22:15 | [b11fa1b131] part of check-in [4719fae626] Fix a problem with renaming a column when there is a quoted string immediately following the column name somewhere in the schema. (check-in: [4719fae626] user: dan branch: trunk, size: 24385) | |
2021-03-16
| ||
16:14 | [91f4eb0023] part of check-in [6446c09610] Have ALTER TABLE RENAME COLUMN and DROP COLUMN use sqlite_rename_quotefix() to convert any double-quoted strings in the database schema to their single-quoted equivalents. (check-in: [6446c09610] user: dan branch: alter-quotefix, size: 24105) | |
11:11 | [3456f7cc41] part of check-in [0e255b2687] Fix a problem with ALTER TABLE RENAME COLUMN when used on a schema that features generated columns. Fix for [a753a856]. (check-in: [0e255b2687] user: dan branch: trunk, size: 23771) | |
2021-03-03
| ||
11:00 | [65eef562f0] part of check-in [d2630ffafa] Fix a problem with using ALTER TABLE commands on database schemas that contain expressions of the form "<expr> NOT NULL" or "<expr> IS NULL" that can be evaluated at prepare time. (check-in: [d2630ffafa] user: dan branch: trunk, size: 23420) | |
2020-01-01
| ||
15:43 | [1d6a6fe698] part of check-in [473892a8ec] New test-only SQL functions: implies_nonnull_row(), expr_compare(), and expr_implies_expr(). The SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control is modified to toggle internal function access on and off for a single database connection. (check-in: [473892a8ec] user: drh branch: trunk, size: 22979) | |
2019-07-02
| ||
20:10 | [545a7f2a73] part of check-in [5dbb0734af] Have ALTER TABLE detect and error out for the case where renaming a column changes a the interpretation of a double-quoted identifier in the database schema from an SQL literal to a column reference. (check-in: [5dbb0734af] user: dan branch: tkt9b78184b-alt, size: 22982) | |
2019-01-09
| ||
02:02 | [54374d2ba1] part of check-in [f09aa3248e] Enhance the ALTER TABLE RENAME COLUMN feature so that it works on tables that have redundant UNIQUE and/or PRIMARY KEY constraints. Fix for ticket [bc8d94f0fbd633fd9a051e3] (check-in: [f09aa3248e] user: drh branch: trunk, size: 22977) | |
2018-11-26
| ||
18:09 | [313ed080ed] part of check-in [6e1330545e] Do not allow direct access to internal-use SQL functions such as sqlite_rename_column() and sqlite3_rename_table() except when the new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set. (check-in: [6e1330545e] user: drh branch: trunk, size: 21867) | |
2018-11-07
| ||
02:17 | [50095d59d0] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 21468) | |
2018-09-12
| ||
08:51 | [53fb5e218c] part of check-in [572de7e4e3] Fix an invalid pointer comparison triggered by renaming a table column when there are views with explicit column names in the schema. (check-in: [572de7e4e3] user: dan branch: trunk, size: 21435) | |
2018-09-06
| ||
17:23 | [1defda7e6b] part of check-in [37ad064e5f] Fix test script problems causing SQLITE_OMIT_VIRTUALTABLE builds to fail. (check-in: [37ad064e5f] user: dan branch: trunk, size: 21077) | |
2018-09-01
| ||
20:23 | [a5e24ad5e7] part of check-in [336b8a0923] Fix a problem with renaming a column in a table that has a temp trigger that references another attached database. (check-in: [336b8a0923] user: dan branch: alter-table-rename-column, size: 20958) | |
15:55 | [42250da2cb] part of check-in [22e785aa2b] Merge fixes from the alter-table-rename-column branch that occurred after this branch separated from that one. (check-in: [22e785aa2b] user: drh branch: alter-table-rename-table, size: 19893) | |
2018-08-30
| ||
20:03 | [b89cd928c1] part of check-in [f3c27d916d] Test the schema after renaming a table. Ensure that temp database triggers and views are updated when renaming a column. (check-in: [f3c27d916d] user: dan branch: alter-table-rename-table, size: 19874) | |
2018-08-25
| ||
16:22 | [5636b8e579] part of check-in [62089c6daf] Fix a minor issue in the altercol.test script so that it runs on Windows. (check-in: [62089c6daf] user: drh branch: alter-table-rename-column, size: 19616) | |
2018-08-24
| ||
20:20 | [919898b3ee] part of check-in [83d5f5abce] Fix a problem by renaming a column when the schema contains an trigger program featuring an UPSERT that uses an "excluded.*" reference to a different table. (check-in: [83d5f5abce] user: dan branch: alter-table-rename-column, size: 19597) | |
20:10 | [b8332aae42] part of check-in [bb2f723496] Fix a problem with renaming a column that occurs as an "excluded.colname" construction in an UPSERT that is part of a trigger program. (check-in: [bb2f723496] user: dan branch: alter-table-rename-column, size: 19464) | |
17:55 | [f83599801f] part of check-in [a0e06d2c5e] After modifying and reparsing the schema as part of an ALTER TABLE RENAME COLUMN, check that no new schema errors have been introduced (e.g. ambiguous column names in views) before committing the operation. (check-in: [a0e06d2c5e] user: dan branch: alter-table-rename-column, size: 19028) | |
16:04 | [2630ee5698] part of check-in [ad072a835f] Avoid incorrectly replacing tokens that refer to a column being renamed via an alias. For example, do not overwrite "xyz" when "a" is renamed in "CREATE VIEW v1 AS SELECT a AS xyz FROM tbl WHERE xyz=1" (check-in: [ad072a835f] user: dan branch: alter-table-rename-column, size: 18595) | |
2018-08-23
| ||
19:32 | [5187221c63] part of check-in [a7dae59a7e] Fix harmless compiler warnings in the ALTER TABLE logic. Rephrase an error message to use active voice. (check-in: [a7dae59a7e] user: drh branch: alter-table-rename-column, size: 18168) | |
2018-08-21
| ||
15:06 | [d0962610e8] part of check-in [5d2163c734] Rationalize some duplicated code in alter.c. Also improve error messages for ALTER TABLE RENAME COLUMN in some cases. (check-in: [5d2163c734] user: dan branch: alter-table-rename-column, size: 18175) | |
2018-08-20
| ||
20:01 | [9d3e8257f8] part of check-in [82c4c10a96] Add further tests for RENAME COLUMN. (check-in: [82c4c10a96] user: dan branch: alter-table-rename-column, size: 18023) | |
16:16 | [692c15f8b8] part of check-in [786b5991dc] Ensure that it is not possible to rename columns of system tables, views or virtual tables. (check-in: [786b5991dc] user: dan branch: alter-table-rename-column, size: 14775) | |
2018-08-18
| ||
17:35 | [7e22d63b1a] part of check-in [7fa1faeaff] Improvements to error handling in ALTER TABLE RENAME COLUMN. (check-in: [7fa1faeaff] user: dan branch: edit-trigger-wrapper, size: 13596) | |
2018-08-17
| ||
18:08 | [cac9395932] part of check-in [7b72b2360a] Allow an ALTER TABLE RENAME COLUMN to proceed even if the schema contains a virtual table for which the module is unavailable. (check-in: [7b72b2360a] user: dan branch: edit-trigger-wrapper, size: 12831) | |
17:18 | [4597bd06c5] part of check-in [540014efd6] Ensure that CREATE VIEW, TRIGGER or INDEX statements can be edited by ALTER TABLE RENAME COLUMN even if they use collation-sequences or user-defined-functions that are not available. (check-in: [540014efd6] user: dan branch: edit-trigger-wrapper, size: 12256) | |
2018-08-16
| ||
19:49 | [c60161856f] part of check-in [3f47222b6e] Further progress on updating trigger programs as part of ALTER TABLE RENAME COLUMN. (check-in: [3f47222b6e] user: dan branch: edit-trigger-wrapper, size: 11516) | |
2018-08-15
| ||
20:28 | [c576337528] part of check-in [e272dc2b1c] Have ALTER TABLE RENAME COLUMN edit trigger programs. Only partly working. (check-in: [e272dc2b1c] user: dan branch: edit-trigger-wrapper, size: 10083) | |
2018-08-14
| ||
21:05 | [a0b57120e6] part of check-in [6e6a2bfdbb] Fix a problem when renaming an IPK column that is also part of a child key. (check-in: [6e6a2bfdbb] user: dan branch: edit-trigger-wrapper, size: 9655) | |
21:03 | [8380bf54ea] part of check-in [ad15486022] Fix a problem when renaming an IPK column that is also part of a child key. (check-in: [ad15486022] user: dan branch: alter-table-rename-column, size: 6646) | |
20:40 | [0af8f5733e] part of check-in [7a45802daf] Merge latest trunk and ALTER TABLE error message improvements into this branch. (check-in: [7a45802daf] user: dan branch: edit-trigger-wrapper, size: 9462) | |
20:18 | [98f1c88a90] part of check-in [db829dc1a2] Have ALTER TABLE RENAME edit column references in CREATE VIEW statements. (check-in: [db829dc1a2] user: dan branch: edit-trigger-wrapper, size: 9728) | |
16:18 | [65d15800d9] part of check-in [32ca8418df] Fix ALTER TABLE RENAME COLUMN in cases where the column being renamed is an IPK declared with a separate PRIMARY KEY clause - "CREATE TABLE x(y INTEGER, PRIMARY KEY(y))". (check-in: [32ca8418df] user: dan branch: alter-table-rename-column, size: 6453) | |
2018-08-13
| ||
17:14 | [b3263a3d66] part of check-in [5fdb6b0aaf] Edit the WHEN and UPDATE OF clauses of trigger programs as part of ALTER TABLE RENAME COLUMN. (check-in: [5fdb6b0aaf] user: dan branch: edit-trigger-wrapper, size: 6744) | |
2018-08-11
| ||
20:38 | [a64f69f67a] part of check-in [ca5184a25f] If the new column name in an ALTER TABLE RENAME COLUMN statement is quoted, then also use quotes for the column name in the edited SQL statements. (check-in: [ca5184a25f] user: dan branch: alter-table-rename-column, size: 6187) | |
18:34 | [4b75873d10] part of check-in [520c1c75da] Avoid an assert() sometimes triggered by ALTER TABLE RENAME COLUMN in non-debug builds. (check-in: [520c1c75da] user: dan branch: alter-table-rename-column, size: 6046) | |
17:49 | [753fe5cf75] part of check-in [6595c8811f] Fix a bug causing ALTER TABLE RENAME COLUMN to fail when renaming an IPK column that is used in a CHECK constraint. (check-in: [6595c8811f] user: dan branch: alter-table-rename-column, size: 6055) | |
17:34 | [4ff44e94b1] part of check-in [ca644a2877] Fix a bug causing all ALTER TABLE RENAME COLUMN commands to fail if ANALYZE had been run on the database. Also prevent the user from renaming the columns of system tables. (check-in: [ca644a2877] user: dan branch: alter-table-rename-column, size: 5688) | |
13:40 | [3b45ec5478] part of check-in [f4497b0136] Reload the entire schema after renaming a column in order to ensure that the schema for any tables for which parent key definitions were changed are reloaded. (check-in: [f4497b0136] user: dan branch: alter-table-rename-column, size: 5266) | |
2018-08-10
| ||
20:19 | [b7b2ee8c08] part of check-in [2dec9ea4ab] Ensure the schema cookie is changed when a column is renamed. (check-in: [2dec9ea4ab] user: dan branch: alter-table-rename-column, size: 5268) | |
19:19 | [93847fb369] part of check-in [191079bd4f] When a column is renamed, update any references to it in REFERENCES clauses that belong to other tables. (check-in: [191079bd4f] user: dan branch: alter-table-rename-column, size: 5083) | |
14:23 | [d5a228930e] part of check-in [d48f7bbdf4] Fix a problem with renaming columns on tables with REFERENCES clauses that specify a large number of columns. (check-in: [d48f7bbdf4] user: dan branch: alter-table-rename-column, size: 3534) | |
2018-08-09
| ||
20:47 | Added: [44fedc517b] part of check-in [fa0fc01eb4] Experimental implementation of ALTER TABLE ... RENAME COLUMN. Still buggy. (check-in: [fa0fc01eb4] user: dan branch: alter-table-rename-column, size: 3053) | |