Provides minisql common version facilities for this project.
Package: minisql.common.version
Reachable from entry: yes
function componentName()Performs the componentName operation for the minisql common version module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
const DATABASE_FORMAT_VERSION = 1Defines the database format version constant used by the minisql common version module.
function isImplemented()Returns whether implemented satisfies the condition required by the minisql common version module. Takes no caller-supplied inputs. Returns a boolean result; invalid input or delegated failures are reported as structured errors.
const MILESTONE = "M50"Defines the milestone constant used by the minisql common version module.
function milestone()Performs the milestone operation for this module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
const PRODUCT_NAME = "MiniSQL"Central product, wire-protocol, and database-format identity. Persisted and
const PRODUCT_VERSION = "1.1.0"Defines the product version constant used by the minisql common version module.
function productName()Performs the product name operation for this module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
function productVersion()Performs the product version operation for this module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
const REVISION = "M48-M50R3"Defines the revision constant used by the minisql common version module.
function targetMilestone()Performs the targetMilestone operation for the minisql common version module. Takes no caller-supplied inputs. Returns the produced value or propagates a structured error from validation or delegated operations.
function versionLine(component)Performs the version line operation for this module. Inputs: component. Returns the produced value or propagates a structured error from validation or delegated operations.
| Parameter | Type | Default | Description |
|---|---|---|---|
component |
dynamic |
— | component value consumed by this operation. |
const WIRE_PROTOCOL_VERSION = 1Defines the wire protocol version constant used by the minisql common version module.