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
was fixed in the following
jimsmart/schema#6
This is pulling the latest
github.com/jimsmart/schema v0.0.0-20191104172732-39e4bec5335f
which has the mssql.Driver mapped in.
Further testing showed that there seems to be a difference between how mssql accepts a table from in the FROM statement.
i.e. FROM Vehicle and NOT FROM `Vehicle`
jimsmart/schema#10
To be backwards compatible with the jimsmart/schema library I am passing in the right table format based on the sqlType
The problem is described in the referenced issue.
smallnest/gen#17
https://github.com/jimsmart/schema/blob/master/dialect.go#L32.
The text was updated successfully, but these errors were encountered: