Testing a new logic for clean table names #3
Annotations
4 errors
publish:
src/querybuilder/index.ts#L133
Conversion of type 'InsertStatement<Record<string, any>> | BulkInsertStatement<Record<string, any>>' to type 'SelectStatement' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
publish:
src/querybuilder/index.ts#L135
Property '_single' does not exist on type 'SelectStatement'.
|
publish:
src/querybuilder/index.ts#L139
Property '_single' does not exist on type 'SelectStatement'.
|
publish
Process completed with exit code 2.
|