SubSonic Forums
All Your Database Are Belong To Us

I found some bug, more convenient How do I submit

Latest post 09-27-2008 11:23 PM by hushixiu. 2 replies.
  • 09-27-2008 10:14 PM

    I found some bug, more convenient How do I submit

     bug one:

     file at : SubSonic --ActiveRecord--StoredProcedure.cs

         when i used at page:

             GvTest.DataSource = SPs.UserTestSP(1).GetReader();
             GvTest.DataBind();

       run it, it give me a error,

     later i find,

            public IDataReader GetReader()
            {
                IDataReader result = DataService.GetReader(_cmd);
                OutputValues = _cmd.OutputValues;
                return result;
            }

          " _cmd" is null .

    I also found some other, more convenient How do I submit, can i submit it by svn ? sorry for my english.
    Filed under:
  • 09-27-2008 10:22 PM In reply to

    Re: I found some bug, more convenient How do I submit

    You can submit a patch or bug report to http://www.codeplex.com/subsonic/WorkItem/List.aspx

    But, you need to be very patient.Surprise

     

  • 09-27-2008 11:23 PM In reply to

    Re: I found some bug, more convenient How do I submit

     ok ,i will try to submit, thanks

Page 1 of 1 (3 items) | RSS