Re: [Hibernate] API stability in SchemaUpdate

2003-08-24 Thread Serge Knystautas
Max, I appreciate all your responses, but I don't think we're getting very far. I started this thread because between 2.0.0 to 2.0.1 to 2.0.2 the generateSchemaUpdateScript (the key code in SchemaUpdate) is changing signatures. In 2.0.1 it changed to JdbcDatabaseInfo, and now it's DatabaseMe

Re: [Hibernate] MS SQL performance and Unicode

2003-08-24 Thread Serge Knystautas
Gary Evesson wrote: Am I the only person in the world who didn't know what happens if you use VARCHAR's with Java and the MS SQL JDBC driver? It seems unlikely because I can find no mention of this in the list archives or the like. It's not just the MS SQL JDBC Driver... we use the Inet Software

[Hibernate] gavin's blog :)

2003-08-24 Thread Viktor Szathmary
hi, i was shocked to learn that Gavin was hired at microsoft... and he even started a blog.. http://blogs.gotdotnet.com/gking/ :) v. --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems o

Re: [Hibernate] gavin's blog :)

2003-08-24 Thread Dan Tran
MS is notoriously after walking brain like Gavin other committers. So I am not surprise if this is true. Gavin can be a BIG excellent added value to MS ObjectSpace. Gavin, can the MS money buy you out? -D - - Original Message - From: "Viktor Szathmary" <[EMAIL PROTECTED]> To: "Hib

Re: [Hibernate] gavin's blog :)

2003-08-24 Thread Max Rydahl Andersen
Not that i think you are not aware of it, but I think i can for sure state that the Gavin King writing that blog is not Hibernate Gavin King ;) (first hint is that the blog is from UK, where as Gavin is a down-under mate) /max Dan Tran wrote: MS is notoriously after walking brain like Gavin o

Re: [Hibernate] API stability in SchemaUpdate

2003-08-24 Thread Max Rydahl Andersen
I appreciate all your responses, but I don't think we're getting very far. Well, i think we have found that the feature you want is usable - and as I see it already in there (as you can get the sql string[]). Your first posting said you were doing something special, and it was that "special" th

Re: [Hibernate] gavin's blog :)

2003-08-24 Thread Vladimir Dozen
ehlo. Not that i think you are not aware of it, but I think i can for sure state that the Gavin King writing that blog is not Hibernate Gavin King ;) ... but does MS know that? dozen --- This SF.net email is sponsored by: VM Ware With VMw

[Hibernate] Mapping a custom Set implementation?

2003-08-24 Thread Eric Pugh
Hi all, I have a custom Set implementation that wraps a standard set, but makes sure that the inputs and outputs are of a specific class. This is causing me to get: java.lang.ClassCastException at net.sf.hibernate.type.SetType.wrap(SetType.java:27) at net.sf.hibernate.impl.Session

RE: [Hibernate] MS SQL performance and Unicode

2003-08-24 Thread Eric Pugh
Also, I am working on this little issue, and I wanted to verify that the sendStringParametersAsUnicode=false string goes into the URL that you use to connect to the database, correct? jdbc:microsoft:sqlserver://[server]:1433;DatabaseName=[database name;SelectMethod=cursor;sendStringParametersAsUn

RE: [Hibernate] gavin's blog :)

2003-08-24 Thread Sandeep Dath
Personally, I think that we just came across Gavin's secret, alternate identity. By day Gavin is simply good ol' Gavin, but in times of peril and distress, and when there's trouble afoot, he becomes, um, er, Gavin King? H... Sandeep. -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [Hibernate] MS SQL performance and Unicode

2003-08-24 Thread Serge Knystautas
Eric Pugh wrote: No, I can chime in, that I as well didn't know this. Out of curiosity, has anyone put together a unit test that I could run to demo the differences? Would this be something to add to hibernate, or is it too random? What kind of difference are you looking to demonstrate? I don't t

Re: [Hibernate] API stability in SchemaUpdate

2003-08-24 Thread Serge Knystautas
Max Rydahl Andersen wrote: Well, i think we have found that the feature you want is usable - and as I see it already in there (as you can get the sql string[]). Your first posting said you were doing something special, and it was that "special" think I would like to know what was...now I know (you