dbTalk Databases Forums  

asa9.1250 contain many old bug

sybase.public.sqlanywhere.general sybase.public.sqlanywhere.general


Discuss asa9.1250 contain many old bug in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cache
 
Posts: n/a

Default asa9.1250 contain many old bug - 12-06-2003 , 06:52 AM






asa9.1250 not contain error correction (old bugs):
1. - odbc return blob with extra bad data (good odbc lib is 9.1216)
2. - OLEDB appends extra blanks when using RecordSet.Update
3. - asa crash when executing query that contain constant in select list
with name
like field in table and with group by this field


real example 3:

select
count1 as p1
, count2 as p2
, '---' as wdep2
, (select wdep_h from wdep where ic = j.wdep ) as wdep
, sum(summa) as summa
, j.who as w
from jd j
where
data>='2003-10-1'
and data <'2003-11-1'
and j.count1 like '70%'
group by j.count1, j.count2 , wdep2, j.wdep , j.who
having summa<>0

result: asa crash wo messages (1216 not)

if GROUP BY make like this :
group by j.count1, j.count2 , j.wdep , j.who
----------------------------^ wdep2 remove
asa not crash
(table jd contain fields wdep and wdep2)

Reply With Quote
  #2  
Old   
Cache
 
Posts: n/a

Default Re: asa9.1250 contain many old bug - 12-06-2003 , 07:03 AM






sorry, forget one bug:

dbexpand don`t work:
assertion failed: 201129
file is shorter than expected

(any build of asa9) asa8 - work fine

Reply With Quote
  #3  
Old   
Matthew Young-Lai
 
Posts: n/a

Default Re: asa9.1250 contain many old bug - 12-09-2003 , 11:08 AM



Can you provide the schema needed to reproduce the problem with example 3?


"Cache" <cache (AT) chat (DOT) ru> wrote

Quote:
asa9.1250 not contain error correction (old bugs):
1. - odbc return blob with extra bad data (good odbc lib is 9.1216)
2. - OLEDB appends extra blanks when using RecordSet.Update
3. - asa crash when executing query that contain constant in select list
with name
like field in table and with group by this field


real example 3:

select
count1 as p1
, count2 as p2
, '---' as wdep2
, (select wdep_h from wdep where ic = j.wdep ) as wdep
, sum(summa) as summa
, j.who as w
from jd j
where
data>='2003-10-1'
and data <'2003-11-1'
and j.count1 like '70%'
group by j.count1, j.count2 , wdep2, j.wdep , j.who
having summa<>0

result: asa crash wo messages (1216 not)

if GROUP BY make like this :
group by j.count1, j.count2 , j.wdep , j.who
----------------------------^ wdep2 remove
asa not crash
(table jd contain fields wdep and wdep2)



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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.