Unix Technical Forum

BUG #3250: Different ResultSets btw JDBC Driver and pgAdmin3

This is a discussion on BUG #3250: Different ResultSets btw JDBC Driver and pgAdmin3 within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 3250 Logged by: Simon K Email address: casikanya@yahoo.com PostgreSQL version: ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Bugs

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 10:45 AM
Simon K
 
Posts: n/a
Default BUG #3250: Different ResultSets btw JDBC Driver and pgAdmin3


The following bug has been logged online:

Bug reference: 3250
Logged by: Simon K
Email address: casikanya@yahoo.com
PostgreSQL version: 8.2
Operating system: Windows XP
Description: Different ResultSets btw JDBC Driver and pgAdmin3
Details:

when i execute this query in pgAdmin3, i get results but when i execute
using JDBC (postgresql-8.2-504.jdbc4.jar) it retunrs no results


SELECT pp.project_serial, pp.project_name, pp.descriptions, pp.start_date,
pp.expected_end_date, pp.task_type, pe.known_name, pp.photo_mimetype,
pc.category_name, ps.size_name FROM personnel_employees pe RIGHT OUTER JOIN
projects_projects pp ON pe.employee_serial = pp.employee_cordinator LEFT
OUTER JOIN projects_sizes ps ON pp.projects_sizes_serial =
ps.projects_sizes_serial LEFT OUTER JOIN projects_categories pc ON
pp.project_category_serial = pc.project_category_serial LEFT OUTER JOIN
projects_permissions_department ppd ON pp.project_serial =
ppd.project_serial LEFT OUTER JOIN projects_project_permissions ppp ON
pp.project_serial = ppp.project_serial WHERE ((ppp.employee_serial = 1) OR
(ppd.department_serial = null) OR (pp.employee_cordinator = 1) OR
(pp.added_by=1)) AND ( pp.start_date >='2007-04-24' AND pp.start_date
<='2007-04-24') AND (pp.project_name ILIKE '%%' OR pp.descriptions ILIKE
'%%' OR pp.task_type ILIKE '%%' ) LIMIT 15 OFFSET 0

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:54 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com