aboutsummaryrefslogtreecommitdiff
path: root/test/alter4.test
Commit message (Collapse)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
| | | FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
* Approximately 100 typo corrections spanning the whole tree, submitted via ↵stephan2025-02-27
| | | | | [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. FossilOrigin-Name: f50c21484d3cac73589da0376c423de39ae8b842218105786c5aa3726e4dcaed
* RETURNING bug fix: Correctly deal with RETURNING statements on changes todrh2021-04-27
| | | | | | TEMP tables that also have triggers. dbsqlfuzz 78b9400770ef8cc7d9427dfba26f4fcf46ea7dc2 FossilOrigin-Name: d0b15eccbfe1e50c3daf7b2fd4769a52bba35d553b07e462ca3f5f22df6742fd
* Release some restrictions on columns added by ALTER TABLE so that theydrh2020-05-08
| | | | | only apply if the table contains one or more rows. FossilOrigin-Name: 3a16c0ce4d8851f79f670d94786032c8007619154ece44647dc9cc5b1f9654ff
* Remove the legacy_file_format PRAGMA. In its place, provide thedrh2019-10-29
| | | | | | SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] FossilOrigin-Name: 4d424f3047b48fc441475137f30a719d2f079390c86fe2617710ddfb05c5e240
* Fix a problem with renaming a column in a table that has a temp trigger thatdan2018-09-01
| | | | | references another attached database. FossilOrigin-Name: 336b8a0923bf65b7a2c35811cb6dec0e262a0b31e534d2a6ab093d2afdb05c1f
* All temp.sqlite_master to be used as an alias for sqlite_temp_master.drh2016-12-16
| | | FossilOrigin-Name: 8d646905b830d5bb29092e103ac5cb499b3c7e5a
* Fix ALTER TABLE so that it does not promote the schema version past 3, asdrh2016-07-14
| | | | | | that will cause DESC indexes to go corrupt. Ticket [f68bf68513a1c]. FossilOrigin-Name: a7db6e45ad45be9b3003f61d4163f543498a7c9d
* Allow CAST expressions and unary "+" operators to be used in the DEFAULTdrh2014-08-25
| | | | | | | argument of an ALTER TABLE ADD COLUMN and to be understand on the RHS of range constraints interpreted by STAT3/4. This involves a rewrite of the implementation of the CAST operator. FossilOrigin-Name: 91d8a8d0b792ea5c4fe68fd9caaf3345eddea486
* Fix a problem with "DEFAULT (-(-9223372036854775808))" clauses in ALTER ↵dan2014-03-04
| | | | | TABLE ... ADD COLUMN commands. FossilOrigin-Name: e072cb3ee2a03d786c08230cecc6e970de2cec5b
* Fix a segfault in "ALTER TABLE t1 ADD COLUMN b DEFAULT (-+1)". Also an ↵dan2013-08-08
| | | | | assert() failure that could occur if SQLITE_ENABLE_STAT4 were not defined. FossilOrigin-Name: 9fec3e38287067d60874530300fbeb602958c951
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* In the test scripts, changes instances of the TCL interface drh2010-09-06
| | | | | option "-has_codec" into the correct "-has-codec". FossilOrigin-Name: f53856a555403678ea8bd721a9fa1ae179240406
* Omit the TEMP keyword from the schema of TEMP tables created usingdrh2009-02-02
CREATE TEMP TABLE AS SELECT ..... Ticket #3630. (CVS 6232) FossilOrigin-Name: 3b0a25548c4c15c86aadcd9a6c3af0adafb85c17