Opened 13 years ago
Closed 13 years ago
#2135 closed Bug (No Bug)
DB reading bug in SQLite UDF
Reported by: | mikkokh | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Other | Severity: | None |
Keywords: | SQLite | Cc: |
Description
There is something wrong in this UDF on AutoIt versions 3.3.8.0 and 3.3.8.1... I have tested that same script also with AutoIt version v3.3.6.1 and it works nice. Some screen captures about bug are in attachements...
Attachments (1)
Change History (7)
Changed 13 years ago by mikkokh
comment:2 Changed 13 years ago by Jpm
Difficult to diagnose what is wrong without any repro script
just follow ticket submission advice/rule
comment:3 Changed 13 years ago by jchd
To add to what JpM rightly said, you should rather post this in general help forum instead of here, unless a bug is readily asserted and reproducible.
Now a hint: you seem to have stored part or all of your data in binary (hex) form instead of string/numeric/other. Most likely a (AutoIt UDF) library misuse on your part.
Please post in the help forum with a schema of your DB and supposed offending code.
comment:4 Changed 13 years ago by anonymous
Thanks about answers. At last time than I ask help from forum, some impolite Swedish dude give me an answer to question that I did not even asked. This code is almost 5000 rows long so refering only parts of it is very difficult. I think to stay in older version of AutoIt...
comment:5 Changed 13 years ago by guinness
You mean this post >> http://www.autoitscript.com/forum/topic/125462-how-to-get-rest-of-chars-from-memory/ ? From the looks of things he was polite and provided an answer to your question.
comment:6 Changed 13 years ago by trancexx
- Resolution set to No Bug
- Status changed from new to closed
Read the rules for posting here please.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Upper part show what it should look and down part shows the Bug...