Closed alexdesousa closed 5 years ago
This version maintains the same query language, but it breaks runners as now queries return AyeSQL.Query.t() instead of {binary(), [term()]}.
AyeSQL.Query.t()
{binary(), [term()]}
AyeSQL.Query
AyeSQL.Error
AyeSQL.AST.Context
This version maintains the same query language, but it breaks runners as now queries return
AyeSQL.Query.t()
instead of{binary(), [term()]}
.Enhancements
AyeSQL.Query
for queries (instead of tuple).AyeSQL.Error
for query errors (instead of returning a string with the missing parameter).AyeSQL.AST.Context
to be able to handle several errors, instead of returning them one at the time.