0.1.4 • Published 3 years ago

waterline-sequel-snowflake v0.1.4

Weekly downloads
31
License
MIT
Repository
github
Last release
3 years ago

waterline-sequel-snowflake

Waterline sql translator for Snowflake, for use with snowflake-waterline-adapter.

Snowflake-specific changes:

  • Expects a criteriaWrapper value in the adapter. If there is no criteriaWrapper set, it defaults to single quotes. Snowflake barfs on double quotes and ticks in the query where clause values, and the base waterline-sequel package defaults to hard-coded double quotes. The CriteriaProcessor uses the criteriaWrapper value in a new utility method that returns the appropriately wrapped value.

  • the escapeCharacter, passed in from the adapter and set as double quotes by default, can't be a tick, used by mysql. Snowflake sees that tick and gets a rash, not the good kind.

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago