Skip to content

v0.6.133

Choose a tag to compare

@github-actions github-actions released this 16 Oct 01:19
1defb13
test non declared type in TS (#2865)

the test should be failing before merging main


<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Introduces a Drizzle ORM–inferred type/table `NonDeclaredType` in the
TS test template, exports it, updates e2e expected schemas, and adds the
`drizzle-orm` dependency.
> 
> - **TypeScript test template**:
> - Add `ingest/drizzleInfer.ts` defining Drizzle `KafkaCredentials` and
inferred type/table `NonDeclaredType` via `OlapTable` (MergeTree, order
by `id`).
>   - Export `./ingest/drizzleInfer` from `app/index.ts`.
> - **E2E Schemas**:
> - Extend `TYPESCRIPT_TEST_SCHEMAS` with table `NonDeclaredType` (`id
String`, `yes Bool`).
> - **Dependencies**:
>   - Add `drizzle-orm` to `templates/typescript-tests/package.json`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
8c3bde8e272babaea1d787f16ae2fb25c6d66565. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->