Pat
|
Registered User
|
|
Dec 16 |
comment |
what is the difference between ‘super’ and ‘extends’ in Java Generics Big F*-ing Deal. Ivo did the research. Don't get all pedantic. |
|
Dec 16 |
comment |
[java] One step check for null value & emptiness of a string something to think about : null means not set, "" means set to empty. |
|
Dec 16 |
comment |
What are java object fields initialized with? Why didn't you run this through a debugger and find out? |
|
Nov 6 |
comment |
Migrating from SVN to Perforce — Tips? Experience? Every single complaint you have about P4 is solved with changing a client option. Edit your connection options: 1) P4 revert unchanged files : "SubmitOptions: revertunchanged" 2) Writeable unchecked out files: Check the "allwrite" check box. 3) ... and I could go on .... I use P4 to do the branching and merging ( and to back up svn ) svn gets confused if its damn .svn gets touched at all I have had so many issues that svn cleanup would not solve. |
|
Oct 16 |
comment |
In regex, what does \w* mean? it means you didn't RTFM. I love these questions where 3 seconds with the documentation would have been enough to have gotten an answer |
|
Sep 23 |
comment |
What, if any, documentation should be written before quitting a job? @Rich -- :-D Recognized it instantly! ("On the right is the famous margin which was too small to contain Fermat's alleged proof of his "last theorem" ) en.wikipedia.org/wiki/Fermat%27s_Last_Theorem/… |
|
Sep 23 |
comment |
How to validate data restriction using regex in java This kind of question can easily be answered by creating a small test program. |
|
Sep 23 |
comment |
What is the best and easy way to build user interfaces with c++ ? "best" and "easy" -- subjective and for what environment? |
|
Sep 23 |
awarded | ● Yearling |
|
Aug 31 |
accepted | How to use hibernate interceptors to populate extra fields in a join table? |
|
Jul 5 |
answered | Do you always REDIRECT after POST? If yes, How do you manage it? |
|
Jun 29 |
comment |
How to get the results of WHERE conditional evaluations in the result set? Based on the (semi-expected, non-superman-to-the-rescue) answers here - I am going to try reducing the query further and seeing what shakes out. Will add more when I know more ... thanks. |
|
Jun 28 |
comment |
Need an example of a primary-key @OneToOne mapping in Hibernate I hope you have added in LARGE screaming letters multiple comments that no one should ever think about making the relationship optional. One accidental release to production for 30 seconds and you have data corruption. For me, the risk was too large - even if it would not happen for 3 years. I liken it to having high-explosives in your house. You are safe and careful 99.999% of the time. But one slip-up and boom. Why have the high-explosives at all? |
|
Jun 27 |
comment |
How to get the results of WHERE conditional evaluations in the result set? man, you are not supposed to say that :-) |
|
Jun 27 |
comment |
How to get the results of WHERE conditional evaluations in the result set? We are a startup. The solution has to be achievable in a few hours. Not a few days. Right now it looks like a stored function is leading the way. Naturally I will try to reduce/consolidate the query but I have to operate on the assumption that I will not be able to in the allocated time. Re: Java based evaluation; that is what we are trying to replace. |
|
Jun 27 |
comment |
How to get the results of WHERE conditional evaluations in the result set? Well TRUE FALSE NULL are just example values. "foo", "bar" and "baz" would work just as well. Its the signal that is important- not the form of the signal. |
|
Jun 26 |
comment |
How to get the results of WHERE conditional evaluations in the result set? So these functions would act the same as CASE would conceptually but with better performance? It would avoid the problem of duplicating the conditionals by encapsulating the conditionals in functions. [Stored procedures were listed under non-optimal solutions in the question] |
|
Jun 26 |
revised |
How to get the results of WHERE conditional evaluations in the result set? will accept qiving up! |
|
Jun 26 |
comment |
How to get the results of WHERE conditional evaluations in the result set? Also as referenced in the question FROM SELECTs must be non-correlated queries. If I can come up with a FROM SELECT query, then that would be my preferred solution. |
|
Jun 26 |
revised |
How to get the results of WHERE conditional evaluations in the result set? added additional non-optimal |
|
Jun 26 |
comment |
How to get the results of WHERE conditional evaluations in the result set? you have FROM (SELECT /* conditional #1 / AS c1, ) ... so what do I replace / conditional #1 */ with? |
|
Jun 26 |
revised |
How to get the results of WHERE conditional evaluations in the result set? additional explanation on intent |
|
Jun 26 |
comment |
How to get the results of WHERE conditional evaluations in the result set? No. The conditionals are not variable. But processing of each row changes depending on which of the three conditionals is satisfied. Will edit question. |
|
Jun 26 |
comment |
How to get the results of WHERE conditional evaluations in the result set? No. Conditional_1, Conditional_2, and conditional_3 are non-trivial. Doing this in code is expensive and would result in a lot of data being transferred. |
|
Jun 26 |
revised |
How to get the results of WHERE conditional evaluations in the result set? add tags |
|
Jun 26 |
awarded | ● Student |
|
Jun 26 |
asked | How to get the results of WHERE conditional evaluations in the result set? |
|
Jun 26 |
answered | How to specify firstDayOfWeek for java.util.Calendar using a JVM argument |
