mrpostiga / h2sharp

H2Sharp is an Ado.Net wrapper for the H2 Database Engine written in C#.
1 stars 3 forks source link

Named Parameters fail if order changed. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For named parameters if the same SQL is called with different order of 
parameters in the collection then it will fail, because the order is 
cached.    

Original issue reported on code.google.com by Jono.Por...@gmail.com on 5 Jun 2008 at 11:12

GoogleCodeExporter commented 8 years ago
Hi,
Could you give an example? Maybe it would be easier if named parameters 
are supported in the database itself, so that supporting them in h2sharp 
would be much simpler.
Thomas

Original comment by thomas.t...@gmail.com on 4 Jul 2008 at 5:28