Re: Inject SQL Command before execution (MySql Driver with hebrew support)

2010-03-17 Thread Ken Egozi
hebrew OR utf-8? why would you need to distinction? UTF-8 contains hebrew characters On Wed, Mar 17, 2010 at 9:50 AM, chen atlas atlasc...@gmail.com wrote: Hi, i wanted to know if i can inject sql command before execution of CRUD, the reason is that my MySql DB need the set charset before

Re: Problem with ATM in the ChildTransaction

2010-03-17 Thread MoonStorm
That's great :). Looking forward to it. On Mar 16, 7:36 pm, Henrik Feldt hen...@haf.se wrote: Hello Moony, Thank you for noticing this. I have fixed the issue and pushed the changes to git. As bad as it sounds, I'm really busy at the moment but will make a very much official release

Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread Lundberg, Per
Hi guys, We are developing an application using DynamicProxy, and it has worked fine until now. A certain operation (which involves creating 69 proxy objects) takes an extensive period of time when running the application. I did an analysis of the problem and my conclusion is this: - When

Re: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread Jonathon Rossi
Hi, Many people have reported this issue over the years, however the defect is out of our control. Please see this task for more information: http://support.castleproject.org/projects/DYNPROXY/issues/view/DYNPROXY-ISSUE-72 On Wed, Mar 17, 2010 at 7:54 PM, Lundberg, Per

RE: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread Lundberg, Per
Hi Jonathon, Thanks a lot for your reply! It was quite disappointing news, though. What I did to investigate it further was to play around with the Visual Studio 2010 Beta 2 installation I have on my hard drive. This is what I found out (copied from a comment I wrote on the issue tracker page):

Re: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread Jonathon Rossi
That is good to know for the very near future. I think Krzysztof mentioned the same results with a beta of .NET 4.0 recently on stackoverflow. We should probably confirm this is still the case with the RC. On Wed, Mar 17, 2010 at 9:15 PM, Lundberg, Per per.lundb...@ecraft.comwrote: Hi

Re: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread James Curran
As I recall, type caching in DynamicProxy is rather sensitive, so it's possible that a version mismatch is causing a false-negative cache search. Truth, James On Wed, Mar 17, 2010 at 7:29 AM, Jonathon Rossi j...@jonorossi.com wrote: That is good to know for the very near future. I think

Re: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread 2
if the issue manifests itself only when debugger is attached, I'm pretty sure it's not caching, at least not primarily. You may want to turn on logging though and see - DP logs cache misses. On 17 Mar, 14:33, James Curran james.cur...@gmail.com wrote: As I recall, type caching in DynamicProxy

Re: Problems with DynamicProxy: massive performance degradation when running inside VS2008 debugger

2010-03-17 Thread Krzysztof Koźmic
Cool news. VS2010 fixed few other bugs that were exposed by Dynamic Proxy (like exceptions being thrown only when debugger was attached for example) so it's really cool it's gone, because people tended to blame DynamicProxy for that although it was not its fault, it would get a bad

Re: Build Problems + Medium Trust Issues

2010-03-17 Thread Roelof Blom
The download is available again: http://hornget.net/packages/builders/horn/horn-trunk On Mon, Mar 15, 2010 at 7:41 AM, Roelof Blom roelof.b...@gmail.com wrote: This indicates a problem with the build of horn, I've inquired on their mailing list what's going on. On Mon, Mar 15, 2010 at 2:08

PrimaryKeyType.Assigned and ValidateNonEmpty bug?

2010-03-17 Thread Arcadius Ahouansou
Hello. I have a very simple AR model like: code [ActiveRecord] public class PolicyType : ActiveRecordValidationBasePolicyType { [PrimaryKey(Generator = PrimaryKeyType.Assigned), ValidateNonEmpty] public virtual long? Id { get; set; } [Property] public virtual

Foreign Key Naming

2010-03-17 Thread 2Xest
Is there a way to specify the name of a generated foreign key for HasMany HasAndBelongsToMany relations? I would like [BelongsTo(ForeignKey = FK_myForeignKeyName)] Isn't it a good practice to name ForeignKeys with meaningful names? Greetings Jan -- You received this message because you are

Portable Areas in Monorail

2010-03-17 Thread James Curran
Since the subject was brought up a couple days ago, I've been working on implemeting Portable Areas in Monrail. I think I've got a fully function example ready. I'll have it up in CastleContrib soon, but first I want to make sure that it does everything it's supposed to. - The example is a