[Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-12 Thread Hubert FONGARNAND
Hello, This small patch permits that the user add some custom column in the aspsessionstate table when using sqlserver mode for storing session in ASP.NET. (This is useful for us because we want to add tracability to the session in the database). Therefore i think it's better to do a  "SELECT

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-12 Thread Miguel de Icaza
Hello, > This small patch permits that the user add some custom column in the > aspsessionstate table when using sqlserver mode for storing session in > ASP.NET. (This is useful for us because we want to add tracability to > the session in the database). Therefore i think it's better to do a > "SE

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Hubert FONGARNAND
Hello,     Thanks for commiting my previous patch, but it's not complete because the INSERT query is column index dependent too. Here's the small patch which correct this. Thanks to commit! Hubert FONGARNAND Le jeudi 12 octobre 2006 à 12:04 +0200, Hubert FONGARNAND a écrit : Hello,

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Miguel de Icaza
Hello, > Thanks for commiting my previous patch, but it's not complete > because the INSERT query is column index dependent too. Here's the > small patch which correct this. > Thanks to commit! Does that mean that it is currently broken? Because we have already done the packaging for 1.1.18

Re: [Mono-dev] Patch to System.Web.SessionState.SessionSQLServerHandler

2006-10-13 Thread Robert Jordan
Miguel de Icaza wrote: > Hello, > >> Thanks for commiting my previous patch, but it's not complete >> because the INSERT query is column index dependent too. Here's the >> small patch which correct this. >> Thanks to commit! > > Does that mean that it is currently broken? Because we have alr