Closed devinlyons closed 2 years ago
Most of this is copied from the BasicSqlBuilder with some small modifications. Unfortunately, I couldn't find a good place to override the methods in a more efficient way.
BasicSqlBuilder
In Linq2Db 4.0, there is a better way to implement this because the BuildPhysicalTable method has been made virtual.
BuildPhysicalTable
Supported in v4
Most of this is copied from the
BasicSqlBuilder
with some small modifications. Unfortunately, I couldn't find a good place to override the methods in a more efficient way.