From 80c3fadf24fe9d784d876eec247fd6799af49c8a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 12 May 2026 13:23:39 +0200 Subject: clarify docstrings, put down TODOs based on review feedback --- dialect.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dialect.go') diff --git a/dialect.go b/dialect.go index 6505199..5a96cef 100644 --- a/dialect.go +++ b/dialect.go @@ -88,9 +88,9 @@ func (d postgresDialect) UpsertClause(pkColumns, otherColumns []string) string { } } -// SqliteDialect is the dialect of SQLite 3.24.0+ databases. +// SqliteDialect is the dialect of SQLite 3.35.0+ databases. // -// This dialect does NOT support ancient SQLite versions (3.24.0 was released 2018-06-04) +// This dialect does NOT support ancient SQLite versions (3.35.0 was released 2021-03-12) // that do not understand the "INSERT ... RETURNING" syntax. func SqliteDialect() Dialect { return sqliteDialect{} -- cgit v1.2.3