Typo in query constructors methods #3

Open
opened 2025-02-24 14:50:48 +00:00 by xomrk · 0 comments
Owner

public fun createSelectWithJoin(context: Scope<qUE, fqUE, lqUE>): qUE

Must be createSelectUnion


public fun createSelectWithReduce(context: Scope<qUE, tUE>): qUE

public fun createSelectWithFold(context: Scope<qUE, tUE>): qUE

Must be createSelectReducing and createSelectFolding


public fun createInsertSingleRowWithReturning(context: Scope<qUE, ttUE, sUE>): qUE

Must be createInsertFromSubqueryWithReturning


public fun createUpdateSingleWithReturning(context: Scope<qUE, ttUE>): qUE

Must be createUpdateSingleRowWithReturning


public fun createMultipleRows(context: Scope<qUE, ttUE>): qUE

Must be createDeleteMultipleRows

https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/SelectQuery.kt#L237 Must be `createSelectUnion` ----- https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/SelectQuery.kt#L166 https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/SelectQuery.kt#L199 Must be `createSelectReducing` and `createSelectFolding` ----- https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/InsertQuery.kt#L75 Must be `createInsertFromSubqueryWithReturning` ----- https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/UpdateQuery.kt#L21 Must be `createUpdateSingleRowWithReturning` ----- https://git.landgrafhomyak.ru/SERDHA/serdha-0-api.kt/src/commit/be1ac99550d7c26fe4385ccae817e65cab054fc1/src/commonMain/kotlin/ru/landgrafhomyak/db/serdha0/api/queries/DeleteQuery.kt#L106 Must be `createDeleteMultipleRows`
xomrk added the
Typo/naming
label 2025-02-24 14:50:48 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SERDHA/serdha-0-api.kt#3
No description provided.