Break compatibilty on INSERT
This change: 12f3da87b783 breaks compatibility with MS SQLServer with next error:
OperationalError: (156, "Incorrect syntax near the keyword 'AS'.DB-Lib error message 20018, severity 15:\nGeneral SQL Server error: Check messages from the SQL Server
\n")
Version:
Select @@version;
Microsoft SQL Server 2019 (RTM-CU20) (KB5024276) - 15.0.4312.2 (X64)
Apr 1 2023 12:10:46
Copyright (C) 2019 Microsoft Corporation
Standard Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763: ) (Hypervisor)
It's possible to define a new parameter on class Insert to avoid generate sentence without "AS alias" to maintain compatibility?