-
In Reference to PRD-862:
nickyb.sqleonardo.querybuilder.DiagramLoader#getPrimaryKeys does not check whether the primary key returned is null. As the JavaDoc of java.sql.DatabaseMetaData#getPrimaryKeys states, column 6 can be null.
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:632)
at. nickyb.sqleonardo.querybuilder.DiagramLoader.getPrimaryKeys...
2009-10-12 17:03:06 UTC by taqua
-
Hi,
I can't connect to mysql databe and message is:
java.lang.Class NotFoundException: com.mysql.jdbc.Driver
java.lang.NullPointer Exception
Can you help me?.
2009-08-03 15:10:56 UTC by porquero
-
When you are using SQL Server, you can define different schemas inside the database. Inside the database, you can define a table using
schema.owner.table
i.e., you can define a table inside the database AdventureWorks, with the name
HumanResources.dbo.EmployeeData
When i try to use a table in another schema (not the default schema), i cannot select a different schema and i cannot...
2009-07-16 13:57:26 UTC by jchava
-
When exporting to an image, some lines (relations between tables) are not written out.
2009-06-10 09:11:28 UTC by nobody
-
This is from... http://jira.pentaho.com/browse/PRD-1527.
2009-05-18 19:49:03 UTC by nobody
-
In SQLeonardo a field can be aliased; when you then add it to the group by list, the alias is added to the group by, not the field name. This makes using aliases pretty useless.
2009-05-18 19:47:53 UTC by nobody
-
Here is exactly the same. I have tried with java 1.4 and 1.6.
2009-04-24 07:24:54 UTC by nobody
-
The problem seems to be related to the tokenizing process of SQLParser. I attached a bugfixed version. Using this version, everything works well.
2009-03-30 14:48:51 UTC by mirkosertic
-
When I right click on the right side query panel, I get a null pointer exception on Mac OS X.
3/26/09 9:27:59 AM [0x0-0x24d24d].com.apple.JarLauncher[9041] apple.laf.AquaLookAndFeel
3/26/09 9:27:59 AM [0x0-0x24d24d].com.apple.JarLauncher[9041] loading resources...
3/26/09 9:27:59 AM [0x0-0x24d24d].com.apple.JarLauncher[9041] loading session...
3/26/09 9:27:59 AM...
2009-03-26 13:34:10 UTC by nobody
-
Hi
It seems that the QueryBuilder does not interprete the QueryModel correctly. It converts the _Expressions to its internal representation with alias and name. And it seems that here the name is dropped. And when it finally tries to resolve Table colums, it tries to use the name(which is null), and this causes that every table in the designer has every column of every table in the db...
2009-03-13 20:58:33 UTC by mirkosertic