NoAutoincrementWithoutNeedRule

Reports SQLite AUTOINCREMENT usage for schemas that do not need its stricter behavior.

AUTOINCREMENT changes rowid reuse semantics and can add overhead compared with the normal SQLite rowid allocator.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val defaultEnable: Boolean = true
Link copied to clipboard
open override val defaultSeverity: Severity
Link copied to clipboard
open override val id: RuleId
Link copied to clipboard
open override val targetDialect: DialectId

Functions

Link copied to clipboard
open fun isApplicable(context: RuleContext): Boolean
Link copied to clipboard
open override fun run(context: RuleContext, reporter: DiagnosticReporter)