Hi,
I've a simple stored procedure and I don't know why SubSonic isn't generating the wrapper for the procedure.
I'm using the Subsonic version 2.1 with mysql.
Does anyone knows why?
Thanks
Do you see the stored procedure when you run this sql:
SELECT routine_name FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_SCHEMA = ?databaseName
This is the sql that subsonic executes. It's in SubSonic\DataProviders\MySqlDataProvider.cs
-dave
Hi Dave,
Thanks for your Replay.
I've executed the query that you mentioned, and I receive the name of all stored procedures, but no one of then are been generated :(
Look in the image:
Does the login subsonic is using have permissions to see the SP?
Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
Yes,
This query that I've executed was with the same user that is configurated in my project with subsonic. :(
Any ideia?
The exact same is happening for me.
ASP.NET 3.5, SubSonic 2.1, MySQL 5
I'm going to try and compile the SVN source and see if that helps
The same for me. ASP.NET 3.5 + SubSonic 2.1 Final + MySQL 5.0.
Is there any way to fix it?