-
In trying to emulate the SQL:2003 WITH CUBE clause by permuting group by elements and joining multiple selects with UNION ALL, we ran into this issue. It seems that when using NULL in the select statement to align the columns for UNION ALL, the queries sometimes return no results or erroneous results. Here is a small SQL script that illustrates this:
create table testola (color varchar(128)...
2008-10-09 19:11:27 UTC in MonetDB
-
yarrumretep committed patchset 63 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 1 files.
2008-06-06 15:24:05 UTC in JavaCC Eclipse Plugin
-
yarrumretep committed patchset 62 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 1 files.
2008-06-06 15:02:45 UTC in JavaCC Eclipse Plugin
-
yarrumretep committed patchset 61 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 16 files.
2008-06-06 15:01:48 UTC in JavaCC Eclipse Plugin
-
Animated GIFs are not animating when accessed in Cobra.
THe problem appears to be at ImgControl.java:121
if((infoflags & ImageObserver.ALLBITS) != 0) {
I think it should read:
if((infoflags & (ImageObserver.ALLBITS |
ImageObserver.FRAMEBITS)) != 0) {
When I make that change, the GIFs start animating again.
2006-10-31 18:49:23 UTC in Lobo - Java Web Browser
-
In an embedded application, it is often useful to
include fonts with the application that get defined at
runtime with the Font.createFont() method. In order
for the FontFactory to find them (and rendezvous with
styles based on name) the FontFactory would have to
have some kind of register() method. I've attached a
modified FontFactory.java that includes the necessary
functionality...
2006-10-31 12:52:24 UTC in Lobo - Java Web Browser
-
yarrumretep committed patchset 33 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 1 files.
2006-09-18 12:17:49 UTC in JavaCC Eclipse Plugin
-
yarrumretep committed patchset 32 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 1 files.
2006-09-15 17:27:06 UTC in JavaCC Eclipse Plugin
-
yarrumretep committed patchset 31 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 6 files.
2006-09-14 17:36:46 UTC in JavaCC Eclipse Plugin
-
yarrumretep committed patchset 18 of module sf.eclipse.javacc to the JavaCC Eclipse Plugin CVS repository, changing 2 files.
2006-03-14 02:10:33 UTC in JavaCC Eclipse Plugin