You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is fine under compound c but not NODE_ENV="test" compound c, while in config/database.coffee the configuration is set mysql as development env and memory as test env, respectively.
The text was updated successfully, but these errors were encountered:
gt, lt such comparisons work fine when the db is configured as mysql, but wrong with memory.
eg,
There is a model called user is generated with age, name, birthday. Using
is fine under
compound c
but notNODE_ENV="test" compound c
, while inconfig/database.coffee
the configuration is set mysql as development env and memory as test env, respectively.The text was updated successfully, but these errors were encountered: