mirror of https://github.com/buster-so/buster.git
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> |
||
---|---|---|
.. | ||
base.test.ts | ||
base.ts | ||
bigquery.int.test.ts | ||
bigquery.test.ts | ||
bigquery.ts | ||
factory.test.ts | ||
factory.ts | ||
index.ts | ||
max-rows-limiting.test.ts | ||
mysql.int.test.ts | ||
mysql.test.ts | ||
mysql.ts | ||
postgresql.int.test.ts | ||
postgresql.test.ts | ||
postgresql.ts | ||
redshift.int.test.ts | ||
redshift.test.ts | ||
redshift.ts | ||
snowflake-memory-protection.int.test.ts | ||
snowflake.int.test.ts | ||
snowflake.test.ts | ||
snowflake.ts | ||
sqlserver.int.test.ts | ||
sqlserver.test.ts | ||
sqlserver.ts | ||
timeout.test.ts |