codesmithtools / Templates

CodeSmith Generator Templates
http://www.codesmithtools.com/product/generator
54 stars 35 forks source link

Fix for "And" in single indexed SPROCs #716

Closed cyberjetx closed 3 years ago

cyberjetx commented 4 years ago

Only add the and before subsequent columns: Tested on VistaDBPetshop Item Table.

Results Before Change: [ItemSelectByAndProductId] [ItemSelectByAndSupplier] ItemSelectByAndProductIdItemIdListPriceName] [ItemSelectByAndItemId]

Results after Change: [ItemSelectByProductId] [ItemSelectBySupplier] [ItemSelectByProductIdAndItemIdAndListPriceAndName] [ItemSelectByItemId]