buster/packages/data-source/src/adapters
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
..
base.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
base.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
bigquery.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
bigquery.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
bigquery.ts rest of them 2025-07-14 12:34:00 -06:00
factory.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
factory.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
max-rows-limiting.test.ts Fix Snowflake adapter tests for lowercase column names 2025-07-23 10:09:51 -06:00
mysql.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
mysql.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
mysql.ts rest of them 2025-07-14 12:34:00 -06:00
postgresql.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
postgresql.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
postgresql.ts rest of them 2025-07-14 12:34:00 -06:00
redshift.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
redshift.test.ts increase timeouts and a few lint fixes 2025-07-21 15:39:27 -06:00
redshift.ts increase timeouts and a few lint fixes 2025-07-21 15:39:27 -06:00
snowflake-memory-protection.int.test.ts Update Snowflake adapter tests and implementation for improved row handling 2025-07-23 10:01:34 -06:00
snowflake.int.test.ts Fix Snowflake adapter tests for lowercase column names 2025-07-23 10:09:51 -06:00
snowflake.test.ts Fix Snowflake adapter tests for lowercase column names 2025-07-23 10:09:51 -06:00
snowflake.ts Update Snowflake adapter tests and implementation for improved row handling 2025-07-23 10:01:34 -06:00
sqlserver.int.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
sqlserver.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00
sqlserver.ts rest of them 2025-07-14 12:34:00 -06:00
timeout.test.ts Fix linting errors 2025-07-18 10:48:49 -06:00