Open GoogleCodeExporter opened 9 years ago
Firstly I shouldn't have listed this as a defect... my mistake.
should i in some way checkout the code , copy my changes and check in the
changes for
review into a different branch ?
Original comment by cdmdotn...@gmail.com
on 28 Apr 2009 at 8:52
I could also be very wrong but... the function wrapper for mysql doesn't add the
"ParameterDirection.ReturnValue" to returnvalue parameters and can sometimes
ends up
sending the parameter which the mysql function isn't expecting.
I've added this fix into my code changes as well.
Original comment by cdmdotn...@gmail.com
on 29 Apr 2009 at 9:03
Here are the patches, which are good for C# as i've not made the changes to the
generators for VB.NET
Original comment by cdmdotn...@gmail.com
on 1 May 2009 at 5:36
Attachments:
small correction
Utility.cs in the SubSonic project has a missing line at 846
it's currently
default:
but needs to be
default:
return 0;
( two lines )
Original comment by cdmdotn...@gmail.com
on 1 May 2009 at 9:33
This newer patch is now fixed to work with SubSonic 2.2.
Also if you use the MySQL 6.0.3 connector you don't need the MySQL 5.1.4 patch
as
they fixed the Tolkenizer
Original comment by cdmdotn...@gmail.com
on 2 May 2009 at 3:04
Attachments:
Original issue reported on code.google.com by
cdmdotn...@gmail.com
on 28 Apr 2009 at 8:44