-
New version on SVN solve this bug, and another two bugs, with the Between clause and showing tables where the user haven't access and cannot be used in a query statement.
Please Test this version and comment if your bug is solve.
2008-01-29 23:52:49 UTC in Visual SQL Builder
-
xiul committed revision 17 to the Visual SQL Builder SVN repository, changing 2 files.
2008-01-29 03:56:49 UTC in Visual SQL Builder
-
xiul committed revision 16 to the Visual SQL Builder SVN repository, changing 2 files.
2008-01-29 03:48:50 UTC in Visual SQL Builder
-
xiul committed revision 15 to the Visual SQL Builder SVN repository, changing 2 files.
2008-01-29 03:11:03 UTC in Visual SQL Builder
-
Brad you can run the following SQL statements on your database and post results?
1)
SELECT a.attname as column, c.typname as datatype, a.attnotnull as isnotnull FROM pg_attribute a, pg_class b, pg_type c, pg_catalog.pg_namespace n WHERE b.relfilenode=a.attrelid AND a.atttypid = c.oid AND n.oid = b.relnamespace AND lower(b.relname)='files' AND attisdropped = false AND a.attname not in...
2008-01-22 22:16:56 UTC in Visual SQL Builder
-
Thanks for your help Brad.
I just read your report and right now I'm searching the cause of the bug, but I'm going to need your help to run some SQL statements against your database. In the next days I will send to you a script of SQL statments to try to catch this error.
Sincerely,
Luis, Ochoa.
2008-01-22 02:08:24 UTC in Visual SQL Builder
-
xiul committed revision 14 to the Visual SQL Builder SVN repository, changing 1 files.
2008-01-16 19:48:45 UTC in Visual SQL Builder
-
xiul committed revision 13 to the Visual SQL Builder SVN repository, changing 1 files.
2008-01-16 19:41:00 UTC in Visual SQL Builder
-
xiul committed revision 12 to the Visual SQL Builder SVN repository, changing 4 files.
2008-01-16 19:30:24 UTC in Visual SQL Builder
-
xiul committed revision 11 to the Visual SQL Builder SVN repository, changing 1 files.
2008-01-16 18:50:19 UTC in Visual SQL Builder