buster/packages/data-source/src
dal 77ffeab37a
Fix Snowflake adapter tests for lowercase column names
The Snowflake adapter implementation transforms column names to lowercase
for consistency, but the tests were expecting uppercase column names.
This commit updates the tests to match the implementation:

- Update test expectations to use lowercase column names (id, name)
- Fix hasMoreRows assertions to match implementation logic (only true when rowCount > limit)
- Ensure all Snowflake-related tests pass with the current adapter behavior

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-23 10:09:51 -06:00
..
adapters Fix Snowflake adapter tests for lowercase column names 2025-07-23 10:09:51 -06:00
config Fix linting errors 2025-07-18 10:48:49 -06:00
errors Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
introspection Fix linting errors 2025-07-18 10:48:49 -06:00
types Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
utils Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
data-source.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
data-source.test.ts rest of them 2025-07-14 12:34:00 -06:00
data-source.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
env.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
index.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00