db-skeleton-1-api.kt/src/commonMain/kotlin/ru/landgrafhomyak/serdha/api/v0/misc
2025-01-24 22:15:02 +03:00
..
BuiltinExpressionsProvider.kt Renaming 'Expression' to 'IntermediateColumn' and then 'RuntimeExpression' to 'Expression', added support for expressions and other improvements in 'SELECT' 2025-01-24 22:15:02 +03:00
Column.kt Reorganizing packages 2025-01-06 01:47:48 +03:00
DatabaseType.kt Removing types that can be represented as bytearray 2025-01-21 03:52:20 +03:00
DatabaseTypesProvider.kt Removing types that can be represented as bytearray 2025-01-21 03:52:20 +03:00
Expression.kt Renaming 'Expression' to 'IntermediateColumn' and then 'RuntimeExpression' to 'Expression', added support for expressions and other improvements in 'SELECT' 2025-01-24 22:15:02 +03:00
Input.kt Renaming 'Expression' to 'IntermediateColumn' and then 'RuntimeExpression' to 'Expression', added support for expressions and other improvements in 'SELECT' 2025-01-24 22:15:02 +03:00
IntermediateColumn.kt Renaming 'Expression' to 'IntermediateColumn' and then 'RuntimeExpression' to 'Expression', added support for expressions and other improvements in 'SELECT' 2025-01-24 22:15:02 +03:00
SelectedColumn.kt Renaming 'Expression' to 'IntermediateColumn' and then 'RuntimeExpression' to 'Expression', added support for expressions and other improvements in 'SELECT' 2025-01-24 22:15:02 +03:00
SelectedTable.kt Simplified 'INSERT', 'UPDATE' and 'DELETE' queries 2025-01-23 22:37:55 +03:00