jehugaleahsa / SQLGeneration

Provides core classes for generating SQL at runtime.
The Unlicense
22 stars 10 forks source link

Cannot handle CTEs (WITH clauses) #26

Open kwaclaw opened 8 years ago

kwaclaw commented 8 years ago

Tried to use CommandBuilder.GetCommand to load an initial SQL string containing WITH clauses. Fails with InvalidOperationException in method buildStart.