fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
570 stars 144 forks source link

query translation fixes, alias resolves, fix for #634 #635

Closed Thorium closed 4 years ago

Thorium commented 4 years ago

1) Added more table (alias) names to carried with data to avoid incorrect table names 2) Only joins should increase alias dictionary (entityIndex). If there is none, then that's a basetable-query. 3) Added spaces after END-clauses