From fc75f4b72a6ed8f5eb36ac4b32f99c73c72ad52b Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Mon, 30 Dec 2024 16:53:23 +0400 Subject: [PATCH] Update TODO.md --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index f81f809af..eebb0729e 100644 --- a/TODO.md +++ b/TODO.md @@ -14,7 +14,6 @@ * named constraints: constraint can have name `CREATE TABLE heroes(id INTEGER CONSTRAINT pk PRIMARY KEY)` * `FILTER` clause https://sqlite.org/lang_aggfunc.html#aggfilter * scalar math functions https://sqlite.org/lang_mathfunc.html -* improve DROP COLUMN in `sync_schema` https://sqlite.org/lang_altertable.html#altertabdropcol * `UPDATE FROM` support https://sqlite.org/lang_update.html#upfrom * `iif()` function https://sqlite.org/lang_corefunc.html#iif * add strong typed collate syntax (more info [here](https://github.com/fnc12/sqlite_orm/issues/767#issuecomment-887689672))