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
The Provider.Exec function now returns 2 values instead of only the error, the extra argument is the number of affected rows.
This release also adds:
CI with tests and linter
Dockertest for making tests easier to run not only on CI but also on local machines for contributors
Some bug fixes: Now we are handling a few edge cases better:
If a struct has duplicated ksql tag names we will return an error instead of failing silently
If a struct has no ksql tags we will return an error instead of failing on the query
If a struct has attributes with no ksql tags they will be safely ignored instead of causing an error
If a jointed table struct has an extra attribute with no tablename tag it will be ignored too because having an error for this would be more confusing than just ignoring it.
This discussion was created from the release v2.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release includes one breaking change:
Provider.Exec
function now returns 2 values instead of only the error, the extra argument is the number of affected rows.This release also adds:
tablename
tag it will be ignored too because having an error for this would be more confusing than just ignoring it.This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions