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
Support for PostgresSQL GiST operators #18. Thanks to @ibarchenkov
float and integer nodes have now become numeric with metadata to distinguish sign, whole and fractional#19.
keyword nodes are now ident with metadata distinguish if it's a keyword#19.
SQL.Lexer.lex/4 now returns {:ok, context, tokens}#19.
SQL.Parser.parse/1 has become SQL.Parser.parse/2 and takes tokens and context from SQL.Lexer.lex/4 and returns {:ok, context, tokens} or raises an error #19.
Support for compile time warnings on missing relations in a query. #22
mix sql.get creates a lock file which are used to generate warnings at compile time. #22