|
May 24 |
awarded | Popular Question |
|
May 1 |
comment |
Date change when converting from XMLGregorianCalendar to Calendar @jimmcnamara Thanks Jim. If that's the case, then I'm honestly not too sure of where to go from here, I guess I could report it. |
|
May 1 |
comment |
Date change when converting from XMLGregorianCalendar to Calendar @jimmcnamara I'm not saying anything went away, I just pointed out that any date before the Gregorian time is being changed. My exact example is pretty obvious there in the program code, the date 0001-01-01 is being changed to 0001-01-03, and it should not be. |
|
May 1 |
asked | Date change when converting from XMLGregorianCalendar to Calendar |
|
Apr 26 |
comment |
XPATH ignore <br> within <div> Well the snippet you supplied isn't valid xml, but going on if you replaced those floating <br> nodes with <br/>, are you wanting the <div> node in particular or just the children underneath? You can't write an xpath to grab a node and filter it's children at the same time but there are ways around it. |
|
Apr 24 |
comment |
Numeric or value error when attempting to use max VARCHAR2 size @Brian Would that change the efficiency at all, though? If I'm understanding you correctly, you're saying to try creating the concatenated field via VARCHAR2 and then converting to type CLOB before returning? |
|
Apr 24 |
comment |
Numeric or value error when attempting to use max VARCHAR2 size @loki No, just in a select statement. Not sure how that would change it though, referring to Brian's comment. |
|
Apr 24 |
comment |
Numeric or value error when attempting to use max VARCHAR2 size @Brian Thanks, I think that's what was confusing me. So basically you can only use the max length for a VARCHAR2 field when working in memory? There's no way around this other than switching to clob? |
|
Apr 24 |
asked | Numeric or value error when attempting to use max VARCHAR2 size |
|
Apr 23 |
comment |
Convet List<T> to HashTable @AppDeveloper That's definitely the first time I've seen someone link their answer in the question's comments. |
|
Apr 22 |
comment |
Concatenation of CLOB datatypes in a LOOP in PL/SQL Rene, quick question about this line: dbms_lob.createtemporary(lob_loc => l_lob, cache => true, dur => dbms_lob.call); Is that lob_loc => l_lob supposed to be lob_loc => l_clob ? |
|
Apr 16 |
asked | Concatenate rows into CLOB |
|
Apr 2 |
awarded | Popular Question |
|
Mar 20 |
comment |
Trying to click on a hyperlink for a row with specific value in Selenium IDE Ah, ok so you only want that part of the text... I'll update my answer shortly |
|
Mar 20 |
comment |
Breaking out of nested loops in Java Thanks guys, point taken! |
|
Mar 19 |
comment |
Breaking out of nested loops in Java JonSkeet or @BGR Why are break labels not ok? Or why do you prefer the other way? |
|
Mar 14 |
comment |
scrapy, invalid xpath, starting position Because it's invalid |
|
Mar 13 |
comment |
Lowercase part of a string with XPath regular expression BUT you didn't mention the possibility of multiple substrings in your question. "might contain a substring" |
|
Mar 13 |
revised |
Read XML file with namespace , using java deleted 8 characters in body |
|
Mar 13 |
comment |
Lowercase part of a string with XPath regular expression nope, just one substring. I'm not attempting more than that with just XPath.. thought it may be useful though. |