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> |
||
---|---|---|
.. | ||
adapters | ||
config | ||
errors | ||
introspection | ||
types | ||
utils | ||
data-source.int.test.ts | ||
data-source.test.ts | ||
data-source.ts | ||
env.ts | ||
index.ts |